From 883494107e9bcf088a395f39a9c8b81e3bc7b8a2 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 02:12:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 692f5e9..a2a249a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,15 +53,15 @@ export default function MazariegoBoutique() { ]} dashboard={{ title: "Why Shop at Mazariego", logoIcon: Heart, - imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall_1203-8495.jpg?_wi=1", searchPlaceholder: "Search collections...", sidebarItems: [ + imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall_1203-8495.jpg", searchPlaceholder: "Search collections...", sidebarItems: [ { icon: ShoppingBag, active: true }, { icon: Heart }, { icon: MapPin }, ], stats: [ - { title: "Years of Style", values: ["5", "10", "15"], description: "Serving Playas de Tijuana." }, - { title: "Collections", values: ["20", "35", "50"], description: "Unique pieces curated." }, - { title: "Rating", values: ["5.0", "5.0", "5.0"], valueSuffix: "★", description: "Google reviews locally." }, + { title: "Years of Style", values: [5, 10, 15], description: "Serving Playas de Tijuana." }, + { title: "Collections", values: [20, 35, 50], description: "Unique pieces curated." }, + { title: "Rating", values: [5, 5, 5], valueSuffix: "★", description: "Google reviews locally." }, ], chartTitle: "Monthly Visits", chartData: [ { value: 45 }, @@ -126,7 +126,7 @@ export default function MazariegoBoutique() { imageSrc: "http://img.b2bpic.net/free-photo/quail-eggs-near-feathers-vase_23-2148073839.jpg"}, { id: "3", title: "Prime Location in Plaza Ensenada", tags: ["Convenient Access", "Easy Parking"], - imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall_1203-8495.jpg?_wi=2"}, + imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall_1203-8495.jpg"}, { id: "4", title: "Trusted by Local Community", tags: ["5★ Rated", "Since Day One"], imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-holding-shopping-bags-outside_23-2148728595.jpg"}, -- 2.49.1