From 068e18ba3ad656ea243c113633ab55bbaa684203 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 31 May 2026 03:01:28 +0000 Subject: [PATCH] Bob AI: fix build error in src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 4fd667e..bc6c89b 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -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", }, ]} />