Update src/app/page.tsx

This commit is contained in:
2026-03-03 13:24:05 +00:00
parent 073abf2e93
commit f276db489a

View File

@@ -53,7 +53,7 @@ export default function LandingPage() {
buttonAnimation="slide-up"
background={{ variant: "plain" }}
carouselItems={[
{ id: "1", imageSrc: "http://img.b2bpic.net/free-psd/horizontal-banner-wine-business_23-2148530700.jpg", imageAlt: "Elixir Premium Beverage" },
{ id: "1", imageSrc: "http://img.b2bpic.net/free-psd/horizontal-banner-wine-business_23-2148530700.jpg?_wi=1", imageAlt: "Elixir Premium Beverage" },
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/front-view-energy-drink-cans-red-drink-alcohol-photo-darkness_140725-92770.jpg", imageAlt: "Energy Drink Collection" },
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/drinks-fresh-summer-drink-refreshing-summer-vibes-concept_185193-111002.jpg", imageAlt: "Sparkling Refresh" },
{ id: "4", imageSrc: "http://img.b2bpic.net/free-vector/gradient-art-deco-story-collection_23-2149162668.jpg", imageAlt: "Luxury Edition" },
@@ -87,7 +87,7 @@ export default function LandingPage() {
products={[
{ id: "1", name: "Elixir Pure", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-vector/wine-brochure-template_1268-301.jpg", imageAlt: "Elixir Pure - Premium Hydration", initialQuantity: 1 },
{ id: "2", name: "Elixir Energy", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-vector/aluminum-cans-drinks-vertical-banner-set_1284-20786.jpg", imageAlt: "Elixir Energy - Performance Drink", initialQuantity: 1 },
{ id: "3", name: "Elixir Wellness", price: "$13.99", imageSrc: "http://img.b2bpic.net/free-psd/horizontal-banner-wine-business_23-2148530700.jpg", imageAlt: "Elixir Wellness - Functional Beverage", initialQuantity: 1 }
{ id: "3", name: "Elixir Wellness", price: "$13.99", imageSrc: "http://img.b2bpic.net/free-psd/horizontal-banner-wine-business_23-2148530700.jpg?_wi=2", imageAlt: "Elixir Wellness - Functional Beverage", initialQuantity: 1 }
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -107,15 +107,15 @@ export default function LandingPage() {
{
title: "Pure Ingredients", description: "Sourced from the finest suppliers worldwide. No artificial preservatives or additives.", icon: Leaf,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-bowl-sunflower-seeds-other-healthy-foods-kitchen-table_169016-36591.jpg", imageAlt: "Natural ingredients" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-crystal-globe-resting-grass-forest_1150-12730.jpg", imageAlt: "Quality sourcing" }
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-bowl-sunflower-seeds-other-healthy-foods-kitchen-table_169016-36591.jpg?_wi=1", imageAlt: "Natural ingredients" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-crystal-globe-resting-grass-forest_1150-12730.jpg?_wi=1", imageAlt: "Quality sourcing" }
]
},
{
title: "Sustainability", description: "Committed to environmental responsibility. 100% recyclable packaging and carbon-neutral production.", icon: Sprout,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-crystal-globe-resting-grass-forest_1150-12730.jpg", imageAlt: "Eco-friendly packaging" },
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-bowl-sunflower-seeds-other-healthy-foods-kitchen-table_169016-36591.jpg", imageAlt: "Green initiative" }
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-crystal-globe-resting-grass-forest_1150-12730.jpg?_wi=2", imageAlt: "Eco-friendly packaging" },
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-bowl-sunflower-seeds-other-healthy-foods-kitchen-table_169016-36591.jpg?_wi=2", imageAlt: "Green initiative" }
]
}
]}
@@ -158,15 +158,15 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sarah Mitchell", role: "Fitness Enthusiast", company: "Active Living Co.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Mitchell"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Mitchell"
},
{
id: "2", name: "James Chen", role: "Health Coach", company: "Wellness Institute", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Chen"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "James Chen"
},
{
id: "3", name: "Emma Rodriguez", role: "Nutritionist", company: "Health First Clinic", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emma Rodriguez"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Emma Rodriguez"
},
{
id: "4", name: "David Park", role: "Athlete", company: "Elite Sports", rating: 5,