Merge version_1 into main #4
@@ -22,47 +22,47 @@ export default function AppointmentsPage() {
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Gallery", id: "/gallery" },
|
||||
{ name: "Book Now", id: "/appointments" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Femme Fatale Shop No. 27"
|
||||
button={{ text: "Book Now", href: "/appointments" }}
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Gallery", id: "/gallery" },
|
||||
{ name: "Book Now", id: "/appointments" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Femme Fatale Shop No. 27"
|
||||
button={{ text: "Book Now", href: "/appointments" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlayTestimonial
|
||||
title="Schedule Your Visit"
|
||||
description="Book a private consultation for bespoke tailoring."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-thai-woman-wearing-thai-dress-happy-smile_1150-16107.jpg"
|
||||
testimonials={[
|
||||
{ name: "Anita B.", handle: "@anita", testimonial: "Super easy booking experience!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-thai-woman-wearing-thai-dress-happy-smile_1150-16107.jpg", imageAlt: "Beautiful Thai woman wearing a Thai dress and a happy smile." }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlayTestimonial
|
||||
title="Schedule Your Visit"
|
||||
description="Book a private consultation for bespoke tailoring."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-thai-woman-wearing-thai-dress-happy-smile_1150-16107.jpg"
|
||||
testimonials={[
|
||||
{ name: "Anita B.", handle: "@anita", testimonial: "Super easy booking experience!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-thai-woman-wearing-thai-dress-happy-smile_1150-16107.jpg", imageAlt: "Beautiful Thai woman wearing a Thai dress and a happy smile." }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="legal" data-section="legal">
|
||||
<LegalSection
|
||||
layout="section"
|
||||
title="Booking Policy"
|
||||
sections={[
|
||||
{ heading: "Cancellations", content: { type: "paragraph", text: "Please notify us 24 hours in advance for any appointment changes." } }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="legal" data-section="legal">
|
||||
<LegalSection
|
||||
layout="section"
|
||||
title="Booking Policy"
|
||||
sections={[
|
||||
{ heading: "Cancellations", content: { text: "Please notify us 24 hours in advance for any appointment changes." } }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="Femme Fatale Shop No. 27"
|
||||
columns={[{ title: "Quick Links", items: [{ label: "About", href: "/about" }, { label: "Appointments", href: "/appointments" }] }, { title: "Follow Us", items: [{ label: "Instagram", href: "#" }, { label: "WhatsApp", href: "#" }] }]}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="Femme Fatale Shop No. 27"
|
||||
columns={[{ title: "Quick Links", items: [{ label: "About", href: "/about" }, { label: "Appointments", href: "/appointments" }] }, { title: "Follow Us", items: [{ label: "Instagram", href: "#" }, { label: "WhatsApp", href: "#" }] }]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
@@ -23,50 +23,50 @@ export default function ContactPage() {
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Gallery", id: "/gallery" },
|
||||
{ name: "Book Now", id: "/appointments" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Femme Fatale Shop No. 27"
|
||||
button={{ text: "Book Now", href: "/appointments" }}
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Gallery", id: "/gallery" },
|
||||
{ name: "Book Now", id: "/appointments" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Femme Fatale Shop No. 27"
|
||||
button={{ text: "Book Now", href: "/appointments" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metric" data-section="metric">
|
||||
<MetricCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Reach Out to Us"
|
||||
description="We are here to assist with your bespoke fashion needs."
|
||||
metrics={[
|
||||
{ id: "m6", icon: Phone, title: "Call Us", value: "+91 987654321" },
|
||||
{ id: "m7", icon: Mail, title: "Email Us", value: "hello@shop27.com" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="metric" data-section="metric">
|
||||
<MetricCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Reach Out to Us"
|
||||
description="We are here to assist with your bespoke fashion needs."
|
||||
metrics={[
|
||||
{ id: "m6", icon: Phone, title: "Call Us", value: "+91 987654321" },
|
||||
{ id: "m7", icon: Mail, title: "Email Us", value: "hello@shop27.com" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="legal" data-section="legal">
|
||||
<LegalSection
|
||||
layout="section"
|
||||
title="Store Location"
|
||||
sections={[
|
||||
{ heading: "Address", content: { type: "paragraph", text: "Visit us at Shop No. 27, Main Market Area, Visakhapatnam." } }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="legal" data-section="legal">
|
||||
<LegalSection
|
||||
layout="section"
|
||||
title="Store Location"
|
||||
sections={[
|
||||
{ heading: "Address", content: { text: "Visit us at Shop No. 27, Main Market Area, Visakhapatnam." } }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="Femme Fatale Shop No. 27"
|
||||
columns={[{ title: "Quick Links", items: [{ label: "About", href: "/about" }, { label: "Appointments", href: "/appointments" }] }, { title: "Follow Us", items: [{ label: "Instagram", href: "#" }, { label: "WhatsApp", href: "#" }] }]}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="Femme Fatale Shop No. 27"
|
||||
columns={[{ title: "Quick Links", items: [{ label: "About", href: "/about" }, { label: "Appointments", href: "/appointments" }] }, { title: "Follow Us", items: [{ label: "Instagram", href: "#" }, { label: "WhatsApp", href: "#" }] }]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user