diff --git a/src/app/page.tsx b/src/app/page.tsx index 16f9600..23f27e2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,11 +48,11 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg", imageAlt: "Luxury café interior with neon sign"}, + imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg?_wi=1", imageAlt: "Luxury café interior with neon sign"}, { - imageSrc: "http://img.b2bpic.net/free-photo/white-cup-coffee-wooden-surface_1203-1777.jpg", imageAlt: "Premium marble coffee counter"}, + imageSrc: "http://img.b2bpic.net/free-photo/white-cup-coffee-wooden-surface_1203-1777.jpg?_wi=1", imageAlt: "Premium marble coffee counter"}, { - imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg", imageAlt: "Warm ambient pendant lighting"}, + imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg?_wi=2", imageAlt: "Warm ambient pendant lighting"}, ]} buttons={[ { text: "View Menu", href: "#menu" }, @@ -109,9 +109,9 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "seating", name: "Luxury Seating", price: "Premium Experience", variant: "Velvet chairs with wooden tables", imageSrc: "http://img.b2bpic.net/free-photo/red-chair-table-cafe_1339-8016.jpg", imageAlt: "Luxury velvet seating arrangement"}, + id: "seating", name: "Luxury Seating", price: "Premium Experience", variant: "Velvet chairs with wooden tables", imageSrc: "http://img.b2bpic.net/free-photo/red-chair-table-cafe_1339-8016.jpg?_wi=1", imageAlt: "Luxury velvet seating arrangement"}, { - id: "lighting", name: "Ambient Lighting", price: "Warm Glow", variant: "Pendant lights with neon accents", imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg", imageAlt: "Warm pendant and neon lighting"}, + id: "lighting", name: "Ambient Lighting", price: "Warm Glow", variant: "Pendant lights with neon accents", imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg?_wi=3", imageAlt: "Warm pendant and neon lighting"}, { id: "decor", name: "Curated Décor", price: "Aesthetic Touch", variant: "Plants, art, and modern finishes", imageSrc: "http://img.b2bpic.net/free-photo/modern-cafe-interior-design-with-wooden-wall-green-wall-grey-chairs_191095-99746.jpg", imageAlt: "Indoor plants and decorative elements"}, ]} @@ -141,13 +141,13 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "The Perfect Sanctuary", quote: "TEN 11 Café has become my favorite workspace. The ambiance is unmatched – premium without being pretentious. Every coffee is crafted to perfection.", name: "Alexandra Chen", role: "Graphic Designer", imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg", imageAlt: "Alexandra Chen"}, + id: "1", title: "The Perfect Sanctuary", quote: "TEN 11 Café has become my favorite workspace. The ambiance is unmatched – premium without being pretentious. Every coffee is crafted to perfection.", name: "Alexandra Chen", role: "Graphic Designer", imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg?_wi=4", imageAlt: "Alexandra Chen"}, { - id: "2", title: "Exceptional Quality", quote: "The attention to detail here is remarkable. From the marble counter to the neon signage, everything speaks luxury. And the coffee? Simply outstanding.", name: "Marcus Rodriguez", role: "Entrepreneur", imageSrc: "http://img.b2bpic.net/free-photo/white-cup-coffee-wooden-surface_1203-1777.jpg", imageAlt: "Marcus Rodriguez"}, + id: "2", title: "Exceptional Quality", quote: "The attention to detail here is remarkable. From the marble counter to the neon signage, everything speaks luxury. And the coffee? Simply outstanding.", name: "Marcus Rodriguez", role: "Entrepreneur", imageSrc: "http://img.b2bpic.net/free-photo/white-cup-coffee-wooden-surface_1203-1777.jpg?_wi=2", imageAlt: "Marcus Rodriguez"}, { - id: "3", title: "A Must-Visit", quote: "Finally, a café that understands modern minimalism and comfort. The pastries are fresh, the lighting is warm, and the vibe is perfect for meetings or solo work.", name: "Emma Thompson", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg", imageAlt: "Emma Thompson"}, + id: "3", title: "A Must-Visit", quote: "Finally, a café that understands modern minimalism and comfort. The pastries are fresh, the lighting is warm, and the vibe is perfect for meetings or solo work.", name: "Emma Thompson", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg?_wi=5", imageAlt: "Emma Thompson"}, { - id: "4", title: "Worth Every Visit", quote: "TEN 11 Café sets a new standard for premium coffee experiences. The ambiance, the quality, the hospitality – it's all exceptional.", name: "James Patterson", role: "Marketing Executive", imageSrc: "http://img.b2bpic.net/free-photo/red-chair-table-cafe_1339-8016.jpg", imageAlt: "James Patterson"}, + id: "4", title: "Worth Every Visit", quote: "TEN 11 Café sets a new standard for premium coffee experiences. The ambiance, the quality, the hospitality – it's all exceptional.", name: "James Patterson", role: "Marketing Executive", imageSrc: "http://img.b2bpic.net/free-photo/red-chair-table-cafe_1339-8016.jpg?_wi=2", imageAlt: "James Patterson"}, ]} />