From 4210d70372ae67172803df14f528dfe736e2d808 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 07:09:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8c9aa37..325504d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,16 +3,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; import FooterCard from '@/components/sections/footer/FooterCard'; import HeroCentered from '@/components/sections/hero/HeroCentered'; -import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import { Instagram, Leaf, Moon, Star, Waves, Gift, Users, Phone } from "lucide-react"; +import { Instagram, Leaf, Moon, Star, Gift, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -51,7 +49,7 @@ export default function LandingPage() { description="Exquisite landscape architecture and garden design, rooted in traditional Japanese aesthetics and modern precision." avatars={[ { src: "http://img.b2bpic.net/free-photo/old-women-balcony-with-coffee_1398-4083.jpg", alt: "Happy homeowner garden" }, - { src: "http://img.b2bpic.net/free-photo/go-green-responsibility-sustainable-concept_53876-13915.jpg", alt: "Modern luxury home garden" }, + { src: "http://img.b2bpic.net/go-green-responsibility-sustainable-concept_53876-13915.jpg", alt: "Modern luxury home garden" }, ]} buttons={[ { text: "View Lineup", href: "#portfolio" }, -- 2.49.1