Merge version_2 into main #3

Merged
bender merged 2 commits from version_2 into main 2026-03-11 22:31:00 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -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() {
<div id="about" data-section="about">
<InlineImageSplitTextAbout
heading={[
{ type: "text", content: "Zinful is not just a drink." },
{ type: "text", content: "It's an experience. A statement. Permission granted to feel something intensely beautiful." }
{ type: "text", content: "Zinful is not just a drink. It's an experience. A statement. Permission granted to feel something intensely beautiful." },
{ type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AomnPi5C9Y7zXAJyJ1ri6nStFt/uploaded-1773268205209-f3aq3d81.png", alt: "Zinful brand image" }
]}
useInvertedBackground={false}
buttons={[
@@ -79,7 +79,7 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Zinful", name: "Fresa-Cereza", price: "€14.99", rating: 5,
reviewCount: "847", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-daiquiri-cocktail_23-2149418276.jpg", imageAlt: "Strawberry Cherry frozen cocktail - vibrant pink and red slush drink"
reviewCount: "847", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AomnPi5C9Y7zXAJyJ1ri6nStFt/uploaded-1773268205209-gp6atj5q.jpg", imageAlt: "Strawberry Cherry frozen cocktail - vibrant pink and red slush drink"
},
{
id: "2", brand: "Zinful", name: "Mango-Maracuyá", price: "€14.99", rating: 5,
@@ -268,4 +268,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -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);