diff --git a/src/app/page.tsx b/src/app/page.tsx index 439202d..9f89ba2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,12 +45,12 @@ export default function LandingPage() { description="Your favorite local destination in Bhubaneswar for specialty coffee, delicious treats, and warm moments." background={{ variant: "plain" }} carouselItems={[ - { id: "1", imageSrc: "https://lh3.googleusercontent.com/p/AF1QipN21L5H2oQd8WlY8QZkQhP9i1c7-o4aK4nZ5h5J=s1600-w800-h600", imageAlt: "Cafe interior view" }, - { id: "2", imageSrc: "https://lh3.googleusercontent.com/p/AF1QipP_5hVl8qLd9_rY8ZzO1y1rQ8b-gHl_h1a5Hj4=s1600-w800-h600", imageAlt: "Coffee setup" }, - { id: "3", imageSrc: "https://lh3.googleusercontent.com/p/AF1QipO-Qd7ZlY9Hq9_zV3kQ8p8i9r7-a4k5l1a6Hj4=s1600-w800-h600", imageAlt: "Pastries and treats" }, - { id: "4", imageSrc: "https://lh3.googleusercontent.com/p/AF1QipN21L5H2oQd8WlY8QZkQhP9i1c7-o4aK4nZ5h5J=s1600-w800-h600", imageAlt: "Cafe ambiance" }, - { id: "5", imageSrc: "https://lh3.googleusercontent.com/p/AF1QipP_5hVl8qLd9_rY8ZzO1y1rQ8b-gHl_h1a5Hj4=s1600-w800-h600", imageAlt: "Coffee cup close-up" }, - { id: "6", imageSrc: "https://lh3.googleusercontent.com/p/AF1QipO-Qd7ZlY9Hq9_zV3kQ8p8i9r7-a4k5l1a6Hj4=s1600-w800-h600", imageAlt: "Cozy seating area" }, + { id: "1", imageSrc: "https://lh3.googleusercontent.com/p/AF1QipN21L5H2oQd8WlY8QZkQhP9i1c7-o4aK4nZ5h5J=s1600-w800-h600?_wi=1", imageAlt: "Cafe interior view" }, + { id: "2", imageSrc: "https://lh3.googleusercontent.com/p/AF1QipP_5hVl8qLd9_rY8ZzO1y1rQ8b-gHl_h1a5Hj4=s1600-w800-h600?_wi=1", imageAlt: "Coffee setup" }, + { id: "3", imageSrc: "https://lh3.googleusercontent.com/p/AF1QipO-Qd7ZlY9Hq9_zV3kQ8p8i9r7-a4k5l1a6Hj4=s1600-w800-h600?_wi=1", imageAlt: "Pastries and treats" }, + { id: "4", imageSrc: "https://lh3.googleusercontent.com/p/AF1QipN21L5H2oQd8WlY8QZkQhP9i1c7-o4aK4nZ5h5J=s1600-w800-h600?_wi=2", imageAlt: "Cafe ambiance" }, + { id: "5", imageSrc: "https://lh3.googleusercontent.com/p/AF1QipP_5hVl8qLd9_rY8ZzO1y1rQ8b-gHl_h1a5Hj4=s1600-w800-h600?_wi=2", imageAlt: "Coffee cup close-up" }, + { id: "6", imageSrc: "https://lh3.googleusercontent.com/p/AF1QipO-Qd7ZlY9Hq9_zV3kQ8p8i9r7-a4k5l1a6Hj4=s1600-w800-h600?_wi=2", imageAlt: "Cozy seating area" }, ]} />