diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ab0549..b0e10fa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,144 +28,33 @@ export default function LandingPage() {
@@ -177,21 +66,11 @@ export default function LandingPage() { title="A St. Paul Tradition" description="More than just a burger joint, The Nook has been a community gathering spot for decades. We pride ourselves on authentic service, local flavors, and the best Juicy Lucy experience in Minnesota." bulletPoints={[ - { - title: "4.6⭐ Reputation", - description: "Loved by over 4,900 locals.", - }, - { - title: "Legendary Juicy Lucy", - description: "The original taste of St. Paul.", - }, - { - title: "Fun Atmosphere", - description: "Bowling, drinks, and casual vibes.", - }, + { title: "4.6⭐ Reputation", description: "Loved by over 4,900 locals." }, + { title: "Legendary Juicy Lucy", description: "The original taste of St. Paul." }, + { title: "Fun Atmosphere", description: "Bowling, drinks, and casual vibes." } ]} imageSrc="http://img.b2bpic.net/free-photo/retro-theatre-scene-celebrate-world-theatre-day_23-2151211471.jpg" - mediaAnimation="slide-up" /> @@ -200,31 +79,12 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - features={[ - { - id: 1, - title: "Juicy Lucy Burgers", - description: "Our signature molten-cheese-filled center.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-hamburger-inside-round-plate-dark-floor_140725-11629.jpg?_wi=13", - imageAlt: "Juicy Lucy Burger", - }, - { - id: 2, - title: "Local Craft Beers", - description: "Curated selection of local brewery taps.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-hamburger-inside-round-plate-dark-floor_140725-11629.jpg?_wi=14", - imageAlt: "Craft Beer", - }, - { - id: 3, - title: "Classic Sides", - description: "Crispy golden fries and onion rings.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-hamburger-inside-round-plate-dark-floor_140725-11629.jpg?_wi=15", - imageAlt: "Fries and Sides", - }, - ]} title="Menu Highlights" description="From our famous burgers to cold brews, there is something for everyone." + features={[ + { id: 1, title: "Juicy Lucy Burgers", description: "Our signature molten-cheese-filled center.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-hamburger-inside-round-plate-dark-floor_140725-11629.jpg?_wi=13" }, + { id: 2, title: "Local Craft Beers", description: "Curated selection of local brewery taps.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-hamburger-inside-round-plate-dark-floor_140725-11629.jpg?_wi=14" } + ]} /> @@ -233,73 +93,28 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" useInvertedBackground={false} - testimonials={[ - { - id: "1", - name: "Sarah J.", - handle: "@sarah", - testimonial: "Best burger in St. Paul, hands down.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-restaurant_23-2148395392.jpg", - }, - { - id: "2", - name: "Mike C.", - handle: "@mike", - testimonial: "Juicy Lucy is a life-changer.", - imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006709.jpg", - }, - { - id: "3", - name: "Emily R.", - handle: "@emily", - testimonial: "Great atmosphere for bowling and dining.", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-side-view_23-2149854624.jpg", - }, - { - id: "4", - name: "David K.", - handle: "@david", - testimonial: "Classic vibe and quality food.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-apron-cleaning-table_1170-586.jpg", - }, - { - id: "5", - name: "Jen L.", - handle: "@jen", - testimonial: "St. Paul staple!", - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5900.jpg", - }, - ]} title="What Our Neighbors Say" description="Join 4,800+ happy customers." + testimonials={[ + { id: "1", name: "Sarah J.", handle: "@sarah", testimonial: "Best burger in St. Paul, hands down.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-restaurant_23-2148395392.jpg" }, + { id: "2", name: "Mike C.", handle: "@mike", testimonial: "Juicy Lucy is a life-changer.", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006709.jpg" } + ]} />
console.log(email)} />