Merge version_1 into main #2
@@ -74,7 +74,7 @@ export default function LandingPage() {
|
||||
href: "#order",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sweet-cakes-food-isolated-white_627829-11827.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sweet-cakes-food-isolated-white_627829-11827.jpg"
|
||||
imageAlt="Close-up of a perfectly crafted Honey Cake, revealing a smooth dulce de leche center"
|
||||
mediaAnimation="opacity"
|
||||
/>
|
||||
@@ -95,6 +95,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
animationType="blur-reveal"
|
||||
products={[
|
||||
{
|
||||
id: "single-cake",
|
||||
@@ -123,7 +124,7 @@ export default function LandingPage() {
|
||||
price: "$30.00/month",
|
||||
rating: 5,
|
||||
reviewCount: "92",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sweet-cakes-food-isolated-white_627829-11827.jpg?_wi=2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sweet-cakes-food-isolated-white_627829-11827.jpg",
|
||||
imageAlt: "Honey Cake subscription box with fresh cakes",
|
||||
},
|
||||
]}
|
||||
@@ -206,21 +207,18 @@ export default function LandingPage() {
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
id: "kpi1",
|
||||
value: "5-Star",
|
||||
title: "Rated Excellence",
|
||||
description: "Consistently praised by critics and customers alike.",
|
||||
icon: Star,
|
||||
},
|
||||
{
|
||||
id: "kpi2",
|
||||
value: "Handcrafted",
|
||||
title: "Small Batches",
|
||||
description: "Ensuring pristine quality and meticulous attention to detail.",
|
||||
icon: Package,
|
||||
},
|
||||
{
|
||||
id: "kpi3",
|
||||
value: "Finest",
|
||||
title: "Ingredients",
|
||||
description: "Only the purest cocoa and silkiest dulce de leche.",
|
||||
|
||||
Reference in New Issue
Block a user