diff --git a/src/app/page.tsx b/src/app/page.tsx index 3a50db5..4bcdacf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,14 +32,10 @@ export default function LandingPage() {
@@ -148,15 +116,12 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} metrics={[ - { - id: "m1", value: "15k+", description: "Donuts served per month"}, - { - id: "m2", value: "20", description: "Unique flavor recipes"}, - { - id: "m3", value: "5", description: "Café locations citywide"}, + { 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" }, ]} title="Insoul by the Numbers" - description="Crafting smiles one donut at a time." + description="Crafting golden smiles one donut at a time." /> @@ -167,15 +132,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} members={[ - { - id: "t1", name: "Elena Rodriguez", role: "Head Baker", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-baker-holding-mould-stack-tray_1170-2040.jpg"}, - { - id: "t2", name: "Marcus Chen", role: "Pastry Chef", imageSrc: "http://img.b2bpic.net/free-photo/person-black-blazer-holding-brown-white-ceramic-mug_414077-20.jpg"}, - { - id: "t3", name: "Sarah Miller", role: "Barista", imageSrc: "http://img.b2bpic.net/free-photo/female-kneading-dough-wooden-table-male-baker-holding-baked-bread-shelves_23-2148189072.jpg"}, + { 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" }, ]} title="Meet the Bakers" - description="Passionate individuals dedicated to the art of the perfect donut." + description="Passionate individuals dedicated to the art of the perfect golden donut." /> @@ -185,19 +147,14 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { - id: "1", name: "Jane D.", role: "Food Blogger", testimonial: "The best donuts in the city, hands down!", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-smiling-hipster-girl-trendy-summer-clothes-carefree-woman-sitting-veranda-terrace-cafe-drinking-coffee-positive-model-having-fun-dreams_158538-15944.jpg"}, - { - id: "2", name: "Mike S.", role: "Local", testimonial: "My morning ritual involves an Insoul donut. Pure magic.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-colleagues-work-break-time_23-2149308456.jpg"}, - { - id: "3", name: "Emily R.", role: "Student", testimonial: "Innovative flavors, friendly staff, great vibe.", imageSrc: "http://img.b2bpic.net/free-photo/female-sales-person-jewelry-store_1303-30652.jpg"}, - { - id: "4", name: "David K.", role: "Business Owner", testimonial: "The strawberry glaze is to die for.", imageSrc: "http://img.b2bpic.net/free-photo/cool-breakfast-composition_23-2147658656.jpg"}, - { - id: "5", name: "Lisa B.", role: "Customer", testimonial: "Always fresh and delicious every visit.", imageSrc: "http://img.b2bpic.net/free-photo/young-model-holding-donaught-cup_651396-236.jpg"}, + { id: "1", name: "Jane D.", role: "Food Blogger", testimonial: "The golden glazed donuts are city legends!", imageSrc: "https://img.b2bpic.net/free-photo/smiling-girl-cafe-golden-lighting_158538-15945.jpg" }, + { id: "2", name: "Mike S.", role: "Local", testimonial: "My morning ritual involves an Insoul golden donut. Pure magic.", imageSrc: "https://img.b2bpic.net/free-photo/colleagues-work-break-golden-hour_23-2149308457.jpg" }, + { 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" }, ]} title="Loved by Locals" - description="Hear what our amazing customers have to say." + description="Hear what our amazing customers have to say about our golden treats." /> @@ -205,12 +162,9 @@ export default function LandingPage() {