Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -52,10 +52,8 @@ export default function LandingPage() {
|
||||
]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-strawberry-cake-bakery-shop_23-2150360188.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-sweet-slice-cake-glass-cabinet_23-2148027938.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-young-young-woman-choosing-pastries_171337-16951.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-ma-cutting-cake_23-2150154711.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cupcake-with-frosting-sprinklers-glass_114579-29859.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/close-up-sweet-slice-cake-glass-cabinet_23-2148027938.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/thoughtful-young-young-woman-choosing-pastries_171337-16951.jpg" },
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -66,10 +64,11 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Dark Cocoa Indulgence", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-appetizing-bakery-food_23-2149299463.jpg" },
|
||||
{ id: "p2", name: "Tropical Vanilla Bliss", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background-cookie-sweet-biscuit-dessert-sugar_140725-141742.jpg" },
|
||||
{ id: "p3", name: "Berry Velvet Sponge", price: "$42", imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-with-black-currant-jam_140725-975.jpg" },
|
||||
{ id: "p2", name: "Tropical Vanilla Bliss", price: "$38", imageSrc: "http://img.b2bpic.net/front-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background-cookie-sweet-biscuit-dessert-sugar_140725-141742.jpg" },
|
||||
{ id: "p3", name: "Berry Velvet Sponge", price: "$42", imageSrc: "http://img.b2bpic.net/ice-cream-with-black-currant-jam_140725-975.jpg" },
|
||||
]}
|
||||
title="Our Bestselling Creations"
|
||||
description="Explore our most loved artisanal masterpieces."
|
||||
@@ -81,6 +80,8 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
description="Experience the artisanal quality."
|
||||
metrics={[
|
||||
{ id: "m1", value: "5000+", title: "Cakes Baked", description: "Handcrafted works of art", icon: Award },
|
||||
{ id: "m2", value: "15", title: "Years Experience", description: "Mastering the craft", icon: Clock },
|
||||
@@ -97,7 +98,9 @@ export default function LandingPage() {
|
||||
{ id: "t2", name: "John Davis", imageSrc: "http://img.b2bpic.net/free-photo/well-done-satisfied-businessman-suit-showing-thumbs-up-approval-like-agree-recommend-good_1258-162950.jpg" },
|
||||
]}
|
||||
cardTitle="Loved by Our Customers"
|
||||
cardTag="Testimonials"
|
||||
cardAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -107,8 +110,10 @@ export default function LandingPage() {
|
||||
{ id: "f1", title: "Do you offer eggless options?", content: "Yes, all our cakes can be prepared eggless upon request." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="We are here to answer your questions."
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -116,7 +121,9 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
names={["Flour & Co", "Bean Bliss", "Gourmet Hub"]}
|
||||
title="Trusted Partners"
|
||||
description="Recognized by industry leaders."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -124,6 +131,8 @@ export default function LandingPage() {
|
||||
<BlogCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
description="Insights from our master bakers."
|
||||
title="From Our Baking Studio"
|
||||
blogs={[
|
||||
{ id: "b1", category: "Tips", title: "The Art of Frosting", excerpt: "Mastering the smooth swirl technique.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-pieces-cake-ready-be-served_23-2148622344.jpg", authorName: "Chef Maarus", authorAvatar: "http://img.b2bpic.net/free-photo/young-daughter-senior-woman-eating-baked-croissant-holding-glass-juice_23-2148041587.jpg", date: "Oct 12, 2024" },
|
||||
@@ -136,6 +145,8 @@ export default function LandingPage() {
|
||||
tag="Stay Connected"
|
||||
title="Let’s Bake Something Special"
|
||||
description="Subscribe for exclusive recipes and discounts."
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user