From 5d7293c11f55c339cc7600e47d72c11fb184ccbe Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 10:21:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 193 ++++++++++------------------------------------- 1 file changed, 40 insertions(+), 153 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bd753d2..2d75eb7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,25 +31,15 @@ export default function LandingPage() { @@ -58,41 +48,26 @@ export default function LandingPage() {
@@ -103,9 +78,7 @@ export default function LandingPage() { title="A Place for Locals, By Locals" buttons={[ { - text: "Learn More", - href: "#contact", - }, + text: "Learn More", href: "#contact"}, ]} /> @@ -118,20 +91,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Hearty Local Fare", - description: "From eggs and rice to spam and kim chi, we honor the breakfast traditions of Hawaii.", - imageSrc: "http://img.b2bpic.net/free-photo/spicy-vegan-salad-with-sticky-berry-grain-rice_1339-8176.jpg", - }, + title: "Hearty Local Fare", description: "From eggs and rice to spam and kim chi, we honor the breakfast traditions of Hawaii.", imageSrc: "http://img.b2bpic.net/free-photo/spicy-vegan-salad-with-sticky-berry-grain-rice_1339-8176.jpg"}, { - title: "Crafted with Love", - description: "Our espresso and meals are prepared carefully, just for you, every single morning.", - imageSrc: "http://img.b2bpic.net/free-photo/morning-coffee-tray-with-grapefruit-sandwich_23-2148797083.jpg", - }, + title: "Crafted with Love", description: "Our espresso and meals are prepared carefully, just for you, every single morning.", imageSrc: "http://img.b2bpic.net/free-photo/morning-coffee-tray-with-grapefruit-sandwich_23-2148797083.jpg"}, { - title: "Warm Family Vibe", - description: "You're not just a customer; you're part of our family here at the Hub.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-gray-plate-with-toast-fried-eggs-bacon-salad_23-2148067098.jpg", - }, + title: "Warm Family Vibe", description: "You're not just a customer; you're part of our family here at the Hub.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-gray-plate-with-toast-fried-eggs-bacon-salad_23-2148067098.jpg"}, ]} title="Why Vanta Feels Like Home" description="Everything we serve is made with love and attention to traditional local flavors that keep our community coming back." @@ -140,46 +104,23 @@ export default function LandingPage() {