Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1985b7d4a7 | |||
| 508bb78253 | |||
| 8c83ba4c5c | |||
| 628431587c |
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user