From 68c68817663894db153426d30d94deb20dd6ad45 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 17:00:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fcf43c6..dc96e4c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,7 +44,7 @@ export default function LandingPage() { description="Discover Westmont Organics. Crafted with nature's best ingredients for a crisp, organic lemonade experience that delights the senses." buttons={[{ text: "Shop Varieties", href: "#products" }]} carouselItems={[ - { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/glass-orange-juice-fresh-fruit-floor-with-ice-cubes_1150-23644.jpg", imageAlt: "Strawberry Lemonade" }, + { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/glass-orange-juice-fresh-fruit-floor-with-ice-cubes_1150-23644.jpg?_wi=1", imageAlt: "Strawberry Lemonade" }, { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-lemons-juice_23-2148934800.jpg", imageAlt: "Blueberry Lemonade" }, { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/pink-wine-splash-isolated-white_1112-2029.jpg", imageAlt: "Original Lemonade" }, { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/halved-lemon-falling-clean-water-against-black-background_23-2147867033.jpg", imageAlt: "Organic Lemon Harvest" }, @@ -61,12 +61,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "p1", name: "Classic Lemonade", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/set-piece-white-cloth-lemon-juice-basket-wooden-surface-high-angle-view_176474-14096.jpg", imageAlt: "Classic Lemonade" }, - { id: "p2", name: "Strawberry Lemonade", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/lemonade-with-strawberries-jug-glass-wooden-yellow-background-side-view_176474-6678.jpg", imageAlt: "Strawberry Lemonade" }, - { id: "p3", name: "Blueberry Lemonade", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/blue-composition-with-blueberry-smoothie_23-2148226150.jpg", imageAlt: "Blueberry Lemonade" }, - { id: "p4", name: "Variety 3-Pack", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-citrus-fresh-drink_23-2148602841.jpg", imageAlt: "Variety Pack" }, - { id: "p5", name: "Organic Lemon Sampler", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-detox-drinks_23-2148683561.jpg", imageAlt: "Sampler Pack" }, - { id: "p6", name: "Seasonal Citrus Blend", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/front-view-lemon-juice-lemons-lemons-slices-potted-plant_140725-99725.jpg", imageAlt: "Seasonal Blend" }, + { id: "p1", name: "Classic Lemonade", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/set-piece-white-cloth-lemon-juice-basket-wooden-surface-high-angle-view_176474-14096.jpg?_wi=1", imageAlt: "Classic Lemonade" }, + { id: "p2", name: "Strawberry Lemonade", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/lemonade-with-strawberries-jug-glass-wooden-yellow-background-side-view_176474-6678.jpg?_wi=1", imageAlt: "Strawberry Lemonade" }, + { id: "p3", name: "Blueberry Lemonade", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/blue-composition-with-blueberry-smoothie_23-2148226150.jpg?_wi=1", imageAlt: "Blueberry Lemonade" }, + { id: "p4", name: "Variety 3-Pack", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-citrus-fresh-drink_23-2148602841.jpg?_wi=1", imageAlt: "Variety Pack" }, + { id: "p5", name: "Organic Lemon Sampler", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-detox-drinks_23-2148683561.jpg?_wi=1", imageAlt: "Sampler Pack" }, + { id: "p6", name: "Seasonal Citrus Blend", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/front-view-lemon-juice-lemons-lemons-slices-potted-plant_140725-99725.jpg?_wi=1", imageAlt: "Seasonal Blend" }, ]} title="Our Lemonade Varieties" description="Small-batch, organic lemonades. Discover your favorite flavor." @@ -84,18 +84,18 @@ export default function LandingPage() { features={[ { id: 1, - title: "Certified Organic", description: "No synthetic pesticides or fertilizers, ever. Just pure, sun-ripened fruit.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/lemonade-with-strawberries-jug-glass-wooden-yellow-background-side-view_176474-6678.jpg", imageAlt: "Organic Process" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/set-piece-white-cloth-lemon-juice-basket-wooden-surface-high-angle-view_176474-14096.jpg", imageAlt: "Ingredients" } + title: "Certified Organic", description: "No synthetic pesticides or fertilizers, ever. Just pure, sun-ripened fruit.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/lemonade-with-strawberries-jug-glass-wooden-yellow-background-side-view_176474-6678.jpg?_wi=2", imageAlt: "Organic Process" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/set-piece-white-cloth-lemon-juice-basket-wooden-surface-high-angle-view_176474-14096.jpg?_wi=2", imageAlt: "Ingredients" } }, { id: 2, - title: "Small-Batch Crafted", description: "Hand-pressed and blended in small batches to ensure consistency and freshness.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/blue-composition-with-blueberry-smoothie_23-2148226150.jpg", imageAlt: "Small Batching" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-detox-drinks_23-2148683561.jpg", imageAlt: "Bottling Process" } + title: "Small-Batch Crafted", description: "Hand-pressed and blended in small batches to ensure consistency and freshness.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/blue-composition-with-blueberry-smoothie_23-2148226150.jpg?_wi=2", imageAlt: "Small Batching" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-detox-drinks_23-2148683561.jpg?_wi=2", imageAlt: "Bottling Process" } }, { id: 3, - title: "Flavor Innovation", description: "We are constantly working on new, exciting blends to refresh your summer days.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/front-view-lemon-juice-lemons-lemons-slices-potted-plant_140725-99725.jpg", imageAlt: "Flavor Lab" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-citrus-fresh-drink_23-2148602841.jpg", imageAlt: "Testing" } + title: "Flavor Innovation", description: "We are constantly working on new, exciting blends to refresh your summer days.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/front-view-lemon-juice-lemons-lemons-slices-potted-plant_140725-99725.jpg?_wi=2", imageAlt: "Flavor Lab" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-citrus-fresh-drink_23-2148602841.jpg?_wi=2", imageAlt: "Testing" } } ]} /> @@ -129,7 +129,7 @@ export default function LandingPage() {