diff --git a/src/app/page.tsx b/src/app/page.tsx index c43522d..243f218 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,17 +32,11 @@ export default function LandingPage() { @@ -51,45 +45,28 @@ export default function LandingPage() {
@@ -100,14 +77,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "“Some of the best seafood in the RDU area”", - "“Food was spectacular 🔥”", - "“Already planning my next visit”", - "“Hidden gem!”", - "“Staff treat you like family”", - "“Seasoned perfectly”", - "“Worth every single mile”", - ]} + "“Some of the best seafood in the RDU area”", "“Food was spectacular 🔥”", "“Already planning my next visit”", "“Hidden gem!”", "“Staff treat you like family”", "“Seasoned perfectly”", "“Worth every single mile”"]} title="Local Favorites" description="Don't just take our word for it—see what our community has to say." /> @@ -120,36 +90,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Flavor First", - description: "Seasoned the way it should be with our signature blend.", - bentoComponent: "reveal-icon", - icon: Flame, - imageSrc: "http://img.b2bpic.net/free-photo/cheese-leek-soup-with-croutons-bacon-bowl-wooden-table_127032-2954.jpg", - imageAlt: "southern mac and cheese yams combo", + title: "Flavor First", description: "Seasoned the way it should be with our signature blend.", bentoComponent: "reveal-icon", icon: Flame, }, { - title: "Always Fresh", - description: "Cooked to order, served hot, every single time.", - bentoComponent: "reveal-icon", - icon: Award, - imageSrc: "http://img.b2bpic.net/free-photo/half-shot-delicious-fried-fish-brown-plate-mix-colors-table-with-free-space_179666-18181.jpg?_wi=2", - imageAlt: "southern mac and cheese yams combo", + title: "Always Fresh", description: "Cooked to order, served hot, every single time.", bentoComponent: "reveal-icon", icon: Award, }, { - title: "Real Hospitality", - description: "Staff that treats you like family, not just a table number.", - bentoComponent: "reveal-icon", - icon: Heart, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-seafood-appetizers-fish-squid-shrimps-with-sauces-salad_141793-5091.jpg?_wi=2", - imageAlt: "southern mac and cheese yams combo", + title: "Real Hospitality", description: "Staff that treats you like family, not just a table number.", bentoComponent: "reveal-icon", icon: Heart, }, { - title: "Worth the Drive", - description: "Customers travel across the Triangle to get their fix.", - bentoComponent: "reveal-icon", - icon: Car, - imageSrc: "http://img.b2bpic.net/free-photo/purple-plate-with-chicken-leg-meat-with-slices-lemon_114579-66233.jpg?_wi=2", - imageAlt: "southern mac and cheese yams combo", + title: "Worth the Drive", description: "Customers travel across the Triangle to get their fix.", bentoComponent: "reveal-icon", icon: Car, }, ]} title="This Isn't Just Seafood. It's a Craving." @@ -165,41 +115,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - name: "3-Piece Catfish Plate", - price: "$16.99", - imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-with-lemon-slice-ketchup_140725-6174.jpg", - }, + id: "p1", name: "3-Piece Catfish Plate", price: "$16.99", imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-with-lemon-slice-ketchup_140725-6174.jpg"}, { - id: "p2", - name: "Shrimp & Collards", - price: "$18.99", - imageSrc: "http://img.b2bpic.net/free-photo/salmon-salad-with-avocado-served-with-cucumber-slices-greens_140725-8792.jpg", - }, + id: "p2", name: "Shrimp & Collards", price: "$18.99", imageSrc: "http://img.b2bpic.net/free-photo/salmon-salad-with-avocado-served-with-cucumber-slices-greens_140725-8792.jpg"}, { - id: "p3", - name: "Fried Oysters", - price: "$17.99", - imageSrc: "http://img.b2bpic.net/free-photo/toast-bread-with-salad-egg-blue-plate_114579-73861.jpg", - }, + id: "p3", name: "Fried Oysters", price: "$17.99", imageSrc: "http://img.b2bpic.net/free-photo/toast-bread-with-salad-egg-blue-plate_114579-73861.jpg"}, { - id: "p4", - name: "Mac & Cheese + Yams", - price: "$12.99", - imageSrc: "http://img.b2bpic.net/free-photo/macaroni-with-cheese-chicken-mushrooms-baked-oven_2829-11121.jpg", - }, + id: "p4", name: "Mac & Cheese + Yams", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/macaroni-with-cheese-chicken-mushrooms-baked-oven_2829-11121.jpg"}, { - id: "p5", - name: "House Special Seafood Basket", - price: "$22.99", - imageSrc: "http://img.b2bpic.net/free-photo/macaroni-with-sausage_1339-7996.jpg", - }, + id: "p5", name: "House Special Seafood Basket", price: "$22.99", imageSrc: "http://img.b2bpic.net/free-photo/macaroni-with-sausage_1339-7996.jpg"}, { - id: "p6", - name: "Whiting Fish Special", - price: "$15.99", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-fish-chips-with-herbs_23-2148784918.jpg", - }, + id: "p6", name: "Whiting Fish Special", price: "$15.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fish-chips-with-herbs_23-2148784918.jpg"}, ]} title="Featured Dishes" description="Classic seafood recipes cooked to golden perfection." @@ -213,19 +139,13 @@ export default function LandingPage() { metrics={[ { icon: Award, - label: "Years of Tradition", - value: "20+", - }, + label: "Years of Tradition", value: "20+"}, { icon: Users, - label: "Generations Served", - value: "3", - }, + label: "Generations Served", value: "3"}, { icon: MapPin, - label: "Triangle Communities", - value: "3+", - }, + label: "Triangle Communities", value: "3+"}, ]} metricsAnimation="slide-up" /> @@ -237,45 +157,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "t1", - title: "Amazing Catfish", - quote: "I’ve eaten here 3 times in one week… the catfish… Lordy!", - name: "Sarah J.", - role: "Local Regular", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-woman-smiling-with-female-bartender-bar-counter_23-2147936179.jpg", - }, + id: "t1", title: "Amazing Catfish", quote: "I’ve eaten here 3 times in one week… the catfish… Lordy!", name: "Sarah J.", role: "Local Regular", imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-woman-smiling-with-female-bartender-bar-counter_23-2147936179.jpg"}, { - id: "t2", - title: "Spectacular", - quote: "Food was spectacular 🔥", - name: "Michael B.", - role: "RDU Foodie", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12134.jpg", - }, + id: "t2", title: "Spectacular", quote: "Food was spectacular 🔥", name: "Michael B.", role: "RDU Foodie", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12134.jpg"}, { - id: "t3", - title: "Hidden Gem", - quote: "Best seafood I’ve had in a long time! A true hidden gem.", - name: "Emily R.", - role: "Apex Local", - imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-dragon-fruit-outdoors_23-2150295972.jpg", - }, + id: "t3", title: "Hidden Gem", quote: "Best seafood I’ve had in a long time! A true hidden gem.", name: "Emily R.", role: "Apex Local", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-dragon-fruit-outdoors_23-2150295972.jpg"}, { - id: "t4", - title: "So Friendly", - quote: "Super friendly staff and incredible service every single visit.", - name: "David K.", - role: "New Customer", - imageSrc: "http://img.b2bpic.net/free-photo/person-eating-seaweed-snacks_23-2150519983.jpg", - }, + id: "t4", title: "So Friendly", quote: "Super friendly staff and incredible service every single visit.", name: "David K.", role: "New Customer", imageSrc: "http://img.b2bpic.net/free-photo/person-eating-seaweed-snacks_23-2150519983.jpg"}, { - id: "t5", - title: "Always Fresh", - quote: "Worth the drive from Durham. Fresh, hot, and seasoned right.", - name: "Jessica M.", - role: "Repeat Visitor", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-eatingout-having-breakfast-talking-friend-table-looking-aside-with-cheerful-smile-sitting-near-mobile-phone-terrace_197531-30313.jpg", - }, + id: "t5", title: "Always Fresh", quote: "Worth the drive from Durham. Fresh, hot, and seasoned right.", name: "Jessica M.", role: "Repeat Visitor", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-eatingout-having-breakfast-talking-friend-table-looking-aside-with-cheerful-smile-sitting-near-mobile-phone-terrace_197531-30313.jpg"}, ]} title="Real Customer Voices" description="Listen to the cravings we've satisfied." @@ -286,20 +176,15 @@ export default function LandingPage() {
@@ -310,50 +195,31 @@ export default function LandingPage() { logoText="The Fish House Eatery" columns={[ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { - label: "Menu", - href: "#menu", - }, + label: "Menu", href: "#menu"}, { - label: "Our Story", - href: "#story", - }, + label: "Our Story", href: "#story"}, { - label: "Order Online", - href: "#", - }, + label: "Order Online", href: "#"}, ], }, { - title: "Visit Us", - items: [ + title: "Visit Us", items: [ { - label: "123 Seafood St, Raleigh", - href: "#", - }, + label: "123 Seafood St, Raleigh", href: "#"}, { - label: "Mon-Sun: 11am - 9pm", - href: "#", - }, + label: "Mon-Sun: 11am - 9pm", href: "#"}, { - label: "555-0123", - href: "tel:5550123", - }, + label: "555-0123", href: "tel:5550123"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]}