diff --git a/src/app/page.tsx b/src/app/page.tsx
index 45ec2be..14a40dc 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,133 +29,49 @@ export default function LandingPage() {
@@ -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() {
@@ -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: "#" },
],
},
]}