Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-04-25 10:18:04 +00:00

View File

@@ -49,10 +49,10 @@ export default function LandingPage() {
testimonials={[
{
name: "Elena Vance", handle: "@elena", testimonial: "Transformative design that perfectly captured our vision.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-with-arms-crossed_23-2148170961.jpg" },
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-with-arms-crossed_23-2148170961.jpg?_wi=1" },
{
name: "Marcello Conti", handle: "@mconti", testimonial: "Sophisticated, warm, and utterly timeless.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-desk_23-2148131655.jpg" },
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-desk_23-2148131655.jpg?_wi=1" },
{
name: "Sarah Chen", handle: "@schen", testimonial: "Bhavin's attention to detail is truly unparalleled.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/lovely-woman-looking-away-from-camera_23-2148323501.jpg" },
@@ -65,7 +65,7 @@ export default function LandingPage() {
]}
tag="Interior Design Studio"
buttons={[{ text: "View Portfolio", href: "#portfolio" }, { text: "Inquire", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/view-beautifully-decorated-green-kitchen_23-2150165531.jpg"
imageSrc="http://img.b2bpic.net/free-photo/view-beautifully-decorated-green-kitchen_23-2150165531.jpg?_wi=1"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/young-cute-female-posing-indoor_344912-984.jpg", alt: "Portrait 1" },
{ src: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-headset_74855-2661.jpg", alt: "Portrait 2" },
@@ -92,17 +92,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Residential Interiors", description: "Creating homes that reflect your essence.", media: { imageSrc: "http://img.b2bpic.net/free-photo/view-beautifully-decorated-green-kitchen_23-2150165531.jpg", imageAlt: "modern minimalist bedroom interior" },
title: "Residential Interiors", description: "Creating homes that reflect your essence.", media: { imageSrc: "http://img.b2bpic.net/free-photo/view-beautifully-decorated-green-kitchen_23-2150165531.jpg?_wi=2", imageAlt: "modern minimalist bedroom interior" },
items: [{ text: "Spatial Planning", icon: CheckCircle }, { text: "Material Curation", icon: CheckCircle }],
reverse: false
},
{
title: "Commercial Spaces", description: "Design that fosters productivity and soul.", media: { imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-with-arms-crossed_23-2148170961.jpg", imageAlt: "modern minimalist office interior" },
title: "Commercial Spaces", description: "Design that fosters productivity and soul.", media: { imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-with-arms-crossed_23-2148170961.jpg?_wi=2", imageAlt: "modern minimalist office interior" },
items: [{ text: "Concept Strategy", icon: CheckCircle }, { text: "Lighting Design", icon: CheckCircle }],
reverse: true
},
{
title: "Consultations", description: "Personalized advice for your unique vision.", media: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-desk_23-2148131655.jpg", imageAlt: "modern minimalist consultation" },
title: "Consultations", description: "Personalized advice for your unique vision.", media: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-desk_23-2148131655.jpg?_wi=2", imageAlt: "modern minimalist consultation" },
items: [{ text: "Palette Selection", icon: CheckCircle }, { text: "Furniture Sourcing", icon: CheckCircle }],
reverse: false
}