Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
||||
borderRadius="sharp"
|
||||
contentWidth="compact"
|
||||
sizing="mediumLarge"
|
||||
background="circleGradient"
|
||||
background="floatingGradient"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
||||
description="Discover our premium collection of educational and entertaining toys designed for children of all ages. From action figures to building blocks, find the perfect toy to spark joy and creativity."
|
||||
tag="Quality Toys for Every Child"
|
||||
tagIcon={Sparkles}
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/children-toys-top-view_93675-130820.jpg"
|
||||
imageAlt="Colorful toy collection"
|
||||
buttons={[
|
||||
|
||||
Reference in New Issue
Block a user