feat: thông tin liên hệ chính thức + lớp nghệ thuật (grain, marquee), bỏ em-dash
- Thông tin liên hệ thật: Thôn Đình Dù, Xã Như Quỳnh, tỉnh Hưng Yên · ĐT 02213 985 074 · cổng nhuquynh.hungyen.gov.vn (1 nguồn dữ liệu `contact`, dùng ở footer + liên hệ + bản đồ) - Thêm lớp nhiễu hạt phim cố định (chiều sâu cao cấp) + dải tên di tích chạy ngang (1 dải/trang) - Thay toàn bộ em-dash trong nội dung hiển thị bằng dấu câu chuẩn Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
import Link from "next/link";
|
||||
import { Globe2, Mail, MapPin } from "lucide-react";
|
||||
import { navigation } from "@/app/content";
|
||||
import { Globe2, Mail, MapPin, Phone } from "lucide-react";
|
||||
import { contact, navigation } from "@/app/content";
|
||||
|
||||
export function SiteFooter() {
|
||||
return (
|
||||
<footer id="contact" className="px-4 pb-8 sm:px-6">
|
||||
<div className="mx-auto grid max-w-7xl gap-8 border-t border-[var(--surface-border)] pt-8 lg:grid-cols-[1.1fr_0.72fr_0.82fr]">
|
||||
<div className="min-w-0">
|
||||
<p className="text-lg font-bold text-[var(--tour-ink)]">VR360 Như Quỳnh</p>
|
||||
<p className="public-display text-xl font-bold text-[var(--tour-ink)]">VR360 Như Quỳnh</p>
|
||||
<p className="mt-3 max-w-[62ch] text-sm leading-6 text-[var(--muted-foreground)]">
|
||||
Cổng số hóa di tích và không gian văn hóa Xã Như Quỳnh, tỉnh Hưng Yên bằng công nghệ VR360.
|
||||
</p>
|
||||
@@ -24,18 +24,24 @@ export function SiteFooter() {
|
||||
|
||||
<div className="grid gap-3 text-sm leading-6 text-[var(--muted-foreground)] lg:text-right">
|
||||
<p className="font-bold text-[var(--tour-ink)]">Thông tin liên hệ</p>
|
||||
<p className="inline-flex items-center gap-2 lg:justify-end">
|
||||
<MapPin className="h-4 w-4 text-[var(--primary)]" strokeWidth={1.8} />
|
||||
Xã Như Quỳnh, tỉnh Hưng Yên
|
||||
<p className="inline-flex items-start gap-2 lg:justify-end">
|
||||
<MapPin className="mt-0.5 h-4 w-4 shrink-0 text-[var(--primary)]" strokeWidth={1.8} />
|
||||
{contact.address}
|
||||
</p>
|
||||
<a href={contact.phoneHref} className="inline-flex items-center gap-2 font-semibold text-[var(--tour-ink)] transition-colors hover:text-[var(--primary)] lg:justify-end">
|
||||
<Phone className="h-4 w-4 text-[var(--primary)]" strokeWidth={1.8} />
|
||||
{contact.phone}
|
||||
</a>
|
||||
<a
|
||||
href="#"
|
||||
className="inline-flex items-center gap-2 font-semibold text-[var(--tour-ink)] hover:text-[var(--primary)] lg:justify-end"
|
||||
href={contact.website}
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="inline-flex items-center gap-2 font-semibold text-[var(--tour-ink)] transition-colors hover:text-[var(--primary)] lg:justify-end"
|
||||
>
|
||||
<Globe2 className="h-4 w-4 text-[var(--primary)]" strokeWidth={1.8} />
|
||||
Cổng thông tin Xã Như Quỳnh
|
||||
{contact.websiteLabel}
|
||||
</a>
|
||||
<Link href="/lien-he" className="inline-flex items-center gap-2 font-semibold text-[var(--tour-ink)] hover:text-[var(--primary)] lg:justify-end">
|
||||
<Link href="/lien-he" className="inline-flex items-center gap-2 font-semibold text-[var(--tour-ink)] transition-colors hover:text-[var(--primary)] lg:justify-end">
|
||||
<Mail className="h-4 w-4 text-[var(--primary)]" strokeWidth={1.8} />
|
||||
Gửi góp ý hoặc tư liệu
|
||||
</Link>
|
||||
|
||||
Reference in New Issue
Block a user