From 3d296c08b03198d37067bd49caf33b7e41e2eb70 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 19:38:17 +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 39449cb..48fead0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { }, { id: 2, - title: "Cozy Ambience", description: "Perfect for friends, couples, and solo visitors. Aesthetic seating, warm lighting, and a welcoming atmosphere.", imageSrc: "http://img.b2bpic.net/free-photo/milky-shake-with-strawberry-syrup-glass_114579-3296.jpg?_wi=1", imageAlt: "Cozy café seating" + title: "Cozy Ambience", description: "Perfect for friends, couples, and solo visitors. Aesthetic seating, warm lighting, and a welcoming atmosphere.", imageSrc: "http://img.b2bpic.net/free-photo/milky-shake-with-strawberry-syrup-glass_114579-3296.jpg", imageAlt: "Cozy café seating" }, { id: 3, @@ -93,10 +93,10 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "1", name: "Artisan Espresso", price: "₹80", variant: "Single or Double Shot", imageSrc: "http://img.b2bpic.net/free-vector/coffee-menu-templates_23-2147498972.jpg?_wi=1", imageAlt: "Premium espresso" + id: "1", name: "Artisan Espresso", price: "₹80", variant: "Single or Double Shot", imageSrc: "http://img.b2bpic.net/free-vector/coffee-menu-templates_23-2147498972.jpg", imageAlt: "Premium espresso" }, { - id: "2", name: "Classic Cappuccino", price: "₹120", variant: "Small, Medium, Large", imageSrc: "http://img.b2bpic.net/free-vector/coffee-menu-templates_23-2147498972.jpg?_wi=2", imageAlt: "Cappuccino with latte art" + id: "2", name: "Classic Cappuccino", price: "₹120", variant: "Small, Medium, Large", imageSrc: "http://img.b2bpic.net/free-vector/coffee-menu-templates_23-2147498972.jpg", imageAlt: "Cappuccino with latte art" }, { id: "3", name: "Iced Coffee Refresher", price: "₹100", variant: "Vanilla, Caramel, Plain", imageSrc: "http://img.b2bpic.net/free-photo/cold-summer-coffee-drink-with-ice-orange-juice_169016-21399.jpg", imageAlt: "Iced coffee beverage" @@ -113,7 +113,7 @@ export default function LandingPage() { title="Your Perfect Café Escape" description="Whether you're here for a quiet morning coffee, a catch-up with friends, or a romantic evening, we create memories one cup at a time." tag="Experience" - imageSrc="http://img.b2bpic.net/free-photo/milky-shake-with-strawberry-syrup-glass_114579-3296.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/milky-shake-with-strawberry-syrup-glass_114579-3296.jpg" imageAlt="Café experience" useInvertedBackground={false} buttons={[ @@ -134,23 +134,23 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Priya Patel", handle: "@priyapatel", testimonial: "Best coffee in Navsari! The ambience is perfect for work and study. Staff is super friendly.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg?_wi=1", imageAlt: "Priya Patel" + imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg", imageAlt: "Priya Patel" }, { id: "2", name: "Arjun Singh", handle: "@arjunsingh", testimonial: "Perfect place for date nights. Cozy seating, great coffee, and amazing pastries. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg?_wi=2", imageAlt: "Arjun Singh" + imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg", imageAlt: "Arjun Singh" }, { id: "3", name: "Aarav Kumar", handle: "@aaravkumar", testimonial: "Had my birthday party here. The team arranged everything beautifully and kept the guests engaged. Worth every rupee!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg?_wi=3", imageAlt: "Aarav Kumar" + imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg", imageAlt: "Aarav Kumar" }, { id: "4", name: "Sneha Desai", handle: "@snehadesai", testimonial: "The cappuccino is divine. I come here every weekend with my friends. It's become our favorite hangout spot.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg?_wi=4", imageAlt: "Sneha Desai" + imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg", imageAlt: "Sneha Desai" }, { id: "5", name: "Rahul Mehta", handle: "@rahulmehta", testimonial: "Excellent service and quality. The fresh pastries are a must-try. This is the go-to café in Navsari.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg?_wi=5", imageAlt: "Rahul Mehta" + imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg", imageAlt: "Rahul Mehta" } ]} /> @@ -224,7 +224,7 @@ export default function LandingPage() { tag="Contact Us" title="Reserve Your Table or Get in Touch" description="Book your reservation, ask about our special events, or just say hello. We'd love to hear from you!" - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Send Message" -- 2.49.1