diff --git a/src/app/page.tsx b/src/app/page.tsx index 3a487ab..853f11b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,21 +45,16 @@ export default function LandingPage() {
@@ -79,7 +66,7 @@ export default function LandingPage() { title="Professional Care & Comfort" description="We combine professional expertise with a friendly, welcoming atmosphere. Our team is dedicated to providing high-quality treatments that leave you feeling pampered." subdescription="Our nail technicians are experienced, attentive, and maintain a spotless salon for every client." - imageSrc="http://img.b2bpic.net/free-photo/focused-talented-manicurist-is-working-her-own-workplace-busy-beauty-salon-she-is-wearing-protective-mask_613910-21457.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/focused-talented-manicurist-is-working-her-own-workplace-busy-beauty-salon-she-is-wearing-protective-mask_613910-21457.jpg" mediaAnimation="slide-up" icon={Sparkles} /> @@ -92,37 +79,22 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Manicures & Pedicures", - description: "Classic and refreshing hand and foot treatments.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-manicure-appointment_23-2149171329.jpg?_wi=1", - }, + title: "Manicures & Pedicures", description: "Classic and refreshing hand and foot treatments.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-manicure-appointment_23-2149171329.jpg"}, items: [], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/maximalist-interior-design_23-2151898553.jpg?_wi=2", - imageAlt: "elegant nail salon interior", + reverse: false }, { - title: "Shellac & Gel Nails", - description: "Long-lasting, durable, and vibrant color treatments.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-manicure-appointment_23-2149171329.jpg?_wi=2", - }, + title: "Shellac & Gel Nails", description: "Long-lasting, durable, and vibrant color treatments.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-manicure-appointment_23-2149171329.jpg"}, items: [], - reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/focused-talented-manicurist-is-working-her-own-workplace-busy-beauty-salon-she-is-wearing-protective-mask_613910-21457.jpg?_wi=2", - imageAlt: "professional nail technician working", + reverse: true }, { - title: "Extensions & Art", - description: "Expert nail extensions and custom creative designs.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-manicure-appointment_23-2149171329.jpg?_wi=3", - }, + title: "Extensions & Art", description: "Expert nail extensions and custom creative designs.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-manicure-appointment_23-2149171329.jpg"}, items: [], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-manicure-appointment_23-2149171329.jpg?_wi=4", - imageAlt: "manicure pedicure tools professional", + reverse: false }, ]} title="Our Specialized Services" @@ -137,59 +109,28 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Kelly D.", - role: "Client", - company: "Richmond Hill", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/male-female-friends-getting-manicure-together_23-2150285919.jpg", - }, + id: "1", name: "Kelly D.", role: "Client", company: "Richmond Hill", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/male-female-friends-getting-manicure-together_23-2150285919.jpg"}, { - id: "2", - name: "Julia P.", - role: "Client", - company: "Richmond Hill", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/male-female-friends-getting-manicure-together_23-2150285937.jpg", - }, + id: "2", name: "Julia P.", role: "Client", company: "Richmond Hill", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/male-female-friends-getting-manicure-together_23-2150285937.jpg"}, { - id: "3", - name: "Sarah W.", - role: "Client", - company: "Richmond Hill", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-holding-smartphone_23-2149721979.jpg", - }, + id: "3", name: "Sarah W.", role: "Client", company: "Richmond Hill", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-holding-smartphone_23-2149721979.jpg"}, { - id: "4", - name: "Mark L.", - role: "Client", - company: "Richmond Hill", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-s-hand-grinding-herbs-by-mortar-pestle_23-2147844186.jpg", - }, + id: "4", name: "Mark L.", role: "Client", company: "Richmond Hill", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/woman-s-hand-grinding-herbs-by-mortar-pestle_23-2147844186.jpg"}, { - id: "5", - name: "Emma R.", - role: "Client", - company: "Richmond Hill", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-naked-woman-relaxing-spa-salon_176420-7522.jpg", - }, + id: "5", name: "Emma R.", role: "Client", company: "Richmond Hill", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-naked-woman-relaxing-spa-salon_176420-7522.jpg"}, ]} kpiItems={[ { - value: "4.4", - label: "Star Rating", - }, + value: "4.4", label: "Star Rating"}, { - value: "80+", - label: "Client Reviews", - }, + value: "80+", label: "Client Reviews"}, { - value: "100%", - label: "Professional", - }, + value: "100%", label: "Professional"}, ]} title="Client Stories" description="Join our community of satisfied clients who trust us for quality nail care." @@ -200,16 +141,13 @@ export default function LandingPage() { @@ -219,33 +157,21 @@ export default function LandingPage() { logoText="Aviva Nails and Spa" columns={[ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { - label: "Services", - href: "#services", - }, + label: "Services", href: "#services"}, { - label: "Reviews", - href: "#reviews", - }, + label: "Reviews", href: "#reviews"}, { - label: "Book Now", - href: "#contact", - }, + label: "Book Now", href: "#contact"}, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { - label: "372 Tower Hill Rd, Richmond Hill", - href: "#", - }, + label: "372 Tower Hill Rd, Richmond Hill", href: "#"}, { - label: "(905) 508-8291", - href: "tel:+19055088291", - }, + label: "(905) 508-8291", href: "tel:+19055088291"}, ], }, ]}