Update src/app/page.tsx

This commit is contained in:
2026-03-25 17:28:35 +00:00
parent e5fd78947d
commit b8fa63d9f3

View File

@@ -50,7 +50,6 @@ export default function HomePage() {
]}
background={{ variant: "radial-gradient" }}
imageSrc="http://img.b2bpic.net/free-photo/man-giving-gift-box-heart-shape-woman-table_23-2148014477.jpg"
useInvertedBackground={false}
imageAlt="Warmly lit restaurant interior with plated pasta, fresh bread, and wine being poured"
/>
</div>
@@ -58,6 +57,7 @@ export default function HomePage() {
<div id="social-proof" data-section="social-proof">
<SocialProofOne
title="Guests consistently rate us 5-stars for our service and value."
description="Discover why our patrons can't stop raving about their experience."
names={[
"“Best restaurant we tried in Tirana”", "“Service and atmosphere 5 star”", "“Luxury vibe with surprisingly low prices”"
]}
@@ -77,6 +77,11 @@ export default function HomePage() {
}}
animationType="slide-up"
textboxLayout="default"
negativeCard={{
items: [
"No rushed meals, just relaxed enjoyment.", "No hidden charges, just transparent value.", "No ordinary tastes, only extraordinary flavors."
]
}}
useInvertedBackground={false}
/>
</div>
@@ -87,16 +92,16 @@ export default function HomePage() {
description="From rich pastas to fresh salads, discover the flavors that make EJAA Mediterranean truly special. Each dish is a masterpiece of taste and tradition."
products={[
{
id: "linguini-aglio-e-olio", name: "Linguini Aglio e Olio", price: "680 LEKE", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-italian-food-composition-with-copyspace_23-2148202492.jpg?_wi=1", imageAlt: "Linguini Aglio e Olio with chili flakes"
id: "linguini-aglio-e-olio", name: "Linguini Aglio e Olio", price: "680 LEKE", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-italian-food-composition-with-copyspace_23-2148202492.jpg", imageAlt: "Linguini Aglio e Olio with chili flakes"
},
{
id: "avocado-chicken-salad", name: "Avocado Chicken Salad", price: "620 LEKE", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-white-plate-with-tomatoes-salad-onion-chili-sauce_1150-21395.jpg?_wi=1", imageAlt: "Fresh avocado chicken salad with greens"
id: "avocado-chicken-salad", name: "Avocado Chicken Salad", price: "620 LEKE", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-white-plate-with-tomatoes-salad-onion-chili-sauce_1150-21395.jpg", imageAlt: "Fresh avocado chicken salad with greens"
},
{
id: "homemade-bread-selection", name: "Homemade Bread Selection", price: "380 LEKE", imageSrc: "http://img.b2bpic.net/free-photo/homemade-zebra-cake-wooden-plate-with-cinnamon-grapes_114579-76238.jpg?_wi=1", imageAlt: "Basket of assorted homemade bread"
id: "homemade-bread-selection", name: "Homemade Bread Selection", price: "380 LEKE", imageSrc: "http://img.b2bpic.net/free-photo/homemade-zebra-cake-wooden-plate-with-cinnamon-grapes_114579-76238.jpg", imageAlt: "Basket of assorted homemade bread"
},
{
id: "fresh-fruit-ice-cream-dessert", name: "Fresh Fruit & Ice Cream Dessert", price: "330 LEKE", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-creamy-cake-with-raisins-cup-tea-light-dark-background_140725-80172.jpg?_wi=1", imageAlt: "Dessert with fresh fruits and ice cream"
id: "fresh-fruit-ice-cream-dessert", name: "Fresh Fruit & Ice Cream Dessert", price: "330 LEKE", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-creamy-cake-with-raisins-cup-tea-light-dark-background_140725-80172.jpg", imageAlt: "Dessert with fresh fruits and ice cream"
}
]}
gridVariant="four-items-2x2-equal-grid"
@@ -155,7 +160,11 @@ export default function HomePage() {
}}
animationType="slide-up"
textboxLayout="split-description"
imageSrc="http://img.b2bpic.net/free-photo/profiteroles-chocolate-sauce-inside-white-plate_114579-2550.jpg?_wi=1"
negativeCard={{
items: [
"No rushed meals, just relaxed enjoyment.", "No hidden charges, just transparent value.", "No ordinary tastes, only extraordinary flavors."
]
}}
useInvertedBackground={true}
/>
</div>