Update src/app/page.tsx
This commit is contained in:
@@ -63,8 +63,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/burger-with-lettuce-tomatoes-cheese_141793-1131.jpg"
|
||||
imageAlt="Delicious Alatek Shawarma plate with various sides"
|
||||
/>
|
||||
</div>
|
||||
/> </div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SplitAbout
|
||||
@@ -114,20 +113,24 @@ export default function LandingPage() {
|
||||
animationType="blur-reveal"
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Shawarma Plate", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/iftar-party-middle-eastern-traditional-lunch-ai-generated-image_511042-1647.jpg", imageAlt: "Gourmet Shawarma Plate"},
|
||||
id: "p1", name: "Chicken Shawarma Plate", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/shawarma-plate-pita-bread-sauces_23-2148784988.jpg", imageAlt: "Gourmet Chicken Shawarma Plate"},
|
||||
{
|
||||
id: "p2", name: "Zinger Sandwich", price: "$8.49", imageSrc: "http://img.b2bpic.net/free-photo/american-burger-with-chicken-bacon-homemade-barbecue-sauce_2829-13688.jpg", imageAlt: "Crispy Zinger Sandwich"},
|
||||
id: "p2", name: "Crispy Zinger Sandwich", price: "$8.49", imageSrc: "http://img.b2bpic.net/free-photo/appetizing-burger-isolated-white-background_176474-3236.jpg", imageAlt: "Crispy Zinger Sandwich"},
|
||||
{
|
||||
id: "p3", name: "Falafel Wrap", price: "$7.99", imageSrc: "http://img.b2bpic.net/free-photo/tortilla-wrap-with-falafel-vegetables-wooden-table_123827-20318.jpg", imageAlt: "Fresh Falafel Wrap"},
|
||||
id: "p3", name: "Authentic Falafel Wrap", price: "$7.99", imageSrc: "http://img.b2bpic.net/free-photo/tortilla-wrap-with-falafel-vegetables-wooden-table_123827-20318.jpg", imageAlt: "Fresh Falafel Wrap"},
|
||||
{
|
||||
id: "p4", name: "Kebab Skewers", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-lula-kabab-with-fried-vegetables-chopped-onion-ayran-knife-cutting-board_176474-3393.jpg", imageAlt: "Grilled Kebab Skewers"},
|
||||
id: "p4", name: "Alatek Kebab Platter", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-lula-kabab-with-fried-vegetables-chopped-onion-ayran-knife-cutting-board_176474-3393.jpg", imageAlt: "Grilled Kebab Skewers"},
|
||||
{
|
||||
id: "p5", name: "Hummus Plate", price: "$6.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-composition-with-delicious-local-food-dish_23-2148833852.jpg", imageAlt: "Creamy Hummus Plate"},
|
||||
id: "p5", name: "Creamy Hummus Bowl", price: "$6.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-composition-with-delicious-local-food-dish_23-2148833852.jpg", imageAlt: "Creamy Hummus Plate"},
|
||||
{
|
||||
id: "p6", name: "Alatek Fresh Salad", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-spinach-salad-green-background_127032-3413.jpg", imageAlt: "Healthy Mixed Green Salad"},
|
||||
id: "p6", name: "Signature Tabbouleh Salad", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/healthy-fresh-salad-with-pomegranate-greens-cucumber-peppers-croutons-wooden-background-flat-lay_2829-16629.jpg", imageAlt: "Healthy Mixed Green Salad"},
|
||||
]}
|
||||
title="Our Delicious Offerings & Full Menu"
|
||||
description="Explore our diverse selection of authentic Middle Eastern dishes. Click below to view our complete menu with all items and prices."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Full Menu", href: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EbpHjKZ3bTLIwV8bbXLu2uqt4o/uploaded-1780457275484-ya2ibd8z.jpg"}
|
||||
]}
|
||||
title="Our Full Menu Selection"
|
||||
description="Explore our diverse menu, handcrafted to perfection. From classic shawarmas to innovative wraps and platters, there's something for everyone at Alatek. Each dish is a testament to our commitment to flavor and quality ingredients."
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user