diff --git a/src/app/page.tsx b/src/app/page.tsx index 0974f23..dfb2767 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,14 +47,14 @@ export default function LandingPage() { title="Shomi Dushanbe" description="Welcome to the heart of Dushanbe. Experience traditional Tajik hospitality, rich flavors, and a cozy atmosphere perfect for any occasion." testimonials={[ - { name: "Ali S.", handle: "@ali_dushanbe", testimonial: "The best Samsa in the city! Highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/eco-spa-lounge-ethno-interior-stone-wall_169016-68911.jpg", imageAlt: "cozy cafe interior warm lighting" }, - { name: "Elena K.", handle: "@elena_travels", testimonial: "Romantic and cozy, perfect for dinner.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/cheese-vegetables-plate-top-view_140725-9446.jpg", imageAlt: "authentic tajik cuisine platter" }, - { name: "John D.", handle: "@john_expat", testimonial: "Great for working on my laptop, strong coffee.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beef-lamb-broth-soup-with-tomato-sauce-onions_114579-786.jpg", imageAlt: "beef soup shurpa traditional" }, - { name: "Maria M.", handle: "@maria_foodie", testimonial: "Authentic taste, truly high quality.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/platter-lula-potato-kebab-garnished-with-onion-sumac_140725-8845.jpg", imageAlt: "grilled meat kebabs plate" }, - { name: "Farid Z.", handle: "@farid_tjk", testimonial: "Good food but service was a bit slow last Friday.", rating: 3, imageSrc: "http://img.b2bpic.net/free-photo/sliced-fresh-pie-with-greens-black-plate_114579-89012.jpg", imageAlt: "samsa pastry traditional" }, + { name: "Ali S.", handle: "@ali_dushanbe", testimonial: "The best Samsa in the city! Highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/eco-spa-lounge-ethno-interior-stone-wall_169016-68911.jpg?_wi=1", imageAlt: "cozy cafe interior warm lighting" }, + { name: "Elena K.", handle: "@elena_travels", testimonial: "Romantic and cozy, perfect for dinner.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/cheese-vegetables-plate-top-view_140725-9446.jpg?_wi=1", imageAlt: "authentic tajik cuisine platter" }, + { name: "John D.", handle: "@john_expat", testimonial: "Great for working on my laptop, strong coffee.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beef-lamb-broth-soup-with-tomato-sauce-onions_114579-786.jpg?_wi=1", imageAlt: "beef soup shurpa traditional" }, + { name: "Maria M.", handle: "@maria_foodie", testimonial: "Authentic taste, truly high quality.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/platter-lula-potato-kebab-garnished-with-onion-sumac_140725-8845.jpg?_wi=1", imageAlt: "grilled meat kebabs plate" }, + { name: "Farid Z.", handle: "@farid_tjk", testimonial: "Good food but service was a bit slow last Friday.", rating: 3, imageSrc: "http://img.b2bpic.net/free-photo/sliced-fresh-pie-with-greens-black-plate_114579-89012.jpg?_wi=1", imageAlt: "samsa pastry traditional" }, ]} buttons={[{ text: "Get Directions", href: "#" }, { text: "Reserve a Table", href: "#" }]} - imageSrc="http://img.b2bpic.net/free-photo/eco-spa-lounge-ethno-interior-stone-wall_169016-68911.jpg" + imageSrc="http://img.b2bpic.net/free-photo/eco-spa-lounge-ethno-interior-stone-wall_169016-68911.jpg?_wi=2" mediaAnimation="slide-up" avatars={[ { src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5054.jpg", alt: "Happy Customer" }, @@ -81,7 +81,7 @@ export default function LandingPage() { description="Shomi Dushanbe is more than a café; it's a home for local culture and fine traditional cuisine." subdescription="Visit us at Jabbora Rasulova 10. Open until 23:00." icon={Coffee} - imageSrc="http://img.b2bpic.net/free-photo/cheese-vegetables-plate-top-view_140725-9446.jpg" + imageSrc="http://img.b2bpic.net/free-photo/cheese-vegetables-plate-top-view_140725-9446.jpg?_wi=2" mediaAnimation="blur-reveal" /> @@ -93,12 +93,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { id: "1", name: "Shurpa (Beef Soup)", price: "$8.00", imageSrc: "http://img.b2bpic.net/free-photo/beef-lamb-broth-soup-with-tomato-sauce-onions_114579-786.jpg" }, - { id: "2", name: "Traditional Kebabs", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/platter-lula-potato-kebab-garnished-with-onion-sumac_140725-8845.jpg" }, - { id: "3", name: "Authentic Samsa", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/sliced-fresh-pie-with-greens-black-plate_114579-89012.jpg" }, - { id: "4", name: "Traditional Pilaf", price: "$10.00", imageSrc: "http://img.b2bpic.net/free-photo/cheese-vegetables-plate-top-view_140725-9446.jpg" }, - { id: "5", name: "High-Quality Coffee", price: "$3.00", imageSrc: "http://img.b2bpic.net/free-photo/eco-spa-lounge-ethno-interior-stone-wall_169016-68911.jpg" }, - { id: "6", name: "Wide Tea Selection", price: "$2.50", imageSrc: "http://img.b2bpic.net/free-photo/beef-lamb-broth-soup-with-tomato-sauce-onions_114579-786.jpg" }, + { id: "1", name: "Shurpa (Beef Soup)", price: "$8.00", imageSrc: "http://img.b2bpic.net/free-photo/beef-lamb-broth-soup-with-tomato-sauce-onions_114579-786.jpg?_wi=2" }, + { id: "2", name: "Traditional Kebabs", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/platter-lula-potato-kebab-garnished-with-onion-sumac_140725-8845.jpg?_wi=2" }, + { id: "3", name: "Authentic Samsa", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/sliced-fresh-pie-with-greens-black-plate_114579-89012.jpg?_wi=2" }, + { id: "4", name: "Traditional Pilaf", price: "$10.00", imageSrc: "http://img.b2bpic.net/free-photo/cheese-vegetables-plate-top-view_140725-9446.jpg?_wi=3" }, + { id: "5", name: "High-Quality Coffee", price: "$3.00", imageSrc: "http://img.b2bpic.net/free-photo/eco-spa-lounge-ethno-interior-stone-wall_169016-68911.jpg?_wi=3" }, + { id: "6", name: "Wide Tea Selection", price: "$2.50", imageSrc: "http://img.b2bpic.net/free-photo/beef-lamb-broth-soup-with-tomato-sauce-onions_114579-786.jpg?_wi=3" }, ]} title="Menu Highlights" description="Explore our selection of traditional Tajik and Caucasian delights."