From 926b41a58a2415c27eda667f7cf9ef2732937715 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 11:22:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a05b9a6..36ffb7d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { CheckCircle, Coffee, Hammer, Leaf, Sparkles, Users } from "lucide-react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; @@ -88,7 +88,7 @@ export default function LandingPage() { { title: "Community Focus", description: "We're more than a shop—we're a gathering place for coffee lovers and bread enthusiasts.", icon: Users } - ] + ]} imageSrc="https://img.b2bpic.net/free-photo/baker-holding-fresh-bread-hands_169016-1421.jpg" imageAlt="Artisan coffee and fresh bread being prepared in a cozy café setting" mediaAnimation="slide-up" @@ -158,7 +158,7 @@ export default function LandingPage() { id: "testimonial-3", name: "Sophie Martinez", role: "Coffee Enthusiast", company: "Local Roasters", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/smiley-man-posing-apron-with-coffee-pot_23-2148366687.jpg", imageAlt: "Sophie Martinez, coffee enthusiast" } - ] + ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" title="What Our Community Says" -- 2.49.1