Update src/app/page.tsx
This commit is contained in:
@@ -61,12 +61,12 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={true}
|
||||
title="Built For Locals. Loved By Everyone."
|
||||
description="Cliffy's is where Keene comes to unwind. No fake luxury. Just incredible pub food, ice-cold beer, and the kind of atmosphere you instantly feel part of."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<FeatureCardNine
|
||||
useInvertedBackground={false}
|
||||
showStepNumbers={true}
|
||||
title="Pub Food Done Right"
|
||||
description="Crowd favorites that keep locals coming back for more."
|
||||
@@ -81,6 +81,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="specials" data-section="specials">
|
||||
<ProductCardTwo
|
||||
useInvertedBackground={false}
|
||||
title="Weekly Specials"
|
||||
description="Midweek traditions the locals swear by."
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
@@ -95,6 +96,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardEleven
|
||||
useInvertedBackground={false}
|
||||
title="Why We're Keene's Choice"
|
||||
description="Consistent quality for over a decade."
|
||||
animationType="slide-up"
|
||||
@@ -108,6 +110,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardFifteen
|
||||
useInvertedBackground={false}
|
||||
testimonial="Cliffy's is my go-to spot for wings and pool. Nothing beats the atmosphere here!"
|
||||
rating={5}
|
||||
author="Sarah Johnson"
|
||||
@@ -119,6 +122,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Stop By Cliffy's"
|
||||
description="Come for a drink, stay for the night."
|
||||
inputs={[{ name: "name", type: "text", placeholder: "Your Name" }, { name: "email", type: "email", placeholder: "Email Address" }]}
|
||||
|
||||
Reference in New Issue
Block a user