Update src/app/page.tsx

This commit is contained in:
2026-03-21 19:03:23 +00:00
parent 82abf87c39
commit d5bda1bbf7

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="smallMedium"
sizing="largeSmall"
background="noise"
background="circleGradient"
cardStyle="inset"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
@@ -46,7 +46,7 @@ export default function LandingPage() {
tag="Premium Confectionery"
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "noise" }}
background={{ variant: "animated-grid" }}
buttons={[
{ text: "Shop Now", href: "#products" },
{ text: "Learn More", href: "#about" }
@@ -66,7 +66,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/composition-tasty-food-ingredients_23-2148869917.jpg", imageAlt: "gourmet chocolate candy gift box"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/view-various-assortment-cakes-stand-bakery_181624-61697.jpg?_wi=1", imageAlt: "sweetshop interior candy store display"
imageSrc: "http://img.b2bpic.net/free-photo/view-various-assortment-cakes-stand-bakery_181624-61697.jpg", imageAlt: "sweetshop interior candy store display"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/professional-artisan-job-workshop_23-2148801623.jpg", imageAlt: "candy making process handmade sweets"
@@ -126,7 +126,7 @@ export default function LandingPage() {
id: "custom", title: "Custom Orders Available", content: "Looking for something special? We create custom confectionery for weddings, corporate events, and celebrations."
}
]}
imageSrc="http://img.b2bpic.net/free-photo/view-various-assortment-cakes-stand-bakery_181624-61697.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/view-various-assortment-cakes-stand-bakery_181624-61697.jpg"
imageAlt="Sweet Bliss candy store display"
mediaAnimation="slide-up"
useInvertedBackground={true}