Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-04-19 04:44:18 +00:00

View File

@@ -48,11 +48,11 @@ export default function LandingPage() {
{ text: "Order Now", href: "#contact" },
]}
carouselItems={[
{ id: "h1", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holds-fried-lamb-meat-skewers-with-fried-potatoes-tandoor-oven_141793-3881.jpg", imageAlt: "Shashlik" },
{ id: "h2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-nut-pastries-with-ropes-brown-background_140725-85274.jpg", imageAlt: "Somsa" },
{ id: "h3", imageSrc: "http://img.b2bpic.net/free-photo/delicious-grilled-fish-with-vegetables-served-table_140725-5026.jpg", imageAlt: "Fish" },
{ id: "h1", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holds-fried-lamb-meat-skewers-with-fried-potatoes-tandoor-oven_141793-3881.jpg?_wi=1", imageAlt: "Shashlik" },
{ id: "h2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-nut-pastries-with-ropes-brown-background_140725-85274.jpg?_wi=1", imageAlt: "Somsa" },
{ id: "h3", imageSrc: "http://img.b2bpic.net/free-photo/delicious-grilled-fish-with-vegetables-served-table_140725-5026.jpg?_wi=1", imageAlt: "Fish" },
{ id: "h4", imageSrc: "http://img.b2bpic.net/free-photo/traditional-uzbek-plov-plate_141793-3721.jpg", imageAlt: "Plov" },
{ id: "h5", imageSrc: "http://img.b2bpic.net/free-photo/cozy-cafe-interior-wooden-details_141793-3921.jpg", imageAlt: "Interior" },
{ id: "h5", imageSrc: "http://img.b2bpic.net/free-photo/cozy-cafe-interior-wooden-details_141793-3921.jpg?_wi=1", imageAlt: "Interior" },
{ id: "h6", imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-tandoor_141793-3999.jpg", imageAlt: "Tandoor bread" },
]}
/>
@@ -74,9 +74,9 @@ export default function LandingPage() {
description="Taste the richness of our handmade national meals."
useInvertedBackground={false}
products={[
{ id: "m1", name: "Shashlik Kebab", price: "$12.50", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holds-fried-lamb-meat-skewers-with-fried-potatoes-tandoor-oven_141793-3881.jpg" },
{ id: "m2", name: "Crispy Somsa", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-nut-pastries-with-ropes-brown-background_140725-85274.jpg" },
{ id: "m3", name: "Grilled River Fish", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-grilled-fish-with-vegetables-served-table_140725-5026.jpg" },
{ id: "m1", name: "Shashlik Kebab", price: "$12.50", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holds-fried-lamb-meat-skewers-with-fried-potatoes-tandoor-oven_141793-3881.jpg?_wi=2" },
{ id: "m2", name: "Crispy Somsa", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-nut-pastries-with-ropes-brown-background_140725-85274.jpg?_wi=2" },
{ id: "m3", name: "Grilled River Fish", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-grilled-fish-with-vegetables-served-table_140725-5026.jpg?_wi=2" },
]}
/>
</div>
@@ -88,8 +88,8 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{ id: "g1", title: "Our Interior", quote: "Traditional carved wooden decor for a truly authentic dining feel.", name: "Karim Ota", role: "Cafe Founder", imageSrc: "http://img.b2bpic.net/free-photo/cozy-cafe-interior-wooden-details_141793-3921.jpg" },
{ id: "g2", title: "Freshly Baked", quote: "Nothing beats the smell of fresh somsa straight from the oven.", name: "Kitchen Team", role: "Chef", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-nut-pastries-with-ropes-brown-background_140725-85274.jpg" },
{ id: "g1", title: "Our Interior", quote: "Traditional carved wooden decor for a truly authentic dining feel.", name: "Karim Ota", role: "Cafe Founder", imageSrc: "http://img.b2bpic.net/free-photo/cozy-cafe-interior-wooden-details_141793-3921.jpg?_wi=2" },
{ id: "g2", title: "Freshly Baked", quote: "Nothing beats the smell of fresh somsa straight from the oven.", name: "Kitchen Team", role: "Chef", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-nut-pastries-with-ropes-brown-background_140725-85274.jpg?_wi=3" },
]}
/>
</div>