diff --git a/src/app/page.tsx b/src/app/page.tsx index 4a831e4..c169a4e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,83 +45,52 @@ export default function LandingPage() {
@@ -142,22 +103,13 @@ export default function LandingPage() { features={[ { id: 1, - title: "Delicious Burgers", - description: "Freshly grilled, juicy patties.", - imageSrc: "http://img.b2bpic.net/free-photo/big-hamburger-with-french-fries_140725-6498.jpg?_wi=1", - }, + title: "Delicious Burgers", description: "Freshly grilled, juicy patties.", imageSrc: "http://img.b2bpic.net/free-photo/big-hamburger-with-french-fries_140725-6498.jpg"}, { id: 2, - title: "Refreshments", - description: "Wide selection of cold beers.", - imageSrc: "http://img.b2bpic.net/free-photo/craft-beer-concept-with-hipster-couple_23-2148111277.jpg?_wi=1", - }, + title: "Refreshments", description: "Wide selection of cold beers.", imageSrc: "http://img.b2bpic.net/free-photo/craft-beer-concept-with-hipster-couple_23-2148111277.jpg"}, { id: 3, - title: "Friendly Vibe", - description: "Perfect spot for groups.", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-wooden-rocking-chair-wooden-patio_181624-60471.jpg?_wi=2", - }, + title: "Friendly Vibe", description: "Perfect spot for groups.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-wooden-rocking-chair-wooden-patio_181624-60471.jpg"}, ]} title="Food & Drinks You’ll Love" description="From juicy burgers and steak sandwiches to fresh pizza and a wide selection of drinks, Hitchin’ Post is your go-to spot for great taste and great vibes." @@ -169,30 +121,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah J.", - imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018824.jpg?_wi=1", - }, + id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018824.jpg"}, { - id: "2", - name: "Mike D.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-friends-holding-glasses-drinks-bar_23-2147859561.jpg?_wi=1", - }, + id: "2", name: "Mike D.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-friends-holding-glasses-drinks-bar_23-2147859561.jpg"}, { - id: "3", - name: "Alex R.", - imageSrc: "http://img.b2bpic.net/free-photo/young-adults-having-party-home_23-2149215873.jpg", - }, + id: "3", name: "Alex R.", imageSrc: "http://img.b2bpic.net/free-photo/young-adults-having-party-home_23-2149215873.jpg"}, { - id: "4", - name: "Jenny L.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-couple-taking-selfie-indoors_23-2149391032.jpg", - }, + id: "4", name: "Jenny L.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-couple-taking-selfie-indoors_23-2149391032.jpg"}, { - id: "5", - name: "Tom B.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-attending-barbecue-outdoors_23-2148733575.jpg", - }, + id: "5", name: "Tom B.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-attending-barbecue-outdoors_23-2148733575.jpg"}, ]} cardTitle="What Our Locals Say" cardTag="Reviews" @@ -207,12 +144,7 @@ export default function LandingPage() { title="Proudly Serving Brady" description="Local partnerships and community support keep us growing." names={[ - "Brady Community Center", - "Local Farmers Market", - "Brady Chamber of Commerce", - "Small Business Association", - "Local Sports League", - ]} + "Brady Community Center", "Local Farmers Market", "Brady Chamber of Commerce", "Small Business Association", "Local Sports League"]} /> @@ -222,6 +154,8 @@ export default function LandingPage() { textboxLayout="default" gridVariant="uniform-all-items-equal" useInvertedBackground={false} + title="Our Products" + description="Discover our best offerings." /> @@ -229,29 +163,19 @@ export default function LandingPage() {