Merge version_1 into main #1
166
src/app/page.tsx
166
src/app/page.tsx
@@ -31,17 +31,11 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Location",
|
||||
id: "location",
|
||||
},
|
||||
name: "Location", id: "location"},
|
||||
]}
|
||||
brandName="Whitwell Grill"
|
||||
/>
|
||||
@@ -53,13 +47,9 @@ export default function LandingPage() {
|
||||
description="Home-Cooked Favorites & Hand-Patted Burgers. Open daily from 6:30 AM."
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Online",
|
||||
href: "#",
|
||||
},
|
||||
text: "Order Online", href: "#"},
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=81ad8c"
|
||||
imageAlt="hand-patted burger restaurant style"
|
||||
@@ -74,32 +64,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "Fast",
|
||||
title: "Service",
|
||||
description: "Quick, hot, and fresh",
|
||||
icon: Zap,
|
||||
id: "m1", value: "Fast", title: "Service", description: "Quick, hot, and fresh", icon: Zap,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "Great",
|
||||
title: "Coffee",
|
||||
description: "Fresh brewed all day",
|
||||
icon: Coffee,
|
||||
id: "m2", value: "Great", title: "Coffee", description: "Fresh brewed all day", icon: Coffee,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "Local",
|
||||
title: "Specialties",
|
||||
description: "Regional comfort foods",
|
||||
icon: Award,
|
||||
id: "m3", value: "Local", title: "Specialties", description: "Regional comfort foods", icon: Award,
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
value: "Free",
|
||||
title: "Parking",
|
||||
description: "Easy access for all",
|
||||
icon: Car,
|
||||
id: "m4", value: "Free", title: "Parking", description: "Easy access for all", icon: Car,
|
||||
},
|
||||
]}
|
||||
title="Why Visit Us"
|
||||
@@ -109,70 +83,29 @@ export default function LandingPage() {
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Burgers",
|
||||
name: "The Big Dill Burger",
|
||||
price: "$12.99",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bhom0p",
|
||||
imageAlt: "gourmet burger hand-patted",
|
||||
},
|
||||
id: "p1", brand: "Burgers", name: "The Big Dill Burger", price: "$12.99", rating: 5,
|
||||
reviewCount: "120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bhom0p", imageAlt: "gourmet burger hand-patted"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Sandwiches",
|
||||
name: "Queso Cheese Steak",
|
||||
price: "$13.49",
|
||||
rating: 5,
|
||||
reviewCount: "95",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=e3ibep",
|
||||
imageAlt: "queso cheesesteak sandwich",
|
||||
},
|
||||
id: "p2", brand: "Sandwiches", name: "Queso Cheese Steak", price: "$13.49", rating: 5,
|
||||
reviewCount: "95", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=e3ibep", imageAlt: "queso cheesesteak sandwich"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Sandwiches",
|
||||
name: "Fried Green Tomato BLT",
|
||||
price: "$11.99",
|
||||
rating: 4,
|
||||
reviewCount: "88",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mvens4",
|
||||
imageAlt: "fried green tomato blt",
|
||||
},
|
||||
id: "p3", brand: "Sandwiches", name: "Fried Green Tomato BLT", price: "$11.99", rating: 4,
|
||||
reviewCount: "88", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mvens4", imageAlt: "fried green tomato blt"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Appetizers",
|
||||
name: "Tatchos",
|
||||
price: "$9.99",
|
||||
rating: 5,
|
||||
reviewCount: "150",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=coco94",
|
||||
imageAlt: "loaded tater tot nachos",
|
||||
},
|
||||
id: "p4", brand: "Appetizers", name: "Tatchos", price: "$9.99", rating: 5,
|
||||
reviewCount: "150", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=coco94", imageAlt: "loaded tater tot nachos"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Dessert",
|
||||
name: "Famous Banana Split",
|
||||
price: "$7.99",
|
||||
rating: 5,
|
||||
reviewCount: "200",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1f8wms",
|
||||
imageAlt: "classic banana split ice cream",
|
||||
},
|
||||
id: "p5", brand: "Dessert", name: "Famous Banana Split", price: "$7.99", rating: 5,
|
||||
reviewCount: "200", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1f8wms", imageAlt: "classic banana split ice cream"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Daily",
|
||||
name: "Breakfast Special",
|
||||
price: "$8.49",
|
||||
rating: 4,
|
||||
reviewCount: "75",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5nmfqs",
|
||||
imageAlt: "gourmet burger hand-patted",
|
||||
},
|
||||
id: "p6", brand: "Daily", name: "Breakfast Special", price: "$8.49", rating: 4,
|
||||
reviewCount: "75", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5nmfqs", imageAlt: "gourmet burger hand-patted"},
|
||||
]}
|
||||
title="Signature Dishes"
|
||||
description="Hand-crafted favorites cooked to order."
|
||||
@@ -187,25 +120,15 @@ export default function LandingPage() {
|
||||
author="Local Foodie"
|
||||
avatars={[
|
||||
{
|
||||
src: "asset://testimonial-user-1",
|
||||
alt: "Happy customer 1",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=81ad8c", alt: "Happy customer 1"},
|
||||
{
|
||||
src: "asset://testimonial-user-2",
|
||||
alt: "Happy customer 2",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=81ad8c", alt: "Happy customer 2"},
|
||||
{
|
||||
src: "asset://testimonial-user-3",
|
||||
alt: "Happy customer 3",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=81ad8c", alt: "Happy customer 3"},
|
||||
{
|
||||
src: "asset://testimonial-user-4",
|
||||
alt: "Happy customer 4",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=81ad8c", alt: "Happy customer 4"},
|
||||
{
|
||||
src: "asset://testimonial-user-5",
|
||||
alt: "Happy customer 5",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=81ad8c", alt: "Happy customer 5"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="opacity"
|
||||
@@ -219,17 +142,11 @@ export default function LandingPage() {
|
||||
description="We are proud to be family-friendly and fully accessible. Our location offers dedicated parking, barrier-free entrances, and comfortable seating. Join us for Breakfast, Lunch, or Dinner."
|
||||
metrics={[
|
||||
{
|
||||
value: "100%",
|
||||
title: "Accessible",
|
||||
},
|
||||
value: "100%", title: "Accessible"},
|
||||
{
|
||||
value: "Family",
|
||||
title: "Friendly",
|
||||
},
|
||||
value: "Family", title: "Friendly"},
|
||||
{
|
||||
value: "Full",
|
||||
title: "Menu",
|
||||
},
|
||||
value: "Full", title: "Menu"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=p2jaxv"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -242,8 +159,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Visit Us"
|
||||
title="14170 TN-28, Whitwell, TN"
|
||||
description="Call us at 423-658-8281. Open daily from 6:30 AM."
|
||||
@@ -256,29 +172,19 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Dine-in",
|
||||
href: "#",
|
||||
},
|
||||
label: "Dine-in", href: "#"},
|
||||
{
|
||||
label: "Takeout",
|
||||
href: "#",
|
||||
},
|
||||
label: "Takeout", href: "#"},
|
||||
{
|
||||
label: "Online Ordering",
|
||||
href: "#",
|
||||
},
|
||||
label: "Online Ordering", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "423-658-8281",
|
||||
href: "tel:4236588281",
|
||||
},
|
||||
label: "423-658-8281", href: "tel:4236588281"},
|
||||
{
|
||||
label: "Open Daily 6:30 AM",
|
||||
href: "#",
|
||||
},
|
||||
label: "Open Daily 6:30 AM", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user