Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -31,7 +31,7 @@ export default function Home() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="noiseDiagonalGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -49,7 +49,7 @@ export default function Home() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="PASTRY"
|
||||
description="Indulge in artisanal pastries and handcrafted sweets made fresh daily with premium ingredients and traditional techniques. Experience the perfect blend of taste and elegance."
|
||||
background={{ variant: "noiseDiagonalGradient" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Shop Now", href: "#products" },
|
||||
{ text: "Learn Our Story", href: "#about" }
|
||||
@@ -181,7 +181,7 @@ export default function Home() {
|
||||
title="Sweet Treats Delivered to Your Inbox"
|
||||
description="Subscribe to get exclusive recipes, seasonal specials, and 10% off your first order. Join our pastry-loving community today!"
|
||||
tagIcon={Mail}
|
||||
background={{ variant: "noiseDiagonalGradient" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="your@email.com"
|
||||
buttonText="Subscribe"
|
||||
|
||||
Reference in New Issue
Block a user