diff --git a/src/app/page.tsx b/src/app/page.tsx index 0aa5c73..7e5e74a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,7 +3,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; +import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroLogo from '@/components/sections/hero/HeroLogo'; import MediaAbout from '@/components/sections/about/MediaAbout'; @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -55,9 +47,7 @@ export default function LandingPage() { description="Premium grooming experience at Sandton Gate. Where classic skill meets modern style." buttons={[ { - text: "Book Now", - href: "#contact", - }, + text: "Book Now", href: "#contact"}, ]} buttonAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-getting-haircut_23-2149141753.jpg" @@ -76,49 +66,24 @@ export default function LandingPage() {
-
@@ -129,40 +94,11 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Ruhan S.", - role: "Client", - testimonial: "Great service and great shave from Tino.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-getting-haircut-salon_23-2149220568.jpg", - }, + id: "1", name: "Ruhan S.", role: "Client", testimonial: "Great service and great shave from Tino.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-getting-haircut-salon_23-2149220568.jpg"}, { - id: "2", - name: "Joe Z.", - role: "Client", - testimonial: "Well located, very nice services with efficiency. Highly recommended.", - imageSrc: "http://img.b2bpic.net/free-photo/man-getting-haircut-barbershop_23-2148506184.jpg", - }, + id: "2", name: "Joe Z.", role: "Client", testimonial: "Well located, very nice services with efficiency. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/man-getting-haircut-barbershop_23-2148506184.jpg"}, { - id: "3", - name: "Henco K.", - role: "Client", - testimonial: "What an experience!!!! Top class service!", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665444.jpg", - }, - { - id: "4", - name: "Anonymous", - role: "Client", - testimonial: "Professional, efficient, and perfectly located.", - imageSrc: "http://img.b2bpic.net/free-photo/man-getting-haircut-barbershop_23-2148506183.jpg", - }, - { - id: "5", - name: "Anonymous", - role: "Client", - testimonial: "The best haircut in Sandton, hands down.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665445.jpg", - }, + id: "3", name: "Henco K.", role: "Client", testimonial: "What an experience!!!! Top class service!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665444.jpg"}, ]} title="Client Reviews" description="See why we are the top-rated choice in Sandton." @@ -173,16 +109,13 @@ export default function LandingPage() { @@ -193,29 +126,19 @@ export default function LandingPage() { logoText="GARY ROM MAN" columns={[ { - title: "Links", - items: [ + title: "Links", items: [ { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Services", - href: "#services", - }, + label: "Services", href: "#services"}, ], }, { - title: "Social", - items: [ + title: "Social", items: [ { - label: "Instagram", - href: "#", - }, + label: "Instagram", href: "#"}, { - label: "Facebook", - href: "#", - }, + label: "Facebook", href: "#"}, ], }, ]} @@ -224,4 +147,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file