diff --git a/src/app/page.tsx b/src/app/page.tsx index 435f284..74983c5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import { Sparkles } from "lucide-react"; export default function LandingPage() { @@ -30,22 +31,14 @@ export default function LandingPage() { @@ -56,38 +49,24 @@ export default function LandingPage() { description="Trusted Mitcham nail salon with 4.8★ from 160+ happy clients. Experience professional service in a clean, relaxing environment." buttons={[ { - text: "Call Now", - href: "tel:0400000000", - }, + text: "Call Now", href: "tel:0400000000"}, { - text: "Book Appointment", - href: "#booking", - }, + text: "Book Appointment", href: "#booking"}, ]} imageSrc="http://img.b2bpic.net/free-photo/empty-wintertime-luxury-ski-resort_482257-102290.jpg" imageAlt="Professional manicure work" showDimOverlay={true} avatars={[ { - src: "http://img.b2bpic.net/free-photo/empty-wintertime-luxury-ski-resort_482257-102290.jpg", - alt: "Client 1", - }, + src: "http://img.b2bpic.net/free-photo/empty-wintertime-luxury-ski-resort_482257-102290.jpg", alt: "Client 1"}, { - src: "http://img.b2bpic.net/free-photo/empty-wintertime-luxury-ski-resort_482257-102290.jpg", - alt: "Client 2", - }, + src: "http://img.b2bpic.net/free-photo/empty-wintertime-luxury-ski-resort_482257-102290.jpg", alt: "Client 2"}, { - src: "http://img.b2bpic.net/free-photo/empty-wintertime-luxury-ski-resort_482257-102290.jpg", - alt: "Client 3", - }, + src: "http://img.b2bpic.net/free-photo/empty-wintertime-luxury-ski-resort_482257-102290.jpg", alt: "Client 3"}, { - src: "http://img.b2bpic.net/free-photo/empty-wintertime-luxury-ski-resort_482257-102290.jpg", - alt: "Client 4", - }, + src: "http://img.b2bpic.net/free-photo/empty-wintertime-luxury-ski-resort_482257-102290.jpg", alt: "Client 4"}, { - src: "http://img.b2bpic.net/free-photo/empty-wintertime-luxury-ski-resort_482257-102290.jpg", - alt: "Client 5", - }, + src: "http://img.b2bpic.net/free-photo/empty-wintertime-luxury-ski-resort_482257-102290.jpg", alt: "Client 5"}, ]} avatarText="Join 160+ happy clients" /> @@ -98,14 +77,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "Sarah M.", - "Jessica T.", - "Emily R.", - "Chloe K.", - "Mia L.", - "Olivia B.", - "Grace P.", - ]} + "Sarah M.", "Jessica T.", "Emily R.", "Chloe K.", "Mia L.", "Olivia B.", "Grace P."]} title="169+ 5-Star Reviews" description="Our clients love the attention to detail and our friendly team. Experience long-lasting, quality nails." /> @@ -118,51 +90,27 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "manc", - price: "$45+", - name: "Manicure", - features: [ - "Shellac", - "SNS", - "BIAB", - ], + id: "manc", price: "$45+", name: "Manicure", features: [ + "Shellac", "SNS", "BIAB"], buttons: [ { - text: "Book Now", - href: "#booking", - }, + text: "Book Now", href: "#booking"}, ], }, { - id: "pedi", - price: "$65+", - name: "Pedicure", - features: [ - "Classic Polish", - "Hot Stones", - "Exfoliation", - ], + id: "pedi", price: "$65+", name: "Pedicure", features: [ + "Classic Polish", "Hot Stones", "Exfoliation"], buttons: [ { - text: "Book Now", - href: "#booking", - }, + text: "Book Now", href: "#booking"}, ], }, { - id: "art", - price: "$20+", - name: "Nail Art", - features: [ - "Custom Designs", - "French Tips", - "Glitter", - ], + id: "art", price: "$20+", name: "Nail Art", features: [ + "Custom Designs", "French Tips", "Glitter"], buttons: [ { - text: "Book Now", - href: "#booking", - }, + text: "Book Now", href: "#booking"}, ], }, ]} @@ -171,6 +119,22 @@ export default function LandingPage() { /> + +