diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index f308aea..e02c84b 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -27,10 +27,10 @@ export default function AboutPage() { { name: "Trang chủ", id: "/" }, { name: "Về chúng mình", id: "/about" }, { name: "Sản phẩm", id: "/products" }, - { name: "Dịch vụ", id: "/#services" }, - { name: "Bảng giá", id: "/#pricing" }, - { name: "Đội ngũ", id: "/#team" }, - { name: "Liên hệ", id: "/#contact" }, + { name: "Dịch vụ", id: "/services" }, + { name: "Bảng giá", id: "/pricing" }, + { name: "Đội ngũ", id: "/team" }, + { name: "Liên hệ", id: "/contact" }, ]} brandName="Sumint Beauty" /> @@ -51,12 +51,12 @@ export default function AboutPage() { imageSrc="http://img.b2bpic.net/free-photo/view-light-lamp-with-futuristic-design_23-2151037572.jpg" logoText="SUMINT" columns={[ - { title: "Dịch vụ", items: [{ label: "Nails", href: "/#services" }, { label: "Lashes", href: "/#services" }, { label: "Tattoo", href: "/#services" }] }, - { title: "Liên kết", items: [{ label: "Trang chủ", href: "/" }, { label: "Sản phẩm", href: "/products" }, { label: "Bảng giá", href: "/#pricing" }, { label: "Liên hệ", href: "/#contact" }] }, + { title: "Dịch vụ", items: [{ label: "Nails", href: "/services" }, { label: "Lashes", href: "/services" }, { label: "Tattoo", href: "/services" }] }, + { title: "Liên kết", items: [{ label: "Trang chủ", href: "/" }, { label: "Sản phẩm", href: "/products" }, { label: "Bảng giá", href: "/pricing" }, { label: "Liên hệ", href: "/contact" }] }, ]} /> ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index a6911d2..6eef908 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,10 +34,10 @@ export default function LandingPage() { { name: "Trang chủ", id: "/" }, { name: "Về chúng mình", id: "/about" }, { name: "Sản phẩm", id: "/products" }, - { name: "Dịch vụ", id: "#services" }, - { name: "Bảng giá", id: "#pricing" }, - { name: "Đội ngũ", id: "#team" }, - { name: "Liên hệ", id: "#contact" }, + { name: "Dịch vụ", id: "/services" }, + { name: "Bảng giá", id: "/pricing" }, + { name: "Đội ngũ", id: "/team" }, + { name: "Liên hệ", id: "/contact" }, ]} brandName="Sumint Beauty" /> @@ -54,7 +54,7 @@ export default function LandingPage() { { name: "Bảo Ngọc", handle: "@baongoc.piercing", testimonial: "Được tư vấn kỹ trước khi xỏ, hygiene chuẩn, dịch vụ 10 điểm không có nhưng.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/team-bride-celebrating-before-wedding_23-2149329119.jpg?_wi=1" }, { name: "Thanh Vân", handle: "@thanhvan.beauty", testimonial: "Dịch vụ 5 sao, tiệm xinh lại còn có mèo cưng, sẽ quay lại thường xuyên.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-getting-married_23-2150753670.jpg?_wi=1" }, ]} - buttons={[{ text: "Đặt lịch ngay", href: "#contact" }, { text: "Xem bảng giá", href: "#pricing" }]} + buttons={[{ text: "Đặt lịch ngay", href: "/contact" }, { text: "Xem bảng giá", href: "/pricing" }]} imageSrc="http://img.b2bpic.net/free-photo/christmas-decor-house_23-2151207095.jpg" /> @@ -84,9 +84,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} plans={[ - { id: "nail-basic", price: "299k", name: "Nail cơ bản", features: ["Sơn gel bền đẹp", "Thiết kế đơn giản", "Tặng kèm mèo vuốt"], buttons: [{ text: "Đặt ngay", href: "#contact" }] }, - { id: "lash-full", price: "450k", name: "Nối mi volume", features: ["Mi volume tự nhiên", "Tư vấn dáng mi", "Thời gian giữ 4 tuần"], buttons: [{ text: "Đặt ngay", href: "#contact" }] }, - { id: "piercing-gold", price: "350k", name: "Xỏ khuyên", features: ["Tư vấn kỹ thuật", "Khuyên chất lượng", "Chăm sóc sau xỏ"], buttons: [{ text: "Đặt ngay", href: "#contact" }] }, + { id: "nail-basic", price: "299k", name: "Nail cơ bản", features: ["Sơn gel bền đẹp", "Thiết kế đơn giản", "Tặng kèm mèo vuốt"], buttons: [{ text: "Đặt ngay", href: "/contact" }] }, + { id: "lash-full", price: "450k", name: "Nối mi volume", features: ["Mi volume tự nhiên", "Tư vấn dáng mi", "Thời gian giữ 4 tuần"], buttons: [{ text: "Đặt ngay", href: "/contact" }] }, + { id: "piercing-gold", price: "350k", name: "Xỏ khuyên", features: ["Tư vấn kỹ thuật", "Khuyên chất lượng", "Chăm sóc sau xỏ"], buttons: [{ text: "Đặt ngay", href: "/contact" }] }, ]} title="Bảng giá minh bạch" description="Không ẩn phí, không chèo kéo, chỉ có giá trị thực sự cho vẻ đẹp của bạn." @@ -155,12 +155,12 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/view-light-lamp-with-futuristic-design_23-2151037572.jpg" logoText="SUMINT" columns={[ - { title: "Dịch vụ", items: [{ label: "Nails", href: "#services" }, { label: "Lashes", href: "#services" }, { label: "Tattoo", href: "#services" }] }, - { title: "Liên kết", items: [{ label: "Trang chủ", href: "/" }, { label: "Sản phẩm", href: "/products" }, { label: "Bảng giá", href: "#pricing" }, { label: "Liên hệ", href: "#contact" }] }, + { title: "Dịch vụ", items: [{ label: "Nails", href: "/services" }, { label: "Lashes", href: "/services" }, { label: "Tattoo", href: "/services" }] }, + { title: "Liên kết", items: [{ label: "Trang chủ", href: "/" }, { label: "Sản phẩm", href: "/products" }, { label: "Bảng giá", href: "/pricing" }, { label: "Liên hệ", href: "/contact" }] }, ]} /> ); -} +} \ No newline at end of file diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index ab20c18..4641c19 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -27,10 +27,10 @@ export default function ProductsPage() { { name: "Trang chủ", id: "/" }, { name: "Về chúng mình", id: "/about" }, { name: "Sản phẩm", id: "/products" }, - { name: "Dịch vụ", id: "/#services" }, - { name: "Bảng giá", id: "/#pricing" }, - { name: "Đội ngũ", id: "/#team" }, - { name: "Liên hệ", id: "/#contact" }, + { name: "Dịch vụ", id: "/services" }, + { name: "Bảng giá", id: "/pricing" }, + { name: "Đội ngũ", id: "/team" }, + { name: "Liên hệ", id: "/contact" }, ]} brandName="Sumint Beauty" /> @@ -56,12 +56,12 @@ export default function ProductsPage() { imageSrc="http://img.b2bpic.net/free-photo/view-light-lamp-with-futuristic-design_23-2151037572.jpg" logoText="SUMINT" columns={[ - { title: "Dịch vụ", items: [{ label: "Nails", href: "/#services" }, { label: "Lashes", href: "/#services" }, { label: "Tattoo", href: "/#services" }] }, - { title: "Liên kết", items: [{ label: "Trang chủ", href: "/" }, { label: "Sản phẩm", href: "/products" }, { label: "Bảng giá", href: "/#pricing" }, { label: "Liên hệ", href: "/#contact" }] }, + { title: "Dịch vụ", items: [{ label: "Nails", href: "/services" }, { label: "Lashes", href: "/services" }, { label: "Tattoo", href: "/services" }] }, + { title: "Liên kết", items: [{ label: "Trang chủ", href: "/" }, { label: "Sản phẩm", href: "/products" }, { label: "Bảng giá", href: "/pricing" }, { label: "Liên hệ", href: "/contact" }] }, ]} /> ); -} +} \ No newline at end of file