Update src/app/page.tsx
This commit is contained in:
@@ -66,6 +66,7 @@ export default function LandingPage() {
|
||||
description="A journey through Mediterranean flavors and premium leisure."
|
||||
animationType="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
textboxLayout="default"
|
||||
features={[
|
||||
{ icon: Utensils, title: "Gourmet Cuisine", description: "Local produce, traditional recipes with a modern twist." },
|
||||
{ icon: GlassWater, title: "Craft Cocktails", description: "Handcrafted spirits infused with local botanicals." },
|
||||
@@ -74,9 +75,11 @@ export default function LandingPage() {
|
||||
/>
|
||||
<ProductCardFour
|
||||
title="Featured Highlights"
|
||||
description="Discover our carefully curated menu items."
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={true}
|
||||
textboxLayout="default"
|
||||
products={[
|
||||
{ id: "1", name: "Signature Aegean Mezze", price: "$$", variant: "Food", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CwzvN4224m1bsVvEeBseFFAXpS/uploaded-1778845629018-qyy6pcto.png" },
|
||||
{ id: "2", name: "Alaçatı Sunset", price: "$$$", variant: "Cocktail", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CwzvN4224m1bsVvEeBseFFAXpS/uploaded-1778845629018-qyy6pcto.png" },
|
||||
@@ -89,6 +92,7 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
text="Join us for an unforgettable evening in Alaçatı."
|
||||
background={{ variant: "gradient-bars" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Reserve a Table", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user