Update src/app/page.tsx

This commit is contained in:
2026-03-09 19:20:37 +00:00
parent 7d3c727774
commit 5ad12711cd

View File

@@ -67,13 +67,13 @@ export default function LandingPage() {
tagAnimation="slide-up"
metrics={[
{
id: "location", value: "Green Road", title: "Prime Location", description: "House 12, Ground Floor, Dhaka 1205", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-asian-chef-kitchen-interior_1253-922.jpg", imageAlt: "Restaurant Location"
id: "location", value: "Green Road", title: "Prime Location", description: "House 12, Ground Floor, Dhaka 1205", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-asian-chef-kitchen-interior_1253-922.jpg?_wi=1", imageAlt: "Restaurant Location"
},
{
id: "hours", value: "12 PM Daily", title: "Opening Hours", description: "Fresh food prepared throughout the day", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-vegetables-plate_140725-23.jpg", imageAlt: "Fresh Dishes"
id: "hours", value: "12 PM Daily", title: "Opening Hours", description: "Fresh food prepared throughout the day", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-vegetables-plate_140725-23.jpg?_wi=1", imageAlt: "Fresh Dishes"
},
{
id: "pricing", value: "৳400-600", title: "Price Range", description: "Affordable premium dining experience", imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetable-salad-plate_140725-4644.jpg", imageAlt: "Premium Dishes"
id: "pricing", value: "৳400-600", title: "Price Range", description: "Affordable premium dining experience", imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetable-salad-plate_140725-4644.jpg?_wi=1", imageAlt: "Premium Dishes"
}
]}
textboxLayout="default"
@@ -92,7 +92,7 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Chef's Special", name: "Signature Biryani", price: "৳520", rating: 5,
reviewCount: "487", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-vegetables-plate_140725-23.jpg", imageAlt: "Signature Biryani"
reviewCount: "487", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-vegetables-plate_140725-23.jpg?_wi=2", imageAlt: "Signature Biryani"
},
{
id: "2", brand: "Chef's Special", name: "Grilled Tandoori Chicken", price: "৳580", rating: 5,
@@ -104,7 +104,7 @@ export default function LandingPage() {
},
{
id: "4", brand: "Chef's Selection", name: "Lamb Karahi", price: "৳620", rating: 5,
reviewCount: "268", imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetable-salad-plate_140725-4644.jpg", imageAlt: "Lamb Karahi"
reviewCount: "268", imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetable-salad-plate_140725-4644.jpg?_wi=2", imageAlt: "Lamb Karahi"
},
{
id: "5", brand: "Signature Drinks", name: "Mango Lassi", price: "৳150", rating: 5,
@@ -137,7 +137,7 @@ export default function LandingPage() {
{ text: "Call Us", href: "tel:+8801897696448" }
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/smiling-young-asian-chef-kitchen-interior_1253-922.jpg"
imageSrc="http://img.b2bpic.net/free-photo/smiling-young-asian-chef-kitchen-interior_1253-922.jpg?_wi=2"
imageAlt="Yukee's Restaurant Kitchen"
useInvertedBackground={false}
buttonContainerClassName="py-16 md:py-24"
@@ -153,7 +153,7 @@ export default function LandingPage() {
features={[
{
id: "1", title: "Fresh Ingredients", description: "We source only the finest, freshest ingredients daily from trusted suppliers, ensuring every dish is prepared with quality and care.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-vegetables-plate_140725-23.jpg", imageAlt: "Fresh Ingredients"
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-vegetables-plate_140725-23.jpg?_wi=3", imageAlt: "Fresh Ingredients"
},
items: [
{ icon: Leaf, text: "Daily Fresh Produce" },
@@ -163,7 +163,7 @@ export default function LandingPage() {
},
{
id: "2", title: "Generous Portions", description: "Every plate is generously portioned to satisfy your appetite while maintaining our commitment to exceptional taste and presentation.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetable-salad-plate_140725-4644.jpg", imageAlt: "Generous Portions"
imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetable-salad-plate_140725-4644.jpg?_wi=3", imageAlt: "Generous Portions"
},
items: [
{ icon: Heart, text: "Value for Money" },
@@ -173,7 +173,7 @@ export default function LandingPage() {
},
{
id: "3", title: "Cozy Ambiance", description: "Our thoughtfully designed restaurant provides the perfect setting for intimate dinners, family gatherings, and memorable celebrations.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-asian-chef-kitchen-interior_1253-922.jpg", imageAlt: "Restaurant Ambiance"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-asian-chef-kitchen-interior_1253-922.jpg?_wi=3", imageAlt: "Restaurant Ambiance"
},
items: [
{ icon: Home, text: "Welcoming Atmosphere" },