diff --git a/src/app/page.tsx b/src/app/page.tsx index 7e31928..5a7ad20 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,10 +48,10 @@ export default function LandingPage() { tag="Award-Winning" tagIcon={Award} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/wine-glass_74190-3483.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/wine-glass_74190-3483.jpg" imageAlt="Cinema Cafe restaurant ambiance and dining" mediaAnimation="opacity" - background={{ variant: "circleGradient" }} + background={{ variant: "glowing-orb" }} useInvertedBackground={false} testimonials={[ { @@ -86,7 +86,7 @@ export default function LandingPage() { imagePosition="right" textboxLayout="default" useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/happy-young-woman-welcoming-female-customer-restaurant_23-2147936253.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/happy-young-woman-welcoming-female-customer-restaurant_23-2147936253.jpg" imageAlt="Cinema Cafe interior and dining ambiance" mediaAnimation="slide-up" bulletPoints={[ @@ -129,7 +129,7 @@ export default function LandingPage() { id: "1", name: "Hyderabadi Biryani", price: "₹280", variant: "Chicken, Mutton, or Vegetarian", imageSrc: "http://img.b2bpic.net/free-photo/side-view-pilaf-with-dried-fruits-plate_140725-12014.jpg", imageAlt: "Hyderabadi Biryani" }, { - id: "2", name: "Starters Platter", price: "₹250", variant: "Samosa, Pakora, Kabab Mix", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-indian-food-with-sauce_23-2148747685.jpg?_wi=1", imageAlt: "Indian Starters Platter" + id: "2", name: "Starters Platter", price: "₹250", variant: "Samosa, Pakora, Kabab Mix", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-indian-food-with-sauce_23-2148747685.jpg", imageAlt: "Indian Starters Platter" }, { id: "3", name: "Chinese Noodles", price: "₹210", variant: "Vegetarian, Chicken, Shrimp", imageSrc: "http://img.b2bpic.net/free-photo/style-still-life-with-noodles-pan_1150-19770.jpg", imageAlt: "Stir-Fried Chinese Noodles" @@ -164,19 +164,19 @@ export default function LandingPage() { features={[ { id: 1, - title: "Fresh Ingredients Daily", description: "We source premium ingredients locally to ensure every dish is fresh and flavorful", imageSrc: "http://img.b2bpic.net/free-photo/modern-cafe-interior-design-with-wooden-wall-green-wall-grey-chairs_191095-99746.jpg?_wi=1", imageAlt: "Fresh ingredient preparation" + title: "Fresh Ingredients Daily", description: "We source premium ingredients locally to ensure every dish is fresh and flavorful", imageSrc: "http://img.b2bpic.net/free-photo/modern-cafe-interior-design-with-wooden-wall-green-wall-grey-chairs_191095-99746.jpg", imageAlt: "Fresh ingredient preparation" }, { id: 2, - title: "Cozy Cafe Ambience", description: "Warm lighting, comfortable seating, and a welcoming atmosphere perfect for any occasion", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-welcoming-female-customer-restaurant_23-2147936253.jpg?_wi=2", imageAlt: "Cozy restaurant interior" + title: "Cozy Cafe Ambience", description: "Warm lighting, comfortable seating, and a welcoming atmosphere perfect for any occasion", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-welcoming-female-customer-restaurant_23-2147936253.jpg", imageAlt: "Cozy restaurant interior" }, { id: 3, - title: "Fast & Friendly Service", description: "Quick service with a smile. Our team is trained to exceed your expectations", imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_74190-3483.jpg?_wi=2", imageAlt: "Professional service" + title: "Fast & Friendly Service", description: "Quick service with a smile. Our team is trained to exceed your expectations", imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_74190-3483.jpg", imageAlt: "Professional service" }, { id: 4, - title: "Affordable Pricing", description: "Premium quality food at ₹200-₹400 per person. Great value for your money", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-indian-food-with-sauce_23-2148747685.jpg?_wi=2", imageAlt: "Affordable menu options" + title: "Affordable Pricing", description: "Premium quality food at ₹200-₹400 per person. Great value for your money", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-indian-food-with-sauce_23-2148747685.jpg", imageAlt: "Affordable menu options" } ]} /> @@ -206,9 +206,9 @@ export default function LandingPage() { tagAnimation="slide-up" title="Reserve Your Table Today" description="Join us for an unforgettable dining experience. Reserve your table now and enjoy fresh food in a warm, welcoming atmosphere." - background={{ variant: "circleGradient" }} + background={{ variant: "radial-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/modern-cafe-interior-design-with-wooden-wall-green-wall-grey-chairs_191095-99746.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/modern-cafe-interior-design-with-wooden-wall-green-wall-grey-chairs_191095-99746.jpg" imageAlt="Cinema Cafe dining experience" mediaAnimation="slide-up" mediaPosition="right" @@ -250,7 +250,7 @@ export default function LandingPage() {