From 77cf14fc0507b1fa75b89f36ebfa994e7b5b5d21 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 01:37:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f842928..129b850 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,18 +44,18 @@ export default function LandingPage() { title="Elevated Showroom Experience" description="Discover premium quality and unparalleled service in the heart of the city." leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797731.jpg", imageAlt: "Showroom view 1" }, - { imageSrc: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797731.jpg", imageAlt: "Showroom view 2" }, - { imageSrc: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797731.jpg", imageAlt: "Showroom view 3" }, - { imageSrc: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797731.jpg", imageAlt: "Showroom view 4" }, - { imageSrc: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797731.jpg", imageAlt: "Showroom view 5" } + { imageSrc: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797731.jpg?_wi=1", imageAlt: "Showroom view 1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797731.jpg?_wi=2", imageAlt: "Showroom view 2" }, + { imageSrc: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797731.jpg?_wi=3", imageAlt: "Showroom view 3" }, + { imageSrc: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797731.jpg?_wi=4", imageAlt: "Showroom view 4" }, + { imageSrc: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797731.jpg?_wi=5", imageAlt: "Showroom view 5" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797731.jpg", imageAlt: "Showroom detail 1" }, - { imageSrc: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797731.jpg", imageAlt: "Showroom detail 2" }, - { imageSrc: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797731.jpg", imageAlt: "Showroom detail 3" }, - { imageSrc: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797731.jpg", imageAlt: "Showroom detail 4" }, - { imageSrc: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797731.jpg", imageAlt: "Showroom detail 5" } + { imageSrc: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797731.jpg?_wi=6", imageAlt: "Showroom detail 1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797731.jpg?_wi=7", imageAlt: "Showroom detail 2" }, + { imageSrc: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797731.jpg?_wi=8", imageAlt: "Showroom detail 3" }, + { imageSrc: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797731.jpg?_wi=9", imageAlt: "Showroom detail 4" }, + { imageSrc: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797731.jpg?_wi=10", imageAlt: "Showroom detail 5" } ]} buttons={[{ text: "Call 030 280 4009", href: "tel:+233302804009" }]} marqueeItems={[{ type: "text", text: "Premium Quality" }, { type: "text", text: "Expert Service" }, { type: "text", text: "Exclusive Designs" }, { type: "text", text: "Timeless Elegance" }, { type: "text", text: "Modern Luxury" }]}