Merge version_2 into main #4
@@ -40,7 +40,6 @@ export default function LandingPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Pura Vida Brewing"
|
||||
button={{ text: "Order via WhatsApp", href: whatsappLink }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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 },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user