diff --git a/src/app/page.tsx b/src/app/page.tsx index ccaf40a..e0b34c7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,9 +51,9 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/restaurant-with-red-carpet-floor-tables-chairs_140725-8025.jpg", imageAlt: "Yukee's Restaurant Interior"}, { - imageSrc: "http://img.b2bpic.net/free-photo/fresh-salad-with-avocado-raddish-orange-arugula-sauce_140725-1337.jpg", imageAlt: "Signature Main Course"}, + imageSrc: "http://img.b2bpic.net/free-photo/fresh-salad-with-avocado-raddish-orange-arugula-sauce_140725-1337.jpg?_wi=1", imageAlt: "Signature Main Course"}, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-eating-together_23-2149152913.jpg", imageAlt: "Happy Diners"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-eating-together_23-2149152913.jpg?_wi=1", imageAlt: "Happy Diners"}, ]} autoplayDelay={4000} showDimOverlay={true} @@ -66,11 +66,11 @@ export default function LandingPage() { { id: 1, title: "📍 Green Road, Dhaka", description: "House 12, Ground Floor, Green Cor, Green Road, Dhaka 1205", imageSrc: "http://img.b2bpic.net/free-photo/cityscape-wuxi_1127-3917.jpg", imageAlt: "Location"}, { - id: 2, title: "🕐 Opens 12 PM Daily", description: "Fresh meals prepared throughout the day. Call ahead for reservations.", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-slices-served-with-broccoli-carrot-cream-sauce_140725-8311.jpg", imageAlt: "Time"}, + id: 2, title: "🕐 Opens 12 PM Daily", description: "Fresh meals prepared throughout the day. Call ahead for reservations.", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-slices-served-with-broccoli-carrot-cream-sauce_140725-8311.jpg?_wi=1", imageAlt: "Time"}, { - id: 3, title: "💰 ৳400–600 Per Person", description: "Premium dining at affordable prices. Excellent value for quality.", imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-fillet-placed-avocado-slices-sauce-topped-with-tomato-olive-fish-skin_141793-2236.jpg", imageAlt: "Price"}, + id: 3, title: "💰 ৳400–600 Per Person", description: "Premium dining at affordable prices. Excellent value for quality.", imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-fillet-placed-avocado-slices-sauce-topped-with-tomato-olive-fish-skin_141793-2236.jpg?_wi=1", imageAlt: "Price"}, { - id: 4, title: "🚗 Dine-in, Takeaway & Delivery", description: "Enjoy at our restaurant or take your meal anywhere in Dhaka.", imageSrc: "http://img.b2bpic.net/free-vector/watercolor-food-webinar_23-2149054524.jpg", imageAlt: "Services"}, + id: 4, title: "🚗 Dine-in, Takeaway & Delivery", description: "Enjoy at our restaurant or take your meal anywhere in Dhaka.", imageSrc: "http://img.b2bpic.net/free-vector/watercolor-food-webinar_23-2149054524.jpg?_wi=1", imageAlt: "Services"}, ]} title="Why Choose Yukee's" description="Everything you need to know about your next great meal" @@ -86,7 +86,7 @@ export default function LandingPage() { description="Chef-driven approach to fresh, flavorful cuisine" subdescription="Located at Green Road, Dhaka since 2020" icon={Heart} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-eating-together_23-2149152913.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-eating-together_23-2149152913.jpg?_wi=2" imageAlt="Yukee's Dining Experience" mediaAnimation="slide-up" useInvertedBackground={false} @@ -101,13 +101,13 @@ export default function LandingPage() { tagIcon={ChefHat} products={[ { - id: "1", name: "Grilled Premium Fish", price: "৳550", variant: "Whole Fish · Seasonal", imageSrc: "http://img.b2bpic.net/free-photo/fresh-salad-with-avocado-raddish-orange-arugula-sauce_140725-1337.jpg", imageAlt: "Grilled Fish"}, + id: "1", name: "Grilled Premium Fish", price: "৳550", variant: "Whole Fish · Seasonal", imageSrc: "http://img.b2bpic.net/free-photo/fresh-salad-with-avocado-raddish-orange-arugula-sauce_140725-1337.jpg?_wi=2", imageAlt: "Grilled Fish"}, { - id: "2", name: "Creamy Appetizer Selection", price: "৳450", variant: "3 Pieces · Served Hot", imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-fillet-placed-avocado-slices-sauce-topped-with-tomato-olive-fish-skin_141793-2236.jpg", imageAlt: "Appetizers"}, + id: "2", name: "Creamy Appetizer Selection", price: "৳450", variant: "3 Pieces · Served Hot", imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-fillet-placed-avocado-slices-sauce-topped-with-tomato-olive-fish-skin_141793-2236.jpg?_wi=2", imageAlt: "Appetizers"}, { - id: "3", name: "Signature Dessert Platter", price: "৳400", variant: "2 Servings · Premium", imageSrc: "http://img.b2bpic.net/free-vector/watercolor-food-webinar_23-2149054524.jpg", imageAlt: "Dessert"}, + id: "3", name: "Signature Dessert Platter", price: "৳400", variant: "2 Servings · Premium", imageSrc: "http://img.b2bpic.net/free-vector/watercolor-food-webinar_23-2149054524.jpg?_wi=2", imageAlt: "Dessert"}, { - id: "4", name: "Charcoal Grilled Meat", price: "৳600", variant: "Selection · Tender Cut", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-slices-served-with-broccoli-carrot-cream-sauce_140725-8311.jpg", imageAlt: "Grilled Meat"}, + id: "4", name: "Charcoal Grilled Meat", price: "৳600", variant: "Selection · Tender Cut", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-slices-served-with-broccoli-carrot-cream-sauce_140725-8311.jpg?_wi=2", imageAlt: "Grilled Meat"}, { id: "5", name: "Chef's Pasta Specialty", price: "৳480", variant: "Fresh Ingredients · Al Dente", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-pasta-with-dried-fruits-olives-mint-white-wall_181624-6822.jpg", imageAlt: "Pasta"}, { @@ -127,13 +127,13 @@ export default function LandingPage() {