diff --git a/src/app/page.tsx b/src/app/page.tsx index d6c0bb6..76dac87 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import { Zap, Shield, Award, Star, Mail, MapPin, Instagram, Twitter, Linkedin } import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import FooterCard from '@/components/sections/footer/FooterCard'; import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; @@ -19,13 +19,13 @@ export default function LandingPage() { @@ -61,14 +61,15 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/young-fit-man-beach-listening-music_273609-15935.jpg", imageAlt: "Model 3" }, { imageSrc: "http://img.b2bpic.net/free-photo/top-view-kippah-with-candles_23-2148629964.jpg", imageAlt: "Model 2" }, ]} - buttons={[{ text: "Shop Now", href: "#products" }]} + buttons={[{ text: "Shop Now", href: "#products" }] + } />
@@ -164,12 +165,12 @@ export default function LandingPage() {