4 Commits

Author SHA1 Message Date
1985b7d4a7 Merge version_3 into main
Merge version_3 into main
2025-12-28 20:59:21 +00:00
508bb78253 Update src/app/page.tsx 2025-12-28 20:59:17 +00:00
8c83ba4c5c Merge version_2 into main
Merge version_2 into main
2025-12-28 20:47:08 +00:00
628431587c Update src/app/page.tsx 2025-12-28 20:47:04 +00:00

View File

@@ -1,4 +1,4 @@
"use client" "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="rounded" borderRadius="rounded"
contentWidth="medium" contentWidth="medium"
sizing="largeSmallSizeMediumTitles" sizing="largeSmallSizeMediumTitles"
background="noise" background="dotGrid"
cardStyle="elevated-accent" cardStyle="elevated-accent"
primaryButtonStyle="outline" primaryButtonStyle="outline"
secondaryButtonStyle="layered" secondaryButtonStyle="layered"
@@ -44,8 +44,8 @@ export default function LandingPage() {
description="The world's most trusted supplement for mood and well-being. Discover why thousands of people trust us for their daily happiness boost." description="The world's most trusted supplement for mood and well-being. Discover why thousands of people trust us for their daily happiness boost."
tag="The Happy Solution" tag="The Happy Solution"
tagIcon={Sparkles} tagIcon={Sparkles}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766954374078-32fuzckk.jpg" imageSrc="https://images.unsplash.com/photo-1480714378408-67cf0d13bc1b?w=1200&h=800&fit=crop"
imageAlt="Premium supplement bottle showcasing quality and wellness" imageAlt="Beautiful cityscape with vibrant urban landscape"
frameStyle="card" frameStyle="card"
buttons={[ buttons={[
{ text: "Shop Now", href: "#products" }, { text: "Shop Now", href: "#products" },