Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ed8b7a86e3 | |||
| ada67bb0fe | |||
| 312363a1e6 | |||
| 2236c8b02d | |||
| 49fe984a90 | |||
| 679469a69c | |||
| 5209c8f08c | |||
| 1ac611318e |
@@ -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"
|
||||
/>
|
||||
@@ -48,15 +48,15 @@ export default function AboutPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-light-lamp-with-futuristic-design_23-2151037572.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-light-lamp-with-futuristic-design_23-2151037572.jpg?_wi=1"
|
||||
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" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
@@ -74,7 +74,7 @@ export default function LandingPage() {
|
||||
{ id: "piercing", title: "Piercing", content: "Dịch vụ xỏ khuyên an toàn, kỹ thuật chuẩn y khoa, tư vấn sau chăm sóc tận tình." },
|
||||
{ id: "tattoo", title: "Tattoo", content: "Xăm nghệ thuật với nghệ sĩ tay nghề cao, chú trọng vệ sinh và tư vấn ý nghĩa." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-using-face-roller-her-beauty-routine_23-2150166445.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-using-face-roller-her-beauty-routine_23-2150166445.jpg?_wi=1"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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."
|
||||
@@ -152,15 +152,15 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-light-lamp-with-futuristic-design_23-2151037572.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-light-lamp-with-futuristic-design_23-2151037572.jpg?_wi=2"
|
||||
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" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
/>
|
||||
@@ -45,7 +45,7 @@ export default function ProductsPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Dầu dưỡng móng", price: "150k", imageSrc: "http://img.b2bpic.net/free-photo/woman-using-face-roller-her-beauty-routine_23-2150166445.jpg" },
|
||||
{ id: "p1", name: "Dầu dưỡng móng", price: "150k", imageSrc: "http://img.b2bpic.net/free-photo/woman-using-face-roller-her-beauty-routine_23-2150166445.jpg?_wi=2" },
|
||||
{ id: "p2", name: "Serum dưỡng mi", price: "200k", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-pink-sweater-looking-camera-posing-high-quality-photo_114579-31514.jpg" },
|
||||
]}
|
||||
/>
|
||||
@@ -53,15 +53,15 @@ export default function ProductsPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-light-lamp-with-futuristic-design_23-2151037572.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-light-lamp-with-futuristic-design_23-2151037572.jpg?_wi=3"
|
||||
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" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user