From 693022e6b2f2da87e0a0ddd0846bb0088c7133ac Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 1 Jun 2026 14:49:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 65 +----------------------------------------------- 1 file changed, 1 insertion(+), 64 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6151787..9fdea68 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,9 +10,7 @@ import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboa import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import { Palette, Hammer, Leaf, Scissors } from 'lucide-react'; export default function LandingPage() { @@ -39,10 +37,6 @@ export default function LandingPage() { name: "About", id: "#about"}, { name: "Services", id: "#services"}, - { - name: "Products", id: "#products"}, - { - name: "Testimonials", id: "#testimonials"}, { name: "Contact", id: "#contact"}, ]} @@ -114,7 +108,7 @@ export default function LandingPage() { buttonHref: "#contact"}, { title: "Plant & Tree Supply", description: "We source and supply a wide variety of high-quality trees, shrubs, and seasonal flowers perfect for any landscape project.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EE2B0m8dD4iaTj3kV3DyTyLYSq/uploaded-1780324510334-t0akdqii.jpg", imageAlt: "Colorful selection of flowers and plants", buttonIcon: Leaf, - buttonHref: "#products"}, + buttonHref: "#contact"}, { title: "Garden Maintenance", description: "Keep your garden pristine with our regular maintenance services, including pruning, fertilizing, and seasonal clean-ups.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EE2B0m8dD4iaTj3kV3DyTyLYSq/uploaded-1780324453516-aaxq6cbp.jpg", imageAlt: "Gardener working with pruning shears", buttonIcon: Scissors, buttonHref: "#contact"}, @@ -124,37 +118,6 @@ export default function LandingPage() { /> -
- -
-
-
- -
-