Update src/app/page.tsx
This commit is contained in:
@@ -90,11 +90,14 @@ export default function LandingPage() {
|
||||
<div id="features" data-section="features" style={{ backgroundColor: "#f59e0b" }}>
|
||||
<FeatureCardFourteen
|
||||
title="Signature Experiences"
|
||||
description="Explore our most celebrated dishes, each a masterpiece of flavor and presentation"
|
||||
description="Explore our most celebrated dishes and reserve your table to experience them firsthand"
|
||||
tag="Featured Dishes"
|
||||
tagIcon={Sparkles}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="noInvert"
|
||||
buttons={[
|
||||
{ text: "Reserve Your Table", href: "contact" }
|
||||
]}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
|
||||
Reference in New Issue
Block a user