Merge version_1 into main #2
273
src/app/page.tsx
273
src/app/page.tsx
@@ -29,133 +29,49 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Our Story",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Our Story", id: "about" },
|
||||
{ name: "Menu", id: "products" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="The Potbelly"
|
||||
button={{ text: "Book Table", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Comfort Food, Reimagined."
|
||||
description="Experience the warmth of home-cooked meals at The Potbelly. Every dish is crafted with fresh ingredients, love, and a touch of nostalgia."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Alice R.",
|
||||
handle: "@alice_foodie",
|
||||
testimonial: "The best comfort food I have ever had! The atmosphere is perfect.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pumpkin-soup-with-shrimp-glass-red-wine_140725-5413.jpg?_wi=1",
|
||||
imageAlt: "cozy rustic restaurant interior warm lighting",
|
||||
},
|
||||
{
|
||||
name: "Mark D.",
|
||||
handle: "@mark_dines",
|
||||
testimonial: "Absolutely amazing flavors. Truly feels like home.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-arranging-table-restaurant_23-2147936228.jpg?_wi=1",
|
||||
imageAlt: "restaurant kitchen professional chef cooking",
|
||||
},
|
||||
{
|
||||
name: "Sarah T.",
|
||||
handle: "@sarah_t",
|
||||
testimonial: "Great service and even better food. My new go-to spot.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mixed-tomatoes-meat-blue-plate_140725-3479.jpg?_wi=1",
|
||||
imageAlt: "gourmet artisan sandwich close up",
|
||||
},
|
||||
{
|
||||
name: "David W.",
|
||||
handle: "@david_eats",
|
||||
testimonial: "The quality of ingredients is clearly top-tier. Highly recommend.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-front-dish_23-2147680623.jpg?_wi=1",
|
||||
imageAlt: "rustic hearty soup bowl steam",
|
||||
},
|
||||
{
|
||||
name: "Elena P.",
|
||||
handle: "@elena_loves",
|
||||
testimonial: "A wonderful hidden gem that feels just like a warm hug.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salmon-salad-onion-orange-tomato-basil-lettuce-egg-side-view_141793-2477.jpg?_wi=1",
|
||||
imageAlt: "fresh garden salad bowl bright",
|
||||
},
|
||||
{ name: "Alice R.", handle: "@alice_foodie", testimonial: "The best comfort food I have ever had! The atmosphere is perfect.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pumpkin-soup-with-shrimp-glass-red-wine_140725-5413.jpg", imageAlt: "cozy rustic restaurant interior warm lighting" },
|
||||
{ name: "Mark D.", handle: "@mark_dines", testimonial: "Absolutely amazing flavors. Truly feels like home.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-arranging-table-restaurant_23-2147936228.jpg", imageAlt: "restaurant kitchen professional chef cooking" },
|
||||
{ name: "Sarah T.", handle: "@sarah_t", testimonial: "Great service and even better food. My new go-to spot.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/mixed-tomatoes-meat-blue-plate_140725-3479.jpg", imageAlt: "gourmet artisan sandwich close up" },
|
||||
{ name: "David W.", handle: "@david_eats", testimonial: "The quality of ingredients is clearly top-tier. Highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/hands-front-dish_23-2147680623.jpg", imageAlt: "rustic hearty soup bowl steam" },
|
||||
{ name: "Elena P.", handle: "@elena_loves", testimonial: "A wonderful hidden gem that feels just like a warm hug.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/salmon-salad-onion-orange-tomato-basil-lettuce-egg-side-view_141793-2477.jpg", imageAlt: "fresh garden salad bowl bright" }
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
text: "Book Table",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "View Menu", href: "#products" },
|
||||
{ text: "Book Table", href: "#contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pumpkin-soup-with-shrimp-glass-red-wine_140725-5413.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pumpkin-soup-with-shrimp-glass-red-wine_140725-5413.jpg"
|
||||
imageAlt="The Potbelly Restaurant Interior"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-eating-restaurant_23-2148006700.jpg",
|
||||
alt: "Diner 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43765.jpg",
|
||||
alt: "Diner 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-luxury-restaurant_23-2150598415.jpg",
|
||||
alt: "Diner 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-man-woman-having-romantic-dinner-together_23-2148435807.jpg",
|
||||
alt: "Diner 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-eating-restaurant_23-2148006700.jpg",
|
||||
alt: "Diner 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-eating-restaurant_23-2148006700.jpg", alt: "Diner 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43765.jpg", alt: "Diner 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-man-luxury-restaurant_23-2150598415.jpg", alt: "Diner 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/front-view-man-woman-having-romantic-dinner-together_23-2148435807.jpg", alt: "Diner 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-eating-restaurant_23-2148006700.jpg", alt: "Diner 5" },
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Locally Sourced",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Hearty Recipes",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Open Daily",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Family Friendly",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Authentic Taste",
|
||||
},
|
||||
{ type: "text", text: "Locally Sourced" },
|
||||
{ type: "text", text: "Hearty Recipes" },
|
||||
{ type: "text", text: "Open Daily" },
|
||||
{ type: "text", text: "Family Friendly" },
|
||||
{ type: "text", text: "Authentic Taste" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -167,7 +83,7 @@ export default function LandingPage() {
|
||||
title="A Legacy of Comfort"
|
||||
description="Since our inception, The Potbelly has been dedicated to bringing people together through simple, honest food."
|
||||
subdescription="We source ingredients from local farms to ensure that every bite you take supports our community and tastes exactly as it should."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-woman-arranging-table-restaurant_23-2147936228.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-woman-arranging-table-restaurant_23-2147936228.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
icon={Utensils}
|
||||
/>
|
||||
@@ -180,42 +96,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Artisan Sandwich",
|
||||
price: "$14",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mixed-tomatoes-meat-blue-plate_140725-3479.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Hearty Pot Soup",
|
||||
price: "$12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-front-dish_23-2147680623.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Garden Fresh Salad",
|
||||
price: "$15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salmon-salad-onion-orange-tomato-basil-lettuce-egg-side-view_141793-2477.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Crispy Sides",
|
||||
price: "$8",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pair-nuggets-with-sour-cream-sauce-with-herbs_140725-4359.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Signature Entree",
|
||||
price: "$22",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-arrangement_23-2148510958.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "House Dessert",
|
||||
price: "$9",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background_140725-136311.jpg?_wi=1",
|
||||
},
|
||||
{ id: "p1", name: "Artisan Sandwich", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/mixed-tomatoes-meat-blue-plate_140725-3479.jpg" },
|
||||
{ id: "p2", name: "Hearty Pot Soup", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/hands-front-dish_23-2147680623.jpg" },
|
||||
{ id: "p3", name: "Garden Fresh Salad", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/salmon-salad-onion-orange-tomato-basil-lettuce-egg-side-view_141793-2477.jpg" },
|
||||
{ id: "p4", name: "Crispy Sides", price: "$8", imageSrc: "http://img.b2bpic.net/free-photo/pair-nuggets-with-sour-cream-sauce-with-herbs_140725-4359.jpg" },
|
||||
{ id: "p5", name: "Signature Entree", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-arrangement_23-2148510958.jpg" },
|
||||
{ id: "p6", name: "House Dessert", price: "$9", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background_140725-136311.jpg" },
|
||||
]}
|
||||
title="Signature Menu"
|
||||
description="Indulge in our carefully curated selection of comfort classics."
|
||||
@@ -227,61 +113,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Emily C.",
|
||||
date: "Jan 2024",
|
||||
title: "Regular Diner",
|
||||
quote: "Consistently delicious food and warm service.",
|
||||
tag: "Lunch",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/woman-eating-restaurant_23-2148006700.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pair-nuggets-with-sour-cream-sauce-with-herbs_140725-4359.jpg?_wi=2",
|
||||
imageAlt: "crispy golden fries gourmet plating",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "James L.",
|
||||
date: "Dec 2023",
|
||||
title: "Food Enthusiast",
|
||||
quote: "The pot soup is truly a comfort in a bowl.",
|
||||
tag: "Dinner",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43765.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-arrangement_23-2148510958.jpg?_wi=2",
|
||||
imageAlt: "house special entree rustic style",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Jessica M.",
|
||||
date: "Nov 2023",
|
||||
title: "Local Resident",
|
||||
quote: "Great atmosphere for weekend dinners.",
|
||||
tag: "Brunch",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-luxury-restaurant_23-2150598415.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background_140725-136311.jpg?_wi=2",
|
||||
imageAlt: "sweet artisan dessert plating",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Brian K.",
|
||||
date: "Oct 2023",
|
||||
title: "Business Traveler",
|
||||
quote: "The best stop on my road trip so far!",
|
||||
tag: "Dinner",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/front-view-man-woman-having-romantic-dinner-together_23-2148435807.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-restaurant_23-2148006700.jpg",
|
||||
imageAlt: "happy diner portrait restaurant",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Lucy H.",
|
||||
date: "Sep 2023",
|
||||
title: "Loyal Customer",
|
||||
quote: "I have never had a bad meal here.",
|
||||
tag: "Lunch",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/woman-eating-restaurant_23-2148006700.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43765.jpg",
|
||||
imageAlt: "young woman smiling restaurant setting",
|
||||
},
|
||||
{ id: "t1", name: "Emily C.", date: "Jan 2024", title: "Regular Diner", quote: "Consistently delicious food and warm service.", tag: "Lunch", avatarSrc: "http://img.b2bpic.net/free-photo/woman-eating-restaurant_23-2148006700.jpg", imageSrc: "http://img.b2bpic.net/free-photo/pair-nuggets-with-sour-cream-sauce-with-herbs_140725-4359.jpg", imageAlt: "crispy golden fries gourmet plating" },
|
||||
{ id: "t2", name: "James L.", date: "Dec 2023", title: "Food Enthusiast", quote: "The pot soup is truly a comfort in a bowl.", tag: "Dinner", avatarSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43765.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-arrangement_23-2148510958.jpg", imageAlt: "house special entree rustic style" },
|
||||
{ id: "t3", name: "Jessica M.", date: "Nov 2023", title: "Local Resident", quote: "Great atmosphere for weekend dinners.", tag: "Brunch", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-luxury-restaurant_23-2150598415.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background_140725-136311.jpg", imageAlt: "sweet artisan dessert plating" },
|
||||
{ id: "t4", name: "Brian K.", date: "Oct 2023", title: "Business Traveler", quote: "The best stop on my road trip so far!", tag: "Dinner", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-man-woman-having-romantic-dinner-together_23-2148435807.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-restaurant_23-2148006700.jpg", imageAlt: "happy diner portrait restaurant" },
|
||||
{ id: "t5", name: "Lucy H.", date: "Sep 2023", title: "Loyal Customer", quote: "I have never had a bad meal here.", tag: "Lunch", avatarSrc: "http://img.b2bpic.net/free-photo/woman-eating-restaurant_23-2148006700.jpg", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43765.jpg", imageAlt: "young woman smiling restaurant setting" },
|
||||
]}
|
||||
title="Diner Stories"
|
||||
description="Hear what our wonderful guests have to say about their experience."
|
||||
@@ -291,14 +127,12 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Visit Us"
|
||||
title="Join Our Table"
|
||||
description="Sign up for our newsletter to receive seasonal menu updates and special invitations."
|
||||
buttonText="Subscribe"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pumpkin-soup-with-shrimp-glass-red-wine_140725-5413.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pumpkin-soup-with-shrimp-glass-red-wine_140725-5413.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -308,33 +142,16 @@ export default function LandingPage() {
|
||||
logoText="The Potbelly"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
title: "Navigation", items: [
|
||||
{ label: "Menu", href: "#products" },
|
||||
{ label: "Our Story", href: "#about" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user