Merge version_1 into main #2
385
src/app/page.tsx
385
src/app/page.tsx
@@ -30,145 +30,27 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="L.B.'s"
|
||||
button={{
|
||||
text: "Call Us",
|
||||
href: "tel:8605550123",
|
||||
}}
|
||||
button={{ text: "Call Us", href: "tel:8605550123" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Thompson's Favorite Table Since Day One."
|
||||
description="Breakfast, lunch & dinner made with care — served with a smile you'll remember."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-with-flowers-food_23-2150642369.jpg?_wi=1",
|
||||
imageAlt: "Breakfast Spread",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-with-flowers-food_23-2150642369.jpg?_wi=2",
|
||||
imageAlt: "Lunch Spread",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-with-flowers-food_23-2150642369.jpg?_wi=3",
|
||||
imageAlt: "Dinner Plate",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-with-flowers-food_23-2150642369.jpg?_wi=4",
|
||||
imageAlt: "Diner Interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-with-flowers-food_23-2150642369.jpg?_wi=5",
|
||||
imageAlt: "Coffee Service",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-with-flowers-food_23-2150642369.jpg?_wi=6",
|
||||
imageAlt: "Staff Serving",
|
||||
},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-with-flowers-food_23-2150642369.jpg?_wi=7",
|
||||
imageAlt: "Breakfast Spread",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-with-flowers-food_23-2150642369.jpg?_wi=8",
|
||||
imageAlt: "Lunch Spread",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-with-flowers-food_23-2150642369.jpg?_wi=9",
|
||||
imageAlt: "Dinner Plate",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-with-flowers-food_23-2150642369.jpg?_wi=10",
|
||||
imageAlt: "Diner Interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-with-flowers-food_23-2150642369.jpg?_wi=11",
|
||||
imageAlt: "Coffee Service",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-with-flowers-food_23-2150642369.jpg?_wi=12",
|
||||
imageAlt: "Staff Serving",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "See Our Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/table-arrangement-with-flowers-food_23-2150642369.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/table-arrangement-with-flowers-food_23-2150642369.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/table-arrangement-with-flowers-food_23-2150642369.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/table-arrangement-with-flowers-food_23-2150642369.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/table-arrangement-with-flowers-food_23-2150642369.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
]}
|
||||
leftCarouselItems={[{ imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-with-flowers-food_23-2150642369.jpg", imageAlt: "Breakfast Spread" }, { imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-with-flowers-food_23-2150642369.jpg", imageAlt: "Lunch Spread" }, { imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-with-flowers-food_23-2150642369.jpg", imageAlt: "Dinner Plate" }, { imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-with-flowers-food_23-2150642369.jpg", imageAlt: "Diner Interior" }, { imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-with-flowers-food_23-2150642369.jpg", imageAlt: "Coffee Service" }, { imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-with-flowers-food_23-2150642369.jpg", imageAlt: "Staff Serving" }]}
|
||||
rightCarouselItems={[{ imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-with-flowers-food_23-2150642369.jpg", imageAlt: "Breakfast Spread" }, { imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-with-flowers-food_23-2150642369.jpg", imageAlt: "Lunch Spread" }, { imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-with-flowers-food_23-2150642369.jpg", imageAlt: "Dinner Plate" }, { imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-with-flowers-food_23-2150642369.jpg", imageAlt: "Diner Interior" }, { imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-with-flowers-food_23-2150642369.jpg", imageAlt: "Coffee Service" }, { imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-with-flowers-food_23-2150642369.jpg", imageAlt: "Staff Serving" }]}
|
||||
buttons={[{ text: "See Our Menu", href: "#menu" }, { text: "Get Directions", href: "#contact" }]}
|
||||
avatars={[{ src: "http://img.b2bpic.net/free-photo/table-arrangement-with-flowers-food_23-2150642369.jpg", alt: "Customer 1" }, { src: "http://img.b2bpic.net/free-photo/table-arrangement-with-flowers-food_23-2150642369.jpg", alt: "Customer 2" }, { src: "http://img.b2bpic.net/free-photo/table-arrangement-with-flowers-food_23-2150642369.jpg", alt: "Customer 3" }, { src: "http://img.b2bpic.net/free-photo/table-arrangement-with-flowers-food_23-2150642369.jpg", alt: "Customer 4" }, { src: "http://img.b2bpic.net/free-photo/table-arrangement-with-flowers-food_23-2150642369.jpg", alt: "Customer 5" }]}
|
||||
avatarText="Loved by 1,000+ local families"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Locally Sourced",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Family Owned",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fresh Daily",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Est. 2004",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Community First",
|
||||
},
|
||||
]}
|
||||
marqueeItems={[{ type: "text", text: "Locally Sourced" }, { type: "text", text: "Family Owned" }, { type: "text", text: "Fresh Daily" }, { type: "text", text: "Est. 2004" }, { type: "text", text: "Community First" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -177,9 +59,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="More Than a Meal. A Tradition."
|
||||
description={[
|
||||
"For over 20 years, L.B.'s Family Restaurant has been the heartbeat of Thompson, CT. From weekend breakfast crowds to quiet weekday lunches, we've served generations of families, locals, and travelers who stumbled in and never forgot us.",
|
||||
"Our kitchen runs on fresh ingredients, home recipes, and a whole lot of pride.",
|
||||
]}
|
||||
"For over 20 years, L.B.'s Family Restaurant has been the heartbeat of Thompson, CT. From weekend breakfast crowds to quiet weekday lunches, we've served generations of families, locals, and travelers who stumbled in and never forgot us.", "Our kitchen runs on fresh ingredients, home recipes, and a whole lot of pride."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -188,48 +68,12 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
tag: "Menu",
|
||||
title: "Breakfast",
|
||||
subtitle: "Favorites",
|
||||
description: "Classic eggs, pancakes, and house specialties.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-with-flowers-food_23-2150642369.jpg?_wi=13",
|
||||
},
|
||||
{
|
||||
tag: "Menu",
|
||||
title: "Burgers",
|
||||
subtitle: "Hand-Pressed",
|
||||
description: "Juicy burgers on toasted buns.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-with-flowers-food_23-2150642369.jpg?_wi=14",
|
||||
},
|
||||
{
|
||||
tag: "Menu",
|
||||
title: "Soups",
|
||||
subtitle: "Homemade",
|
||||
description: "Daily soups made from scratch.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-with-flowers-food_23-2150642369.jpg?_wi=15",
|
||||
},
|
||||
{
|
||||
tag: "Menu",
|
||||
title: "Dinner",
|
||||
subtitle: "Hearty Plates",
|
||||
description: "Comfort food that feels like home.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-with-flowers-food_23-2150642369.jpg?_wi=16",
|
||||
},
|
||||
{
|
||||
tag: "Menu",
|
||||
title: "Dessert",
|
||||
subtitle: "Sweet Treats",
|
||||
description: "Cakes, pies, and waffles.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-with-flowers-food_23-2150642369.jpg?_wi=17",
|
||||
},
|
||||
{
|
||||
tag: "Menu",
|
||||
title: "Drinks",
|
||||
subtitle: "Specials",
|
||||
description: "Coffee, wine, and local beer.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-with-flowers-food_23-2150642369.jpg?_wi=18",
|
||||
},
|
||||
{ tag: "Menu", title: "Breakfast", subtitle: "Favorites", description: "Classic eggs, pancakes, and house specialties.", imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-with-flowers-food_23-2150642369.jpg" },
|
||||
{ tag: "Menu", title: "Burgers", subtitle: "Hand-Pressed", description: "Juicy burgers on toasted buns.", imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-with-flowers-food_23-2150642369.jpg" },
|
||||
{ tag: "Menu", title: "Soups", subtitle: "Homemade", description: "Daily soups made from scratch.", imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-with-flowers-food_23-2150642369.jpg" },
|
||||
{ tag: "Menu", title: "Dinner", subtitle: "Hearty Plates", description: "Comfort food that feels like home.", imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-with-flowers-food_23-2150642369.jpg" },
|
||||
{ tag: "Menu", title: "Dessert", subtitle: "Sweet Treats", description: "Cakes, pies, and waffles.", imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-with-flowers-food_23-2150642369.jpg" },
|
||||
{ tag: "Menu", title: "Drinks", subtitle: "Specials", description: "Coffee, wine, and local beer.", imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-with-flowers-food_23-2150642369.jpg" },
|
||||
]}
|
||||
title="Something for Everyone."
|
||||
description="Explore our hearty menu options made from scratch."
|
||||
@@ -243,42 +87,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Breakfast Burrito",
|
||||
price: "$12.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smoked-salmon-with-vegetable-wraps_1203-9289.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Chopped Sirloin Dinner",
|
||||
price: "$18.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-plate-high-angle_23-2149214639.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Dessert Waffle",
|
||||
price: "$9.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-waffle-cakes-with-chocolate-bars-brown-background_140725-132681.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Home-style Omelet",
|
||||
price: "$11.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smoked-salmon-with-vegetable-wraps_1203-9289.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Country Fried Steak",
|
||||
price: "$16.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-plate-high-angle_23-2149214639.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Hot Fudge Sundae",
|
||||
price: "$7.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-waffle-cakes-with-chocolate-bars-brown-background_140725-132681.jpg?_wi=2",
|
||||
},
|
||||
{ id: "1", name: "Breakfast Burrito", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/smoked-salmon-with-vegetable-wraps_1203-9289.jpg" },
|
||||
{ id: "2", name: "Chopped Sirloin Dinner", price: "$18.99", imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-plate-high-angle_23-2149214639.jpg" },
|
||||
{ id: "3", name: "Dessert Waffle", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-waffle-cakes-with-chocolate-bars-brown-background_140725-132681.jpg" },
|
||||
{ id: "4", name: "Home-style Omelet", price: "$11.99", imageSrc: "http://img.b2bpic.net/free-photo/smoked-salmon-with-vegetable-wraps_1203-9289.jpg" },
|
||||
{ id: "5", name: "Country Fried Steak", price: "$16.99", imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-plate-high-angle_23-2149214639.jpg" },
|
||||
{ id: "6", name: "Hot Fudge Sundae", price: "$7.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-waffle-cakes-with-chocolate-bars-brown-background_140725-132681.jpg" },
|
||||
]}
|
||||
title="Fan-Favorite Dishes"
|
||||
description="Our most popular picks recommended by locals."
|
||||
@@ -287,64 +101,17 @@ export default function LandingPage() {
|
||||
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Scott P.",
|
||||
role: "Local",
|
||||
company: "Google Review",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-with-flowers-food_23-2150642369.jpg?_wi=19",
|
||||
imageAlt: "lively diner breakfast spread",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Jonathan St. Marie",
|
||||
role: "Traveler",
|
||||
company: "Google Review",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waitress-serving-cup-coffee-customers_1170-653.jpg",
|
||||
imageAlt: "friendly restaurant staff smiling",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Hannah Kallgren",
|
||||
role: "Customer",
|
||||
company: "Google Review",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smoked-salmon-with-vegetable-wraps_1203-9289.jpg?_wi=3",
|
||||
imageAlt: "delicious breakfast burrito plate",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Simmons",
|
||||
role: "Regular",
|
||||
company: "Google Review",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-plate-high-angle_23-2149214639.jpg?_wi=3",
|
||||
imageAlt: "chopped sirloin steak dinner",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Shannon D'Angelo",
|
||||
role: "Fan",
|
||||
company: "Google Review",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-waffle-cakes-with-chocolate-bars-brown-background_140725-132681.jpg?_wi=3",
|
||||
imageAlt: "gourmet dessert waffle plate",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Luis Antonio",
|
||||
role: "Visitor",
|
||||
company: "Google Review",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-scene-tables-chairs_1147-444.jpg?_wi=1",
|
||||
imageAlt: "warm inviting booth seating diner",
|
||||
},
|
||||
{ id: "1", name: "Scott P.", role: "Local", company: "Google Review", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-with-flowers-food_23-2150642369.jpg", imageAlt: "lively diner breakfast spread" },
|
||||
{ id: "2", name: "Jonathan St. Marie", role: "Traveler", company: "Google Review", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/waitress-serving-cup-coffee-customers_1170-653.jpg", imageAlt: "friendly restaurant staff smiling" },
|
||||
{ id: "3", name: "Hannah Kallgren", role: "Customer", company: "Google Review", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smoked-salmon-with-vegetable-wraps_1203-9289.jpg", imageAlt: "delicious breakfast burrito plate" },
|
||||
{ id: "4", name: "David Simmons", role: "Regular", company: "Google Review", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-plate-high-angle_23-2149214639.jpg", imageAlt: "chopped sirloin steak dinner" },
|
||||
{ id: "5", name: "Shannon D'Angelo", role: "Fan", company: "Google Review", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-waffle-cakes-with-chocolate-bars-brown-background_140725-132681.jpg", imageAlt: "gourmet dessert waffle plate" },
|
||||
{ id: "6", name: "Luis Antonio", role: "Visitor", company: "Google Review", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/restaurant-scene-tables-chairs_1147-444.jpg", imageAlt: "warm inviting booth seating diner" },
|
||||
]}
|
||||
title="Don't Take Our Word for It."
|
||||
description="Real feedback from our wonderful community."
|
||||
@@ -353,28 +120,14 @@ export default function LandingPage() {
|
||||
|
||||
<div id="atmosphere" data-section="atmosphere">
|
||||
<TeamCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Warm Welcoming Booths",
|
||||
role: "Family Friendly",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-scene-tables-chairs_1147-444.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Our Kitchen Staff",
|
||||
role: "Pride in Every Dish",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rustic-restaurant-furniture-restaurant_53876-16490.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Coffee is Always Hot",
|
||||
role: "Service with a Smile",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-paying-using-nfc-technology_23-2149893787.jpg",
|
||||
},
|
||||
{ id: "1", name: "Warm Welcoming Booths", role: "Family Friendly", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-scene-tables-chairs_1147-444.jpg" },
|
||||
{ id: "2", name: "Our Kitchen Staff", role: "Pride in Every Dish", imageSrc: "http://img.b2bpic.net/free-photo/rustic-restaurant-furniture-restaurant_53876-16490.jpg" },
|
||||
{ id: "3", name: "Coffee is Always Hot", role: "Service with a Smile", imageSrc: "http://img.b2bpic.net/free-photo/person-paying-using-nfc-technology_23-2149893787.jpg" },
|
||||
]}
|
||||
title="A Place That Feels Like Yours."
|
||||
description="Pull up a stool or grab a booth — there's always room for you at L.B.'s."
|
||||
@@ -387,73 +140,19 @@ export default function LandingPage() {
|
||||
title="Find Us in Thompson"
|
||||
description="Have questions or want to place a to-go order? We're here to help."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-scene-tables-chairs_1147-444.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-scene-tables-chairs_1147-444.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
{
|
||||
label: "Breakfast",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "Lunch",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "Dinner",
|
||||
href: "#menu",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#reviews",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Menu", items: [{ label: "Breakfast", href: "#menu" }, { label: "Lunch", href: "#menu" }, { label: "Dinner", href: "#menu" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Contact", href: "#contact" }, { label: "Reviews", href: "#reviews" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
|
||||
]}
|
||||
bottomLeftText="© L.B.'s Family Restaurant — Thompson, CT"
|
||||
bottomRightText="Built with Community Pride"
|
||||
@@ -462,4 +161,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user