diff --git a/src/app/page.tsx b/src/app/page.tsx
index 9c92257..b9e5e34 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -49,7 +49,7 @@ export default function LandingPage() {
{ text: "Discover Flavors", href: "#flavors" },
{ text: "Find Us", href: "#locations" }
]}
- imageSrc="http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337727.jpg"
+ imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AomnPi5C9Y7zXAJyJ1ri6nStFt/uploaded-1773268205209-ad80d7yk.png"
imageAlt="Premium frozen colorful cocktail with vibrant visual impact"
showDimOverlay={true}
buttonAnimation="slide-up"
@@ -60,8 +60,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 fbd84bc..4df38ca 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
- --background: #f5f5f5;
+ --background: #f7f6f7;
--card: #ffffff;
- --foreground: #1c1c1c;
- --primary-cta: #1c1c1c;
+ --foreground: #1b0c25;
+ --primary-cta: #d946a6;
--primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c;
- --accent: #e63946;
- --background-accent: #e8bea8;
+ --accent: #ec4899;
+ --background-accent: #fbcfe8;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);