From 9786246cdac32412e234070b0dbd63405658e55f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 19:26:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 38ca94c..2de860c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import AboutMetric from '@/components/sections/about/AboutMetric'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureBento from '@/components/sections/feature/FeatureBento'; -import FooterBase from '@/components/sections/footer/FooterBase'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; @@ -41,6 +41,8 @@ export default function LandingPage() { name: "Contact", id: "#contact"}, ]} brandName="The Car Clinic" + logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D2qYwHd97texGW6j0p62oxsgQu/uploaded-1777490750305-7dkofvjq.jpg" + logoAlt="The Car Clinic Logo" /> @@ -138,7 +140,7 @@ export default function LandingPage() { { id: "p1", name: "Standard Check-up", price: "$99", imageSrc: "http://img.b2bpic.net/free-photo/male-mechanic-working-shop-car_23-2150170048.jpg"}, { - id: "p2", name: "Full Synthetic Change", price: "$129", imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580613.jpg"}, + id: "p2", name: "Full Synthetic Change", price: "$129", imageSrc: "http://img.b2bpic.net/car-being-taking-care-workshop_23-2149580613.jpg"}, { id: "p3", name: "Major Engine Tune-up", price: "$349", imageSrc: "http://img.b2bpic.net/free-photo/car-repair-maintenance-theme-mechanic-uniform-working-auto-service_627829-3903.jpg"}, { @@ -209,7 +211,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file