Bob AI: fix build error in src/pages/HomePage.tsx

This commit is contained in:
kudinDmitriyUp
2026-05-31 03:01:28 +00:00
parent 8cedeba6ba
commit 068e18ba3a

View File

@@ -6,7 +6,7 @@ import FeaturesBento from '@/components/sections/features/FeaturesBento';
import HeroOverlayMarquee from '@/components/sections/hero/HeroOverlayMarquee';
import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee';
import TestimonialQuoteCards from '@/components/sections/testimonial/TestimonialQuoteCards';
import { Award, Beef, Cherry, Flag, Gauge, Grape, Leaf, Milk, Recycle, Scale } from "lucide-react";
import { Award, Beef, Cherry, Flag, Gauge, Grape, Leaf, Milk, Recycle, Scale, Flask, Strawberry, Candlestick } from "lucide-react";
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function HomePage() {
@@ -81,8 +81,6 @@ export default function HomePage() {
title: "Rich in Protein",
description: "Fuel your day with a high-protein snack that keeps you full and energized, supporting muscle recovery and overall vitality.",
bentoComponent: "animated-bar-chart",
imageSrc: "http://img.b2bpic.net/free-photo/some-tomatoes-with-knife-lemon-cucumber-cheese-greens-cutting-board-gray-surface-top-view_176474-6475.jpg",
imageAlt: "organic dairy farm denmark clean",
},
{
title: "Natural & Pure",
@@ -95,8 +93,6 @@ export default function HomePage() {
"Strawberry",
"Sun",
],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-oatmeal-bowl-with-raspberries-wooden-tray_23-2147916199.jpg?_wi=2",
imageAlt: "organic dairy farm denmark clean",
},
{
title: "Danish Dairy Excellence",
@@ -119,8 +115,6 @@ export default function HomePage() {
value: "High",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/view-bowl-with-yogurt-blueberries_23-2149053161.jpg",
imageAlt: "organic dairy farm denmark clean",
},
]}
/>