Merge version_1 into main #1
360
src/app/page.tsx
360
src/app/page.tsx
@@ -32,60 +32,39 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Favorites",
|
||||
id: "#whats-known-for",
|
||||
},
|
||||
name: "Favorites", id: "#whats-known-for"},
|
||||
{
|
||||
name: "Our Story",
|
||||
id: "#the-story",
|
||||
},
|
||||
name: "Our Story", id: "#the-story"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu-preview",
|
||||
},
|
||||
name: "Menu", id: "#menu-preview"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "#gallery",
|
||||
},
|
||||
name: "Gallery", id: "#gallery"},
|
||||
{
|
||||
name: "Gatherings",
|
||||
id: "#private-gatherings",
|
||||
},
|
||||
name: "Gatherings", id: "#private-gatherings"},
|
||||
]}
|
||||
brandName="Watt's Family Restaurant"
|
||||
button={{
|
||||
text: "Reserve a Table",
|
||||
href: "#final-cta",
|
||||
}}
|
||||
text: "Reserve a Table", href: "#final-cta"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="A Century of Homemade Hospitality"
|
||||
description="For more than 100 years, families have gathered at Watt's for comforting meals, homemade pies, and the kind of service that keeps generations coming back."
|
||||
tag="★★★★★ Loved by Local Families for Generations"
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reserve a Table", href: "#contact"},
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cinematic-film-location-decor_23-2151919017.jpg"
|
||||
@@ -93,48 +72,28 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/isolated-portrait-stylish-experienced-middle-aged-female-executive-with-short-gray-hair-standing-confident-posture_343059-3706.jpg",
|
||||
alt: "Elegant stylish retired woman",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/isolated-portrait-stylish-experienced-middle-aged-female-executive-with-short-gray-hair-standing-confident-posture_343059-3706.jpg", alt: "Elegant stylish retired woman"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/indoor-shot-good-looking-cheerful-european-woman-smiles-happily-looks-appetizing-pink-ice-cream-black-waffle-wears-yellow-jacket-has-natural-curly-hair-isolated-rosy-wall_273609-50002.jpg",
|
||||
alt: "Woman eating ice cream happy",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/indoor-shot-good-looking-cheerful-european-woman-smiles-happily-looks-appetizing-pink-ice-cream-black-waffle-wears-yellow-jacket-has-natural-curly-hair-isolated-rosy-wall_273609-50002.jpg", alt: "Woman eating ice cream happy"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-woman-smiling_23-2148937803.jpg",
|
||||
alt: "Smiling elderly woman portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-woman-smiling_23-2148937803.jpg", alt: "Smiling elderly woman portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-good-mood-looks-into-camera-with-smile-pink-background_197531-18060.jpg",
|
||||
alt: "Cheerful senior woman portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-good-mood-looks-into-camera-with-smile-pink-background_197531-18060.jpg", alt: "Cheerful senior woman portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg",
|
||||
alt: "Happy businessman smiling",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg", alt: "Happy businessman smiling"},
|
||||
]}
|
||||
avatarText="Join over 100 years of happy customers"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Serving families since 1923",
|
||||
},
|
||||
type: "text", text: "Serving families since 1923"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Homemade pies baked daily",
|
||||
},
|
||||
type: "text", text: "Homemade pies baked daily"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Generations of returning guests",
|
||||
},
|
||||
type: "text", text: "Generations of returning guests"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Classic comfort food perfected",
|
||||
},
|
||||
type: "text", text: "Classic comfort food perfected"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Warm, welcoming atmosphere",
|
||||
},
|
||||
type: "text", text: "Warm, welcoming atmosphere"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -142,15 +101,12 @@ export default function LandingPage() {
|
||||
<div id="final-cta" data-section="final-cta">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Some Traditions Are Worth Keeping"
|
||||
description="Join the families who have made Watt's part of their story for more than a century. Experience homemade hospitality that feels like home."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Your Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reserve Your Table", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-arrangement-with-breakfast-plate_23-2148329197.jpg"
|
||||
@@ -158,48 +114,28 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-cafe_1157-5043.jpg",
|
||||
alt: "Man talking on phone restaurant",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-cafe_1157-5043.jpg", alt: "Man talking on phone restaurant"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-couple-sitting-with-cup-coffee-outside-cafe_329181-2088.jpg",
|
||||
alt: "Happy couple clanging glasses",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-couple-sitting-with-cup-coffee-outside-cafe_329181-2088.jpg", alt: "Happy couple clanging glasses"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/leisure-fun-youth-concept-friendly-happy-blond-european-woman-enjoying-weekends-eating-popcorn_1258-115836.jpg",
|
||||
alt: "Smiling girl with beer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/leisure-fun-youth-concept-friendly-happy-blond-european-woman-enjoying-weekends-eating-popcorn_1258-115836.jpg", alt: "Smiling girl with beer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-pretty-woman-with-cocktail-cafe-terrace_624325-997.jpg",
|
||||
alt: "Young woman holding cocktail",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-pretty-woman-with-cocktail-cafe-terrace_624325-997.jpg", alt: "Young woman holding cocktail"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-woman-posing-terrace_329181-11557.jpg",
|
||||
alt: "Pretty woman on terrace",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-woman-posing-terrace_329181-11557.jpg", alt: "Pretty woman on terrace"},
|
||||
]}
|
||||
avatarText="Your table is waiting!"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Walk-ins Welcome",
|
||||
},
|
||||
type: "text", text: "Walk-ins Welcome"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Family-Friendly Dining",
|
||||
},
|
||||
type: "text", text: "Family-Friendly Dining"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Generous Portions",
|
||||
},
|
||||
type: "text", text: "Generous Portions"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Legendary Desserts",
|
||||
},
|
||||
type: "text", text: "Legendary Desserts"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Host Your Next Event",
|
||||
},
|
||||
type: "text", text: "Host Your Next Event"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -209,11 +145,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"100+ Years Serving Families",
|
||||
"Famous Homemade Pies",
|
||||
"Friendly Service",
|
||||
"Comfort Food Made Fresh Daily",
|
||||
]}
|
||||
"100+ Years Serving Families", "Famous Homemade Pies", "Friendly Service", "Comfort Food Made Fresh Daily"]}
|
||||
title="Our Legacy of Comfort"
|
||||
description="Dedicated to timeless values."
|
||||
/>
|
||||
@@ -226,48 +158,27 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "chicken-noodles",
|
||||
label: "The Signature Dish",
|
||||
title: "Chicken & Noodles",
|
||||
items: [
|
||||
"The dish guests return for again and again.",
|
||||
"Creamy, hearty, and made from scratch.",
|
||||
"A true taste of home comfort.",
|
||||
],
|
||||
id: "chicken-noodles", label: "The Signature Dish", title: "Chicken & Noodles", items: [
|
||||
"The dish guests return for again and again.", "Creamy, hearty, and made from scratch.", "A true taste of home comfort."],
|
||||
buttons: [
|
||||
{
|
||||
text: "See Recipe",
|
||||
},
|
||||
text: "See Recipe"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "homemade-pies",
|
||||
label: "Sweet Traditions",
|
||||
title: "Homemade Pies",
|
||||
items: [
|
||||
"Baked fresh daily from recipes perfected through generations.",
|
||||
"A delightful end to any meal or a treat to take home.",
|
||||
"From classic apple to seasonal favorites.",
|
||||
],
|
||||
id: "homemade-pies", label: "Sweet Traditions", title: "Homemade Pies", items: [
|
||||
"Baked fresh daily from recipes perfected through generations.", "A delightful end to any meal or a treat to take home.", "From classic apple to seasonal favorites."],
|
||||
buttons: [
|
||||
{
|
||||
text: "View Pie Menu",
|
||||
},
|
||||
text: "View Pie Menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "comfort-classics",
|
||||
label: "Timeless Meals",
|
||||
title: "Comfort Classics",
|
||||
items: [
|
||||
"Hearty meals prepared the way they've always been.",
|
||||
"Generous portions, wholesome ingredients, and familiar flavors.",
|
||||
"From pot roast to meatloaf, just like grandma made.",
|
||||
],
|
||||
id: "comfort-classics", label: "Timeless Meals", title: "Comfort Classics", items: [
|
||||
"Hearty meals prepared the way they've always been.", "Generous portions, wholesome ingredients, and familiar flavors.", "From pot roast to meatloaf, just like grandma made."],
|
||||
buttons: [
|
||||
{
|
||||
text: "Explore Classics",
|
||||
},
|
||||
text: "Explore Classics"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -275,9 +186,7 @@ export default function LandingPage() {
|
||||
description="Discover the dishes and desserts that have delighted generations."
|
||||
buttons={[
|
||||
{
|
||||
text: "See Full Menu",
|
||||
href: "#menu-preview",
|
||||
},
|
||||
text: "See Full Menu", href: "#menu-preview"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -288,9 +197,7 @@ export default function LandingPage() {
|
||||
title="More Than a Restaurant"
|
||||
buttons={[
|
||||
{
|
||||
text: "Our History",
|
||||
href: "#",
|
||||
},
|
||||
text: "Our History", href: "#"},
|
||||
]}
|
||||
description="For over a century, Watt's has been a place where neighbors become friends and family traditions begin. What started as a local gathering place has become a beloved destination known for comforting food, homemade desserts, and genuine hospitality. We invite you to be a part of our continuing story."
|
||||
/>
|
||||
@@ -303,25 +210,13 @@ export default function LandingPage() {
|
||||
tag="A Legacy Built on Love"
|
||||
metrics={[
|
||||
{
|
||||
id: "years-serving",
|
||||
value: "100+",
|
||||
description: "Years Serving Families",
|
||||
},
|
||||
id: "years-serving", value: "100+", description: "Years Serving Families"},
|
||||
{
|
||||
id: "pies-served",
|
||||
value: "Thousands",
|
||||
description: "Of Homemade Pies Served",
|
||||
},
|
||||
id: "pies-served", value: "Thousands", description: "Of Homemade Pies Served"},
|
||||
{
|
||||
id: "returning-families",
|
||||
value: "Generations",
|
||||
description: "Of Returning Families",
|
||||
},
|
||||
id: "returning-families", value: "Generations", description: "Of Returning Families"},
|
||||
{
|
||||
id: "hospitality-rating",
|
||||
value: "5-Star",
|
||||
description: "Hospitality Known Across the Community",
|
||||
},
|
||||
id: "hospitality-rating", value: "5-Star", description: "Hospitality Known Across the Community"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -330,30 +225,20 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFifteen
|
||||
useInvertedBackground={false}
|
||||
testimonial="\"The best chicken & noodles! Comfort food at reasonable prices and the best pies, cakes, cookies and sweet treats.\""
|
||||
testimonial="The best chicken & noodles! Comfort food at reasonable prices and the best pies, cakes, cookies and sweet treats."
|
||||
rating={5}
|
||||
author="Brenda K."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-woman-with-wooden-wall-as-background_23-2148373886.jpg",
|
||||
alt: "Brenda K. Avatar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-woman-with-wooden-wall-as-background_23-2148373886.jpg", alt: "Brenda K. Avatar"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-handsome-african-american-guy-posing-with-arms-folded-co-working-coffee-shop-interior-looking-camera-smiling_74855-9999.jpg",
|
||||
alt: "Michael T. Avatar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-handsome-african-american-guy-posing-with-arms-folded-co-working-coffee-shop-interior-looking-camera-smiling_74855-9999.jpg", alt: "Michael T. Avatar"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-young-asian-woman-standing-front-cafe-entrance-inviting-people-businesswoman-owner_1258-134096.jpg",
|
||||
alt: "Sarah J. Avatar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-young-asian-woman-standing-front-cafe-entrance-inviting-people-businesswoman-owner_1258-134096.jpg", alt: "Sarah J. Avatar"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-family-clinking-glasses_23-2149272855.jpg",
|
||||
alt: "Emily R. Avatar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-family-clinking-glasses_23-2149272855.jpg", alt: "Emily R. Avatar"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/breakfast-home_1098-15956.jpg",
|
||||
alt: "Family eating dinner restaurant",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/breakfast-home_1098-15956.jpg", alt: "Family eating dinner restaurant"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -367,63 +252,35 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "comfort-favorites",
|
||||
label: "Hearty Meals",
|
||||
title: "Comfort Favorites",
|
||||
items: [
|
||||
"Classic dishes made with love.",
|
||||
"Generous portions, familiar flavors.",
|
||||
"Always satisfying.",
|
||||
],
|
||||
id: "comfort-favorites", label: "Hearty Meals", title: "Comfort Favorites", items: [
|
||||
"Classic dishes made with love.", "Generous portions, familiar flavors.", "Always satisfying."],
|
||||
buttons: [
|
||||
{
|
||||
text: "See Dishes",
|
||||
},
|
||||
text: "See Dishes"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "homemade-desserts",
|
||||
label: "Sweet Endings",
|
||||
title: "Homemade Desserts",
|
||||
items: [
|
||||
"Pies, cakes, and treats baked fresh.",
|
||||
"Recipes passed down through generations.",
|
||||
"A perfect sweet indulgence.",
|
||||
],
|
||||
id: "homemade-desserts", label: "Sweet Endings", title: "Homemade Desserts", items: [
|
||||
"Pies, cakes, and treats baked fresh.", "Recipes passed down through generations.", "A perfect sweet indulgence."],
|
||||
buttons: [
|
||||
{
|
||||
text: "View Desserts",
|
||||
},
|
||||
text: "View Desserts"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "daily-specials",
|
||||
label: "Fresh & New",
|
||||
title: "Daily Specials",
|
||||
items: [
|
||||
"Seasonal ingredients, new creations.",
|
||||
"Always something exciting to try.",
|
||||
"Ask your server for today's special.",
|
||||
],
|
||||
id: "daily-specials", label: "Fresh & New", title: "Daily Specials", items: [
|
||||
"Seasonal ingredients, new creations.", "Always something exciting to try.", "Ask your server for today's special."],
|
||||
buttons: [
|
||||
{
|
||||
text: "Today's Special",
|
||||
},
|
||||
text: "Today's Special"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "family-meals",
|
||||
label: "For The Table",
|
||||
title: "Family Meals",
|
||||
items: [
|
||||
"Generous portions for sharing.",
|
||||
"Perfect for groups of all sizes.",
|
||||
"Bring everyone together.",
|
||||
],
|
||||
id: "family-meals", label: "For The Table", title: "Family Meals", items: [
|
||||
"Generous portions for sharing.", "Perfect for groups of all sizes.", "Bring everyone together."],
|
||||
buttons: [
|
||||
{
|
||||
text: "Plan Your Meal",
|
||||
},
|
||||
text: "Plan Your Meal"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -431,9 +288,7 @@ export default function LandingPage() {
|
||||
description="A taste of the homemade goodness awaiting you."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Full Menu",
|
||||
href: "#",
|
||||
},
|
||||
text: "View Full Menu", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -446,47 +301,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "gallery-1",
|
||||
name: "Inviting Dining Room",
|
||||
price: "",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-with-two-couches-near-window_140725-8459.jpg",
|
||||
imageAlt: "Inviting Dining Room",
|
||||
},
|
||||
id: "gallery-1", name: "Inviting Dining Room", price: "", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-with-two-couches-near-window_140725-8459.jpg", imageAlt: "Inviting Dining Room"},
|
||||
{
|
||||
id: "gallery-2",
|
||||
name: "Families Enjoying Meals",
|
||||
price: "",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-having-nice-thanksgiving-dinner-together_23-2149082321.jpg",
|
||||
imageAlt: "Families Enjoying Meals",
|
||||
},
|
||||
id: "gallery-2", name: "Families Enjoying Meals", price: "", imageSrc: "http://img.b2bpic.net/free-photo/family-having-nice-thanksgiving-dinner-together_23-2149082321.jpg", imageAlt: "Families Enjoying Meals"},
|
||||
{
|
||||
id: "gallery-3",
|
||||
name: "Our Famous Chicken & Noodles",
|
||||
price: "",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pasta-tomato-sauce-white-plate-with-cutlery-set-aside_114579-15098.jpg",
|
||||
imageAlt: "Our Famous Chicken & Noodles",
|
||||
},
|
||||
id: "gallery-3", name: "Our Famous Chicken & Noodles", price: "", imageSrc: "http://img.b2bpic.net/free-photo/pasta-tomato-sauce-white-plate-with-cutlery-set-aside_114579-15098.jpg", imageAlt: "Our Famous Chicken & Noodles"},
|
||||
{
|
||||
id: "gallery-4",
|
||||
name: "Freshly Baked Pies",
|
||||
price: "",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-with-whipping-cream-banana_23-2148761719.jpg",
|
||||
imageAlt: "Freshly Baked Pies",
|
||||
},
|
||||
id: "gallery-4", name: "Freshly Baked Pies", price: "", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-with-whipping-cream-banana_23-2148761719.jpg", imageAlt: "Freshly Baked Pies"},
|
||||
{
|
||||
id: "gallery-5",
|
||||
name: "Friendly Service",
|
||||
price: "",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-waitress-using-digital-tablet-while-talking-guest-taking-her-order-pub_637285-2431.jpg",
|
||||
imageAlt: "Friendly Service",
|
||||
},
|
||||
id: "gallery-5", name: "Friendly Service", price: "", imageSrc: "http://img.b2bpic.net/free-photo/smiling-waitress-using-digital-tablet-while-talking-guest-taking-her-order-pub_637285-2431.jpg", imageAlt: "Friendly Service"},
|
||||
{
|
||||
id: "gallery-6",
|
||||
name: "Historic Memorabilia",
|
||||
price: "",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-vintage-objects_23-2150244603.jpg",
|
||||
imageAlt: "Historic Memorabilia",
|
||||
},
|
||||
id: "gallery-6", name: "Historic Memorabilia", price: "", imageSrc: "http://img.b2bpic.net/free-photo/still-life-vintage-objects_23-2150244603.jpg", imageAlt: "Historic Memorabilia"},
|
||||
]}
|
||||
title="Moments from Watt's"
|
||||
description="A glimpse into our cherished dining room, delicious offerings, and heartwarming history."
|
||||
@@ -500,37 +325,20 @@ export default function LandingPage() {
|
||||
description="Perfect for family dinners, church groups, community gatherings, small celebrations, and travel groups. Let Watt's host your next memorable event with our comforting food and welcoming atmosphere."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number",
|
||||
},
|
||||
name: "phone", type: "tel", placeholder: "Phone Number"},
|
||||
{
|
||||
name: "date",
|
||||
type: "date",
|
||||
placeholder: "Event Date",
|
||||
},
|
||||
name: "date", type: "date", placeholder: "Event Date"},
|
||||
{
|
||||
name: "guests",
|
||||
type: "number",
|
||||
placeholder: "Number of Guests",
|
||||
},
|
||||
name: "guests", type: "number", placeholder: "Number of Guests"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your gathering...",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Tell us about your gathering...", rows: 4,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-women-eating-delicious-pizza_23-2150317016.jpg"
|
||||
imageAlt="Private gathering at Watt's Restaurant"
|
||||
@@ -544,13 +352,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Watt's Family Restaurant"
|
||||
leftLink={{
|
||||
text: "View Menu",
|
||||
href: "#menu-preview",
|
||||
}}
|
||||
text: "View Menu", href: "#menu-preview"}}
|
||||
rightLink={{
|
||||
text: "Reservations",
|
||||
href: "#final-cta",
|
||||
}}
|
||||
text: "Reservations", href: "#final-cta"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user