Update src/app/page.tsx

This commit is contained in:
2026-03-09 07:37:43 +00:00
parent d2c4e11be4
commit 95eec70f1d

View File

@@ -140,9 +140,9 @@ export default function LandingPage() {
tagAnimation="slide-up"
products={[
{
id: "dubai-pistachio", name: "Dubai Pistachio", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/mini-cakes-truffles-with-chocolate-drops-cocoa-powder_114579-8006.jpg", imageAlt: "Dubai Pistachio luxury paleta"},
id: "dubai-pistachio", name: "Dubai Pistachio", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/mini-cakes-truffles-with-chocolate-drops-cocoa-powder_114579-8006.jpg?_wi=1", imageAlt: "Dubai Pistachio luxury paleta"},
{
id: "oreo-avalanche", name: "Oreo Avalanche", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/front-view-glass-dessert-with-chocolate-biscuits_23-2148603289.jpg", imageAlt: "Oreo Avalanche gourmet popsicle"},
id: "oreo-avalanche", name: "Oreo Avalanche", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/front-view-glass-dessert-with-chocolate-biscuits_23-2148603289.jpg?_wi=1", imageAlt: "Oreo Avalanche gourmet popsicle"},
{
id: "strawberry-shortcake", name: "Strawberry Shortcake", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-pink-ice-cream-sticks-slices-strawberries_23-2148430740.jpg", imageAlt: "Strawberry Shortcake premium paleta"},
]}
@@ -250,10 +250,10 @@ export default function LandingPage() {
"Tap into the viral paleta trend that's taking Instagram by storm. The interactive builder and gourmet toppings create natural social media moments.", imageSrc: "http://img.b2bpic.net/free-photo/variety-eclairs-with-fruits_114579-17933.jpg", imageAlt: "Franchise opportunity"},
{
id: "high-margins", title: "High Profit Margins", description:
"Premium pricing on luxury desserts means better margins. Low production costs with premium positioning equals strong profitability.", imageSrc: "http://img.b2bpic.net/free-photo/mini-cakes-truffles-with-chocolate-drops-cocoa-powder_114579-8006.jpg", imageAlt: "High margin products"},
"Premium pricing on luxury desserts means better margins. Low production costs with premium positioning equals strong profitability.", imageSrc: "http://img.b2bpic.net/free-photo/mini-cakes-truffles-with-chocolate-drops-cocoa-powder_114579-8006.jpg?_wi=2", imageAlt: "High margin products"},
{
id: "simple-operations", title: "Simple Menu & Operations", description:
"Streamlined menu with limited SKUs. Easy-to-train staff. Focused inventory management. Scale quickly without complexity.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-glass-dessert-with-chocolate-biscuits_23-2148603289.jpg", imageAlt: "Simple operations"},
"Streamlined menu with limited SKUs. Easy-to-train staff. Focused inventory management. Scale quickly without complexity.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-glass-dessert-with-chocolate-biscuits_23-2148603289.jpg?_wi=2", imageAlt: "Simple operations"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"