Bob AI: fix build errors (attempt 1)

This commit is contained in:
2026-02-25 11:30:40 +00:00
parent a4257379bd
commit b726373e27

View File

@@ -71,9 +71,9 @@ export default function SitePage() {
buttonAnimation="slide-up"
dashboard={{
title: "Featured Collection", stats: [
{ title: "Sustainable Materials", values: [100, 0, 0], valueSuffix: "%" },
{ title: "Customer Satisfaction", values: [98, 0, 0], valueSuffix: "%" },
{ title: "Global Shipping", values: [200, 0, 0], valueSuffix: "+ Countries" },
{ title: "Sustainable Materials", description: "Eco-friendly materials", values: [100, 0, 0], valueSuffix: "%" },
{ title: "Customer Satisfaction", description: "Positive feedback", values: [98, 0, 0], valueSuffix: "%" },
{ title: "Global Shipping", description: "Worldwide delivery", values: [200, 0, 0], valueSuffix: "+ Countries" },
],
logoIcon: Coffee,
sidebarItems: [
@@ -88,9 +88,9 @@ export default function SitePage() {
{ title: "Travel Mugs", icon: Coffee, status: "active" },
],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-cup-tea-with-flowers-white-surface_141793-13652.jpg", searchPlaceholder: "Search products...", chartTitle: "Customer Ratings", chartData: [
{ label: "5 Stars", value: 85 },
{ label: "4 Stars", value: 10 },
{ label: "3 Stars", value: 5 },
{ name: "5 Stars", value: 85 },
{ name: "4 Stars", value: 10 },
{ name: "3 Stars", value: 5 },
],
listTitle: "Popular Categories", imageAlt: "Featured Dring Together cups collection"}}
ariaLabel="Hero section showcasing premium drinking cups"