From 7d1c5fb45cf46f06004e3c2ade199f40f7a75a90 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 01:50:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 47c0974..2223852 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="compact" sizing="largeSizeMediumTitles" - background="grid" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="radial-glow" secondaryButtonStyle="radial-glow" @@ -46,7 +46,7 @@ export default function LandingPage() { { text: "Explore Collection", href: "#products" }, { text: "Learn More", href: "#about" } ]} - background={{ variant: "grid" }} + background={{ variant: "sparkles-gradient" }} imageSrc="http://img.b2bpic.net/free-photo/couch-with-cushions-glass-table_1203-764.jpg" imageAlt="Modern living room with contemporary furniture" frameStyle="card" @@ -116,27 +116,27 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Mitchell", handle: "@sarahmitchell", testimonial: "The quality of these pieces is exceptional. Every item feels premium and transforms the entire aesthetic of my home. Customer service was outstanding throughout the process.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Mitchell" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Mitchell" }, { id: "2", name: "James Chen", handle: "@jameschen_design", testimonial: "As an interior designer, I'm impressed with the attention to detail and craftsmanship. My clients love the furniture, and I've become a regular customer.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "James Chen" + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "James Chen" }, { id: "3", name: "Emma Rodriguez", handle: "@emmalivingspace", testimonial: "The minimal aesthetic paired with perfect comfort is exactly what I was looking for. The showroom experience was also wonderful and helpful.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Emma Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emma Rodriguez" }, { id: "4", name: "David Park", handle: "@davidpark_home", testimonial: "Outstanding pieces that bring real value. The investment in Velora Living furniture has been completely worth it. Highly recommended for anyone serious about their space.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "David Park" + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "David Park" }, { id: "5", name: "Lisa Anderson", handle: "@lisadesignthink", testimonial: "Clean lines, premium materials, and timeless design. This is furniture that actually improves over time. I'm genuinely impressed with every piece.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Lisa Anderson" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Lisa Anderson" }, { id: "6", name: "Marcus Thompson", handle: "@marcus_interiors", testimonial: "The attention to detail and customer care at Velora Living sets them apart. Every interaction has been professional, friendly, and helpful.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3", imageAlt: "Marcus Thompson" + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Marcus Thompson" } ]} showRating={true} @@ -154,7 +154,7 @@ export default function LandingPage() { { text: "Get in Touch", href: "#" }, { text: "Visit Us", href: "#" } ]} - background={{ variant: "grid" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} /> -- 2.49.1