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
+}
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);