Update src/app/page.tsx
This commit is contained in:
@@ -63,7 +63,7 @@ export default function LandingPage() {
|
||||
{ text: "Explore Collections", href: "#collections" },
|
||||
{ text: "Custom Order", href: "#custom-orders" }
|
||||
]}
|
||||
mediaAnimation="entrance-slide"
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pink-macaroons-with-flowers-texture-backdrop_23-2148161645.jpg"
|
||||
imageAlt="Luxurious display of artisan cakes from Mr. Bake"
|
||||
imagePosition="right"
|
||||
@@ -81,8 +81,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/waitress-preparing-cake_23-2147821299.jpg"
|
||||
imageAlt="Chef decorating an elegant cake in a luxurious bakery kitchen"
|
||||
mediaAnimation="entrance-slide"
|
||||
metricsAnimation="entrance-slide"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="custom-orders" data-section="custom-orders" className={publicSans.variable}>
|
||||
@@ -127,9 +127,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
blogs={[
|
||||
{ id: "gallery-1", category: "Cakes", title: "Opulent Gold & Cream Tier", excerpt: "A breathtaking centerpiece for any grand celebration.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-glass-arrangement_23-2149030731.jpg", imageAlt: "Opulent gold and cream tiered cake" },
|
||||
{ id: "gallery-2", category: "Celebrations", title: "Moments of Sweet Joy", excerpt: "Capturing the magic of our cakes at your special events.", imageSrc: "http://img.b2bpic.net/free-photo/served-bar-table-with-variety-sweets_8353-10440.jpg", imageAlt: "Couple cutting a wedding cake" },
|
||||
{ id: "gallery-3", category: "Pastries", title: "Parisian Patisserie Delights", excerpt: "From croissants to tarts, our daily selection of sweet treats.", imageSrc: "http://img.b2bpic.net/free-photo/tasty-morning-pastry-coffee-display-traditional-city-cafe_613910-18517.jpg", imageAlt: "Parisian cafe style dessert display" }
|
||||
{ id: "gallery-1", category: "Cakes", title: "Opulent Gold & Cream Tier", excerpt: "A breathtaking centerpiece for any grand celebration.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-glass-arrangement_23-2149030731.jpg", imageAlt: "Opulent gold and cream tiered cake", authorName: "Mr. Bake Team", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-tray-muffins-counter_107420-12317.jpg", date: "July 15, 2024" },
|
||||
{ id: "gallery-2", category: "Celebrations", title: "Moments of Sweet Joy", excerpt: "Capturing the magic of our cakes at your special events.", imageSrc: "http://img.b2bpic.net/free-photo/served-bar-table-with-variety-sweets_8353-10440.jpg", imageAlt: "Couple cutting a wedding cake", authorName: "Mr. Bake Team", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-tray-muffins-counter_107420-12317.jpg", date: "July 15, 2024" },
|
||||
{ id: "gallery-3", category: "Pastries", title: "Parisian Patisserie Delights", excerpt: "From croissants to tarts, our daily selection of sweet treats.", imageSrc: "http://img.b2bpic.net/free-photo/tasty-morning-pastry-coffee-display-traditional-city-cafe_613910-18517.jpg", imageAlt: "Parisian cafe style dessert display", authorName: "Mr. Bake Team", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-tray-muffins-counter_107420-12317.jpg", date: "July 15, 2024" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -145,8 +145,8 @@ export default function LandingPage() {
|
||||
{ src: "http://img.b2bpic.net/free-photo/experienced-senior-female-executive-eyeglasses_1262-5027.jpg", alt: "Pierre Martin" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/father-son-posing-with-thumbs-up_23-2148414891.jpg", alt: "Chloe Petit" }
|
||||
]}
|
||||
ratingAnimation="entrance-slide"
|
||||
avatarsAnimation="entrance-slide"
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -155,7 +155,7 @@ export default function LandingPage() {
|
||||
tag="Get in Touch"
|
||||
title="Let's Create Something Sweet"
|
||||
description="Ready to discuss your next custom cake or have a question about our collections? We'd love to hear from you!"
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Your Email Address"
|
||||
|
||||
Reference in New Issue
Block a user