From 9526c13d2731418ee82ee5974ae5675b770971f8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 19:03:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4bcdacf..4ed3a7b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,9 +52,12 @@ export default function LandingPage() { { src: "https://img.b2bpic.net/free-photo/pastry-chef-decorating-donuts_1258-197420.jpg", alt: "Staff 3" }, { src: "https://img.b2bpic.net/free-photo/fresh-glazed-donuts-bakery_7502-5548.jpg", alt: "Baker 4" }, { src: "https://img.b2bpic.net/free-photo/hand-picking-donut-bakery_482257-14378.jpg", alt: "Baker 5" }, + { src: "https://img.b2bpic.net/free-photo/fresh-donuts-on-display_169016-55037.jpg", alt: "Baker 6" }, + { src: "https://img.b2bpic.net/free-photo/baker-decorating-with-sprinkles_1170-2042.jpg", alt: "Baker 7" }, ]} avatarText="Join our growing community of donut lovers" - buttons={[{ text: "See Menu", href: "#products" }]} + buttons={[{ text: "See Menu", href: "#products" }] + } marqueeItems={[ { type: "text", text: "Freshly Baked Daily" }, { type: "text-icon", text: "Locally Sourced Ingredients", icon: Leaf }, @@ -103,6 +106,8 @@ export default function LandingPage() { { id: "p4", name: "Spiced Caramel", price: "$2.75", imageSrc: "https://img.b2bpic.net/free-photo/caramel-drizzled-donut_1339-76.jpg" }, { id: "p5", name: "Apricot Delight", price: "$3.25", imageSrc: "https://img.b2bpic.net/free-photo/apricot-filled-donuts_114579-9934.jpg" }, { id: "p6", name: "Honey Vanilla Dream", price: "$3.50", imageSrc: "https://img.b2bpic.net/free-photo/vanilla-honey-glazed-cakes_140725-30686.jpg" }, + { id: "p7", name: "Berry Bliss", price: "$3.95", imageSrc: "https://img.b2bpic.net/free-photo/berry-topped-donuts_114579-2423.jpg" }, + { id: "p8", name: "Maple Bacon", price: "$4.25", imageSrc: "https://img.b2bpic.net/free-photo/maple-bacon-donut_140725-8822.jpg" }, ]} title="Our Donut Menu" description="Dive into our selection of freshly baked, artisanal, gold-themed delights." @@ -119,6 +124,7 @@ export default function LandingPage() { { id: "m1", value: "15k+", description: "Golden donuts served per month" }, { id: "m2", value: "20", description: "Unique flavor recipes" }, { id: "m3", value: "5", description: "Café locations citywide" }, + { id: "m4", value: "100+", description: "Happy daily visitors" }, ]} title="Insoul by the Numbers" description="Crafting golden smiles one donut at a time." @@ -135,6 +141,7 @@ export default function LandingPage() { { id: "t1", name: "Elena Rodriguez", role: "Head Baker", imageSrc: "https://img.b2bpic.net/free-photo/baker-holding-fresh-baked-tray_1170-2041.jpg" }, { id: "t2", name: "Marcus Chen", role: "Pastry Chef", imageSrc: "https://img.b2bpic.net/free-photo/chef-holding-golden-mug_414077-21.jpg" }, { id: "t3", name: "Sarah Miller", role: "Barista", imageSrc: "https://img.b2bpic.net/free-photo/barista-serving-golden-latte_23-2148189073.jpg" }, + { id: "t4", name: "David Kim", role: "Shop Manager", imageSrc: "https://img.b2bpic.net/free-photo/manager-smiling-cafe_1170-2040.jpg" }, ]} title="Meet the Bakers" description="Passionate individuals dedicated to the art of the perfect golden donut." @@ -152,6 +159,7 @@ export default function LandingPage() { { id: "3", name: "Emily R.", role: "Student", testimonial: "Innovative golden flavors, friendly staff, great vibe.", imageSrc: "https://img.b2bpic.net/free-photo/student-studying-in-cafe_1303-30653.jpg" }, { id: "4", name: "David K.", role: "Business Owner", testimonial: "The honey glaze is to die for.", imageSrc: "https://img.b2bpic.net/free-photo/breakfast-golden-composition_23-2147658657.jpg" }, { id: "5", name: "Lisa B.", role: "Customer", testimonial: "Always fresh, golden and delicious every visit.", imageSrc: "https://img.b2bpic.net/free-photo/girl-holding-donut-golden-light_651396-237.jpg" }, + { id: "6", name: "Sam T.", role: "Local", testimonial: "Best service and delicious treats, always!", imageSrc: "https://img.b2bpic.net/free-photo/customer-smiling-donut-cafe_1170-2050.jpg" }, ]} title="Loved by Locals" description="Hear what our amazing customers have to say about our golden treats." @@ -165,6 +173,7 @@ export default function LandingPage() { { id: "f1", title: "Do you offer vegan donuts?", content: "Yes! We have a revolving selection of plant-based artisanal donuts." }, { id: "f2", title: "Where can I find your cafes?", content: "We have 5 locations across the metro area. Check our social pages for addresses." }, { id: "f3", title: "Can I pre-order for events?", content: "Absolutely. Reach out through our contact form for large event catering." }, + { id: "f4", title: "Are your ingredients organic?", content: "We strive to use locally sourced and organic ingredients wherever possible." }, ]} sideTitle="Questions?" sideDescription="Everything you need to know about Insoul." -- 2.49.1