Switch to version 1: modified src/app/page.tsx
This commit is contained in:
@@ -58,7 +58,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Our Culinary Heritage"
|
||||
description={[
|
||||
"Founded on a passion for culinary excellence, Dine & Dive combines tradition with modern gastronomic innovation.", "Our chefs curate every dish with meticulously sourced local produce, ensuring that every bite tells a story of quality and passion."]}
|
||||
"Founded on a passion for culinary excellence, Dine & Dive combines tradition with modern gastronomic innovation.", "Our chefs curate every dish with meticulously sourced local produce, ensuring that every bite tells a story of quality and passion."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -69,7 +69,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Farm-to-Table", description: "We source only the freshest produce from local sustainable farms.", media: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-wooden-board-garlic-dill-green-onions-oil-bottle-turmeric-sea-salt-table_140725-147700.jpg" },
|
||||
title: "Farm-to-Table", description: "We source only the freshest produce from local sustainable farms.", media: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-wooden-board-garlic-dill-green-onions-oil-bottle-turmeric-sea-salt-table_140725-147700.jpg" },
|
||||
items: [
|
||||
{ text: "100% Organic", icon: CheckCircle },
|
||||
{ text: "Seasonal Harvest", icon: CheckCircle },
|
||||
@@ -77,7 +77,7 @@ export default function LandingPage() {
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
title: "Expert Mixology", description: "Curated drinks perfectly balanced to complement your dining journey.", media: { imageSrc: "http://img.b2bpic.net/free-photo/vintage-glassware-thrift-shop_23-2150269042.jpg" },
|
||||
title: "Expert Mixology", description: "Curated drinks perfectly balanced to complement your dining journey.", media: { imageSrc: "http://img.b2bpic.net/free-photo/vintage-glassware-thrift-shop_23-2150269042.jpg" },
|
||||
items: [
|
||||
{ text: "Signature Cocktails", icon: CheckCircle },
|
||||
{ text: "Sommelier Selected", icon: CheckCircle },
|
||||
@@ -85,23 +85,23 @@ export default function LandingPage() {
|
||||
reverse: true,
|
||||
},
|
||||
{
|
||||
title: "Intimate Ambiance", description: "Atmosphere that transforms dining into an unforgettable sensory event.", media: { imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018845.jpg" },
|
||||
title: "Intimate Ambiance", description: "Atmosphere that transforms dining into an unforgettable sensory event.", media: { imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018845.jpg" },
|
||||
items: [
|
||||
{ text: "Ambient Lighting", icon: CheckCircle },
|
||||
{ text: "Private Seating", icon: CheckCircle },
|
||||
],
|
||||
reverse: false,
|
||||
},
|
||||
]},
|
||||
title="The Dining Experience", description="Everything we do is designed to elevate your palate."
|
||||
]}
|
||||
title="The Dining Experience"
|
||||
description="Everything we do is designed to elevate your palate."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="split-actions"
|
||||
buttons={[{ text: "Explore Full Menu", href: "/menu" }]}
|
||||
textboxLayout="default"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
|
||||
Reference in New Issue
Block a user