Merge version_1_1780196349152 into main
Merge version_1_1780196349152 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -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, Flask, Strawberry, Candlestick } from "lucide-react";
|
||||
import { Award, Beef, Cherry, Flag, Gauge, Grape, Leaf, Milk, Recycle, Scale } from "lucide-react";
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function HomePage() {
|
||||
@@ -104,7 +104,7 @@ export default function HomePage() {
|
||||
icon: Milk,
|
||||
label: "Dairy", value: "Whole Milk"},
|
||||
{
|
||||
icon: Flask,
|
||||
icon: Scale,
|
||||
label: "Sugar", value: "0g added"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-red-strawberries-with-candies-white-surface-fruit-sweet-candy-colors_140725-82423.jpg"},
|
||||
@@ -114,10 +114,10 @@ export default function HomePage() {
|
||||
icon: Scale,
|
||||
label: "Protein", value: "16g/serving"},
|
||||
{
|
||||
icon: Strawberry,
|
||||
icon: Cherry,
|
||||
label: "Fruit", value: "Real Berries"},
|
||||
{
|
||||
icon: Flask,
|
||||
icon: Scale,
|
||||
label: "Sugar", value: "Naturally Sweetened"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-sweet-acai-bowl-arrangement_23-2149186003.jpg"},
|
||||
@@ -130,7 +130,7 @@ export default function HomePage() {
|
||||
icon: Grape,
|
||||
label: "Fruit", value: "Wild Blueberries"},
|
||||
{
|
||||
icon: Flask,
|
||||
icon: Scale,
|
||||
label: "Sugar", value: "Lightly Sweetened"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seasonal-blueberry-berries-mug-table_23-2148196377.jpg"},
|
||||
@@ -140,10 +140,10 @@ export default function HomePage() {
|
||||
icon: Scale,
|
||||
label: "Protein", value: "17g/serving"},
|
||||
{
|
||||
icon: Candlestick,
|
||||
icon: Grape,
|
||||
label: "Sweetener", value: "Danish Honey"},
|
||||
{
|
||||
icon: Flask,
|
||||
icon: Scale,
|
||||
label: "Sugar", value: "Moderate"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-milk-with-oatmeal-inside-plate-with-strawberries-along-with-crackers-honey-white-breakfast-cereals-health_140725-19026.jpg"},
|
||||
@@ -156,7 +156,7 @@ export default function HomePage() {
|
||||
icon: Leaf,
|
||||
label: "Flavor", value: "Real Vanilla"},
|
||||
{
|
||||
icon: Flask,
|
||||
icon: Scale,
|
||||
label: "Sugar", value: "Subtly Sweet"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glasses-with-coffee-with-whipped-cream-table_23-2148937308.jpg"},
|
||||
@@ -169,7 +169,7 @@ export default function HomePage() {
|
||||
icon: Cherry,
|
||||
label: "Fruit", value: "Sweet Peaches"},
|
||||
{
|
||||
icon: Flask,
|
||||
icon: Scale,
|
||||
label: "Sugar", value: "Naturally Sweetened"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast-bowl-with-yogurt-orange_23-2148529447.jpg"},
|
||||
|
||||
Reference in New Issue
Block a user