Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -51,7 +51,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "glowing-orb" }}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/piece-sweet-pie-dark-plate_114579-21259.jpg", imageAlt: "Elegant layered chocolate cake"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/piece-sweet-pie-dark-plate_114579-21259.jpg?_wi=1", imageAlt: "Elegant layered chocolate cake"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/birthday-cake-bright-decorations_23-2147669187.jpg", imageAlt: "Colorful celebration cake display"},
|
||||
{
|
||||
@@ -61,13 +61,13 @@ export default function LandingPage() {
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sweet-happy-birthday-cake-colourful-macarons_23-2148654519.jpg", imageAlt: "Classic vanilla layer cake"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sweet-happy-birthday-cake-colourful-macarons_23-2148654519.jpg?_wi=1", imageAlt: "Classic vanilla layer cake"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slice-chocolate-cake-with-cup-coffee_114579-16615.jpg", imageAlt: "Rich chocolate torte"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slice-chocolate-cake-with-cup-coffee_114579-16615.jpg?_wi=1", imageAlt: "Rich chocolate torte"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cake-slices-with-cream-chocolate-fruits-wooden-desk_140725-20431.jpg", imageAlt: "Elegant red velvet cake"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cake-slices-with-cream-chocolate-fruits-wooden-desk_140725-20431.jpg?_wi=1", imageAlt: "Elegant red velvet cake"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cooked-fresh-breads-furnace_140725-2066.jpg", imageAlt: "Artisan baker at work"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cooked-fresh-breads-furnace_140725-2066.jpg?_wi=1", imageAlt: "Artisan baker at work"},
|
||||
]}
|
||||
carouselPosition="right"
|
||||
buttons={[
|
||||
@@ -87,13 +87,13 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "vanilla", name: "Classic Vanilla Layer", price: "$45", variant: "Vanilla Sponge • 3 Sizes", imageSrc: "http://img.b2bpic.net/free-photo/sweet-happy-birthday-cake-colourful-macarons_23-2148654519.jpg", imageAlt: "Classic Vanilla Layer Cake", isFavorited: false,
|
||||
id: "vanilla", name: "Classic Vanilla Layer", price: "$45", variant: "Vanilla Sponge • 3 Sizes", imageSrc: "http://img.b2bpic.net/free-photo/sweet-happy-birthday-cake-colourful-macarons_23-2148654519.jpg?_wi=2", imageAlt: "Classic Vanilla Layer Cake", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "chocolate", name: "Decadent Chocolate Torte", price: "$55", variant: "Dark Chocolate • Custom Decorations", imageSrc: "http://img.b2bpic.net/free-photo/slice-chocolate-cake-with-cup-coffee_114579-16615.jpg", imageAlt: "Decadent Chocolate Torte", isFavorited: false,
|
||||
id: "chocolate", name: "Decadent Chocolate Torte", price: "$55", variant: "Dark Chocolate • Custom Decorations", imageSrc: "http://img.b2bpic.net/free-photo/slice-chocolate-cake-with-cup-coffee_114579-16615.jpg?_wi=2", imageAlt: "Decadent Chocolate Torte", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "redvelvet", name: "Red Velvet Dream", price: "$50", variant: "Red Velvet • Cream Cheese Frosting", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cake-slices-with-cream-chocolate-fruits-wooden-desk_140725-20431.jpg", imageAlt: "Red Velvet Dream Cake", isFavorited: false,
|
||||
id: "redvelvet", name: "Red Velvet Dream", price: "$50", variant: "Red Velvet • Cream Cheese Frosting", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cake-slices-with-cream-chocolate-fruits-wooden-desk_140725-20431.jpg?_wi=2", imageAlt: "Red Velvet Dream Cake", isFavorited: false,
|
||||
},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -116,7 +116,7 @@ export default function LandingPage() {
|
||||
description="Sarah & Michael"
|
||||
subdescription="Founders, Cake Celebrates"
|
||||
icon={Sparkles}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cooked-fresh-breads-furnace_140725-2066.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cooked-fresh-breads-furnace_140725-2066.jpg?_wi=2"
|
||||
imageAlt="Our artisan bakers at work"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
@@ -196,7 +196,7 @@ export default function LandingPage() {
|
||||
description="Subscribe to our newsletter and be the first to know about seasonal cakes, special offers, and celebration tips. Plus, get a 10% discount on your first order!"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/piece-sweet-pie-dark-plate_114579-21259.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/piece-sweet-pie-dark-plate_114579-21259.jpg?_wi=2"
|
||||
imageAlt="Delicious cake subscription"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user