From 2862359fb239be438f747add3f9c1d777af0ad0c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 10:11:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 66 ++++++++++++++++++++---------------------------- 1 file changed, 27 insertions(+), 39 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2b9e072..f13cfc5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,11 +8,10 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroSplit from '@/components/sections/hero/HeroSplit'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import { Activity, Award, Feather, Heart, Paintbrush, ShieldCheck, Sparkles, Wrench, Quote } from "lucide-react"; +import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; +import { Activity, Award, Feather, Heart, ShieldCheck, Sparkles, Quote } from "lucide-react"; export default function LandingPage() { return ( @@ -40,6 +39,8 @@ export default function LandingPage() { name: "Portfolio", id: "#products"}, { name: "Testimonials", id: "#testimonials"}, + { + name: "Socials", id: "#social-media"}, { name: "Quote", id: "#contact"}, ]} @@ -208,42 +209,29 @@ export default function LandingPage() { /> -
- +
@@ -292,8 +280,6 @@ export default function LandingPage() { label: "Refinishing", href: "#features"}, { label: "Restoration", href: "#features"}, - { - label: "Bulk Orders", href: "#pricing"}, ], }, { @@ -304,6 +290,8 @@ export default function LandingPage() { label: "Our Process", href: "#features"}, { label: "Testimonials", href: "#testimonials"}, + { + label: "Socials", href: "#social-media"}, { label: "Contact", href: "#contact"}, ], @@ -324,4 +312,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}