Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-28 12:38:01 +00:00

View File

@@ -12,7 +12,6 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import { Home, Layout, Palette } from "lucide-react";
export default function LandingPage() {
return (
@@ -71,6 +70,7 @@ export default function LandingPage() {
textboxLayout="inline-image"
useInvertedBackground={false}
title="Design Approach"
description="Our holistic approach to crafting spaces ensures every detail aligns with your lifestyle and vision."
negativeCard={{ items: ["Generic Solutions", "Cookie-cutter plans"] }}
positiveCard={{ items: ["Tailored Concepts", "Holistic Planning"] }}
/>
@@ -83,9 +83,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
title="Selected Works"
description="Discover our curated collection of luxury interior design projects."
products={[
{ id: "p1", name: "Serene Living", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/home-plant-vase-decoration-composition_23-2149090616.jpg" },
{ id: "p2", name: "Modern Office", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/modern-home-office-with-laptop-natural-light_23-2151985089.jpg" }
{ id: "p2", name: "Modern Office", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/modern-home-office-with-laptop-natural-light_23-2151985089.jpg" },
{ id: "p3", name: "Classic Bedroom", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-with-king-size-bed_188544-27064.jpg" }
]}
/>
</div>
@@ -94,6 +96,8 @@ export default function LandingPage() {
<SocialProofOne
names={["Luxe Living", "Urban Craft", "Elite Homes"]}
title="Trusted Partners"
description="Collaborating with industry leaders to bring excellence into every project."
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -103,19 +107,24 @@ export default function LandingPage() {
animationType="slide-up"
gridVariant="four-items-2x2-equal-grid"
textboxLayout="default"
useInvertedBackground={false}
title="Client Stories"
description="Hear what our clients have to say about their journey with us."
testimonials={[
{ id: "t1", name: "Sarah J.", role: "Client", company: "", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/resting-smiling-young-woman-sitting-home-sofa_259150-59716.jpg" }
{ id: "t1", name: "Sarah J.", role: "Client", company: "", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/resting-smiling-young-woman-sitting-home-sofa_259150-59716.jpg" },
{ id: "t2", name: "Mark D.", role: "Client", company: "", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-relaxing-home_23-2149090616.jpg" }
]}
/>
</div>
<div id="faq" data-section="faq">
<FaqDouble
faqs={[{ id: "f1", title: "How long?", content: "3-6 months." }]}
faqs={[{ id: "f1", title: "How long?", content: "3-6 months." }, { id: "f2", title: "How to start?", content: "Schedule a consultation." }]}
faqsAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
title="Questions?"
description="Find answers to frequently asked questions about our process."
/>
</div>
@@ -125,6 +134,7 @@ export default function LandingPage() {
title="Get in touch"
description="Let's start your project."
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
/>
</div>