Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-06 11:00:53 +00:00

View File

@@ -9,7 +9,7 @@ import FeatureBento from "@/components/sections/feature/FeatureBento";
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
import ContactSplit from "@/components/sections/contact/ContactSplit";
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
import { Award, Cube, Globe, Heart, Home, Image, Mail, Palette, Recycle, Leaf, Settings, Share2, ShoppingCart, User, Sparkles, Zap, Lock } from "lucide-react";
import { Award, Globe, Heart, Home, Image, Mail, Palette, Recycle, Leaf, Settings, Share2, ShoppingCart, User, Sparkles, Zap, Lock, Star } from "lucide-react";
export default function LandingPage() {
const handleEmailSubmit = (email: string) => {
@@ -23,7 +23,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="mediumLarge"
sizing="medium"
background="floatingGradient"
background="circleGradient"
cardStyle="outline"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="layered"
@@ -46,7 +46,7 @@ export default function LandingPage() {
<HeroLogoBillboardSplit
logoText="LUMÉ"
description="Discover furniture that matches your style. Our AI curator learns your taste and suggests pieces perfectly suited to your vision."
background={{ variant: "floatingGradient" }}
background={{ variant: "sparkles-gradient" }}
buttons={[
{ text: "Start Curating", href: "#ai-curator" },
{ text: "Browse Gallery", href: "#product-gallery" }
@@ -71,7 +71,7 @@ export default function LandingPage() {
{ value: "24h", title: "Delivery on Average" }
]}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-psd/minimalist-interior-design-landing-page-template_23-2148646853.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-psd/minimalist-interior-design-landing-page-template_23-2148646853.jpg"
imageAlt="AI curator interface showing room recommendations"
mediaAnimation="slide-up"
metricsAnimation="opacity"
@@ -122,7 +122,7 @@ export default function LandingPage() {
alertTitle: "Room Preview Ready", alertMessage: "Your sofa placement looks perfect!", apps: [
{ name: "LUMÉ", icon: Home },
{ name: "Gallery", icon: Image },
{ name: "3D View", icon: Cube },
{ name: "3D View", icon: Globe },
{ name: "Save", icon: Heart },
{ name: "Share", icon: Share2 },
{ name: "Cart", icon: ShoppingCart },
@@ -161,10 +161,10 @@ export default function LandingPage() {
<TestimonialCardSix
testimonials={[
{
id: "1", name: "Sarah Chen", handle: "@sarahdesignsla", testimonial: "LUMÉ's AI curator understood my japandi aesthetic perfectly. Found the exact sofa I needed in minutes. The fit score was spot-on!", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=1", imageAlt: "Sarah Chen"
id: "1", name: "Sarah Chen", handle: "@sarahdesignsla", testimonial: "LUMÉ's AI curator understood my japandi aesthetic perfectly. Found the exact sofa I needed in minutes. The fit score was spot-on!", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Sarah Chen"
},
{
id: "2", name: "Marcus Rodriguez", handle: "@modernhomelife", testimonial: "The 3D visualizer changed everything. I could see exactly how each piece would look in my living room. Best furniture shopping experience ever.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg?_wi=1", imageAlt: "Marcus Rodriguez"
id: "2", name: "Marcus Rodriguez", handle: "@modernhomelife", testimonial: "The 3D visualizer changed everything. I could see exactly how each piece would look in my living room. Best furniture shopping experience ever.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg", imageAlt: "Marcus Rodriguez"
},
{
id: "3", name: "Emma Williams", handle: "@emmainteriors", testimonial: "As an interior designer, I'm impressed by LUMÉ's curation quality and sustainability commitment. Recommending it to all my clients.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-frustrated-disgusted-young-brunette-african-american-female-frowning-grimacing-because-disgusting-smell-stink-clenching-teeth-bad-smelling-disgust-negative-emotions_344912-1012.jpg", imageAlt: "Emma Williams"
@@ -173,16 +173,16 @@ export default function LandingPage() {
id: "4", name: "James Park", handle: "@minimalistliving", testimonial: "Fast shipping, impeccable quality, and the AI recommendations were incredibly accurate. LUMÉ delivered exactly what I envisioned.", imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285284.jpg", imageAlt: "James Park"
},
{
id: "5", name: "Sophia Müller", handle: "@sophiahomescape", testimonial: "The furniture pieces are gorgeous and the customer service is exceptional. LUMÉ feels like working with a personal designer.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=2", imageAlt: "Sophia Müller"
id: "5", name: "Sophia Müller", handle: "@sophiahomescape", testimonial: "The furniture pieces are gorgeous and the customer service is exceptional. LUMÉ feels like working with a personal designer.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Sophia Müller"
},
{
id: "6", name: "David Thompson", handle: "@davestudiospaces", testimonial: "Outstanding quality and the AI's style matching is uncanny. Each recommendation perfectly matched my vision. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg?_wi=2", imageAlt: "David Thompson"
id: "6", name: "David Thompson", handle: "@davestudiospaces", testimonial: "Outstanding quality and the AI's style matching is uncanny. Each recommendation perfectly matched my vision. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg", imageAlt: "David Thompson"
}
]}
title="Loved by Design Enthusiasts"
description="See what our customers say about their LUMÉ experience"
tag="Reviews"
tagIcon={Zap}
tagIcon={Star}
textboxLayout="default"
useInvertedBackground={false}
animationType="opacity"
@@ -200,7 +200,7 @@ export default function LandingPage() {
tagAnimation="blur-reveal"
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-psd/minimalist-interior-design-landing-page-template_23-2148646853.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-psd/minimalist-interior-design-landing-page-template_23-2148646853.jpg"
imageAlt="Interior design inspiration showcase"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -255,4 +255,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}