Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-05-01 07:09:03 +00:00

View File

@@ -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" },