diff --git a/src/app/page.tsx b/src/app/page.tsx index f7c35ef..ec753aa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,15 +1,15 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; -import HeroCentered from "@/components/sections/hero/HeroCentered"; -import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo"; -import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen"; -import MediaAbout from "@/components/sections/about/MediaAbout"; -import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; -import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen"; -import ContactText from "@/components/sections/contact/ContactText"; -import FooterSimple from "@/components/sections/footer/FooterSimple"; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import HeroCentered from '@/components/sections/hero/HeroCentered'; +import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; +import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; +import MediaAbout from '@/components/sections/about/MediaAbout'; +import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; +import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import ContactText from '@/components/sections/contact/ContactText'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; export default function LandingPage() { return ( @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="mediumLarge" - background="noise" + background="circleGradient" cardStyle="outline" primaryButtonStyle="shadow" secondaryButtonStyle="radial-glow" @@ -44,14 +44,17 @@ export default function LandingPage() { @@ -174,7 +184,8 @@ export default function LandingPage() { { label: "Call: 069 610 8167", href: "tel:0696108167" }, { label: "Email: info@runstore.co.za", href: "mailto:info@runstore.co.za" }, { - label: "Get Directions", href: "https://maps.google.com?q=24+Kildare+Rd+Newlands+Cape+Town"}, + label: "Get Directions", href: "https://maps.google.com?q=24+Kildare+Rd+Newlands+Cape+Town" + }, { label: "Book Consultation", href: "#booking" }, ], },