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