From d26cc45754ab426dc795bbc25ec94133f036d039 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 04:13:56 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c8a61df..464af20 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,6 +15,8 @@ import TestimonialCardSixteen from '@/components/sections/testimonial/Testimonia import { Award, Facebook, Instagram, Leaf, Recycle, Shield, Sparkles, Sun, Wheat, Zap } from "lucide-react"; export default function LandingPage() { + const whatsappLink = "https://wa.me/50688888888"; + return ( @@ -47,7 +49,7 @@ export default function LandingPage() { background={{ variant: "plain" }} title="Crafted in the Heart of Costa Rica" description="Experience the true essence of Pura Vida with our locally sourced, handcrafted small-batch brews." - buttons={[{ text: "Explore Our Beers", href: "#products" }]} + buttons={[{ text: "Order on WhatsApp", href: whatsappLink }]} 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" @@ -115,7 +117,8 @@ export default function LandingPage() {
); -} \ No newline at end of file +} -- 2.49.1 From c3144a00d84e02d77bba2111b49b0bcf39d98ac2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 04:13:57 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index b297ea0..ac2b81b 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fcf6ec; - --card: #f3ede2; - --foreground: #2e2521; - --primary-cta: #c68a62; + --background: #fbfcf6; + --card: #f0f2e8; + --foreground: #1a2a1a; + --primary-cta: #0d5238; --primary-cta-text: #fcf6ec; - --secondary-cta: #ffffff; + --secondary-cta: #d4f6e8; --secondary-cta-text: #2e2521; - --accent: #b2a28b; - --background-accent: #b2a28b; + --accent: #e1f6e1; + --background-accent: #1f4035; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1