Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-05-22 16:15:54 +00:00

View File

@@ -3,15 +3,12 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
export default function LandingPage() {
return (
@@ -66,6 +63,7 @@ export default function LandingPage() {
{ title: "Exclusive Design", description: "No two pieces are alike due to the unique wood grain." },
]}
imageSrc="http://img.b2bpic.net/free-photo/texture-damaged-wooden-panels_1219-38.jpg"
useInvertedBackground={false}
/>
</div>
@@ -82,6 +80,7 @@ export default function LandingPage() {
]}
title="Our Collection"
description="Explore our selection of handcrafted, custom-made furniture pieces."
useInvertedBackground={false}
/>
</div>
@@ -95,6 +94,8 @@ export default function LandingPage() {
]}
title="Custom Services"
description="Choose the option that best fits your interior design project."
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -104,6 +105,8 @@ export default function LandingPage() {
title="Start Your Project"
description="We are ready to transform your space with sustainable reclaimed wood furniture."
imageSrc="http://img.b2bpic.net/free-photo/different-tools-workshop_23-2147749296.jpg"
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>