2 Commits

Author SHA1 Message Date
508bb78253 Update src/app/page.tsx 2025-12-28 20:59:17 +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 NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="medium"
sizing="largeSmallSizeMediumTitles"
background="noise"
background="dotGrid"
cardStyle="elevated-accent"
primaryButtonStyle="outline"
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."
tag="The Happy Solution"
tagIcon={Sparkles}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766954374078-32fuzckk.jpg"
imageAlt="Premium supplement bottle showcasing quality and wellness"
imageSrc="https://images.unsplash.com/photo-1480714378408-67cf0d13bc1b?w=1200&h=800&fit=crop"
imageAlt="Beautiful cityscape with vibrant urban landscape"
frameStyle="card"
buttons={[
{ text: "Shop Now", href: "#products" },