From ff9ef6e1e1292ac3c7dfc7647905199d0ca7c111 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 04:14:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 464af20..3aeb8d8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -40,7 +40,6 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} brandName="Pura Vida Brewing" - button={{ text: "Order via WhatsApp", href: whatsappLink }} /> @@ -53,21 +52,6 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/sultana-lemons-with-cup-drink-blue_114579-29047.jpg" imageAlt="Refreshing craft beer in costa rica" mediaAnimation="slide-up" - avatars={[ - { src: "http://img.b2bpic.net/free-photo/can-fizzy-drink-with-illustration-champagne-glass_140725-6900.jpg", alt: "A can of fizzy drink with an illustration of champagne glass" }, - { src: "http://img.b2bpic.net/free-photo/front-view-iced-cocktail-long-glass-with-dishes-nuts-table-drink-juice-cocktail-ice_140725-26177.jpg", alt: "A front view iced cocktail in long glass with dishes and nuts on the table drink juice cocktail ice" }, - { src: "http://img.b2bpic.net/free-photo/overhead-view-open-beer-bottles-with-shadow-shallow-water-beach_23-2148103086.jpg", alt: "An overhead view of an open beer bottles with shadow on shallow water at beach" }, - { src: "http://img.b2bpic.net/free-photo/beer-glasses-by-beach-product-backdrop_53876-94535.jpg", alt: "Beer glasses by the beach product backdrop" }, - { src: "http://img.b2bpic.net/free-photo/crazy-man-with-beer-fun-funny-expression_1194-3299.jpg", alt: "crazy man with beer. fun.funny expression" } - ]} - avatarText="Join 10,000+ happy beer lovers" - marqueeItems={[ - { type: "text-icon", text: "100% Local Malt", icon: Wheat }, - { type: "text-icon", text: "Tropical Aromas", icon: Leaf }, - { type: "text-icon", text: "Sustainable Brewing", icon: Recycle }, - { type: "text-icon", text: "Small Batch Crafted", icon: Award }, - { type: "text-icon", text: "Costa Rican Soul", icon: Sun }, - ]} /> @@ -187,7 +171,8 @@ export default function LandingPage() { useInvertedBackground={false} title="Get in Touch or Order Direct" description="Reach out to book a tour or start a bulk order via WhatsApp below." - buttons={[{ text: "Chat on WhatsApp", href: whatsappLink }]} + buttonText="Chat on WhatsApp" + onSubmit={(data) => console.log(data)} inputs={[ { name: "name", type: "text", placeholder: "Your Name", required: true }, { name: "email", type: "email", placeholder: "Your Email", required: true }, -- 2.49.1