Merge version_1 into main #3
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
||||
{ text: "Order Now", href: "#contact" },
|
||||
{ text: "Explore Drinks", href: "#drinks" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sotol-drink-with-pineapple-still-life_23-2151018024.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sotol-drink-with-pineapple-still-life_23-2151018024.jpg?_wi=1"
|
||||
imageAlt="Ice cold refreshing CoolSip soda beverage"
|
||||
buttonAnimation="slide-up"
|
||||
containerClassName="relative overflow-hidden"
|
||||
@@ -72,13 +72,13 @@ export default function LandingPage() {
|
||||
animationType="blur-reveal"
|
||||
products={[
|
||||
{
|
||||
id: "classic-cola-product", name: "Classic Cola", price: "$2.99", imageSrc: "http://img.b2bpic.net/free-photo/refreshing-cola-drink-with-ice-dramatic-splash_84443-83640.jpg", imageAlt: "Classic cola drink"
|
||||
id: "classic-cola-product", name: "Classic Cola", price: "$2.99", imageSrc: "http://img.b2bpic.net/free-photo/refreshing-cola-drink-with-ice-dramatic-splash_84443-83640.jpg?_wi=1", imageAlt: "Classic cola drink"
|
||||
},
|
||||
{
|
||||
id: "lemon-soda-product", name: "Lemon Soda", price: "$2.99", imageSrc: "http://img.b2bpic.net/free-photo/glass-orange-juice-fresh-fruit-floor-with-ice-cubes_1150-23629.jpg", imageAlt: "Refreshing lemon soda"
|
||||
id: "lemon-soda-product", name: "Lemon Soda", price: "$2.99", imageSrc: "http://img.b2bpic.net/free-photo/glass-orange-juice-fresh-fruit-floor-with-ice-cubes_1150-23629.jpg?_wi=1", imageAlt: "Refreshing lemon soda"
|
||||
},
|
||||
{
|
||||
id: "orange-fizz-product", name: "Orange Fizz", price: "$2.99", imageSrc: "http://img.b2bpic.net/free-photo/glass-orange-juice-fresh-fruit-floor-with-ice-cubes_1150-23629.jpg", imageAlt: "Citrus orange fizz drink"
|
||||
id: "orange-fizz-product", name: "Orange Fizz", price: "$2.99", imageSrc: "http://img.b2bpic.net/free-photo/glass-orange-juice-fresh-fruit-floor-with-ice-cubes_1150-23629.jpg?_wi=2", imageAlt: "Citrus orange fizz drink"
|
||||
},
|
||||
{
|
||||
id: "berry-blast-product", name: "Berry Blast", price: "$3.49", imageSrc: "http://img.b2bpic.net/free-photo/delicious-colada-morada-composition_23-2149161462.jpg", imageAlt: "Mixed berry blast soda"
|
||||
@@ -108,13 +108,13 @@ export default function LandingPage() {
|
||||
id: "feature-refreshing", title: "Super Refreshing", description: "Our specially formulated recipes deliver maximum refreshment and taste satisfaction.", tag: "Premium Quality", imageSrc: "http://img.b2bpic.net/free-photo/ice-cube-background-still-life_23-2150408462.jpg", imageAlt: "Ice cubes close-up"
|
||||
},
|
||||
{
|
||||
id: "feature-ingredients", title: "Premium Ingredients", description: "We use only the finest natural ingredients and trusted suppliers for consistent excellence.", tag: "Quality Assured", imageSrc: "http://img.b2bpic.net/free-photo/sotol-drink-with-pineapple-still-life_23-2151018024.jpg", imageAlt: "Premium drink showcase"
|
||||
id: "feature-ingredients", title: "Premium Ingredients", description: "We use only the finest natural ingredients and trusted suppliers for consistent excellence.", tag: "Quality Assured", imageSrc: "http://img.b2bpic.net/free-photo/sotol-drink-with-pineapple-still-life_23-2151018024.jpg?_wi=2", imageAlt: "Premium drink showcase"
|
||||
},
|
||||
{
|
||||
id: "feature-summer", title: "Perfect for Summer", description: "Specially designed to be the ultimate companion for your summer adventures and gatherings.", tag: "Seasonal Perfect", imageSrc: "http://img.b2bpic.net/free-photo/glass-glintwine-with-lemon-cinnamon_114579-17216.jpg", imageAlt: "Summer drink featured"
|
||||
id: "feature-summer", title: "Perfect for Summer", description: "Specially designed to be the ultimate companion for your summer adventures and gatherings.", tag: "Seasonal Perfect", imageSrc: "http://img.b2bpic.net/free-photo/glass-glintwine-with-lemon-cinnamon_114579-17216.jpg?_wi=1", imageAlt: "Summer drink featured"
|
||||
},
|
||||
{
|
||||
id: "feature-delivery", title: "Fast Delivery", description: "Quick shipping ensures your drinks arrive chilled and ready to enjoy immediately.", tag: "Quick Service", imageSrc: "http://img.b2bpic.net/free-photo/refreshing-cola-drink-with-ice-dramatic-splash_84443-83640.jpg", imageAlt: "Fast delivery"
|
||||
id: "feature-delivery", title: "Fast Delivery", description: "Quick shipping ensures your drinks arrive chilled and ready to enjoy immediately.", tag: "Quick Service", imageSrc: "http://img.b2bpic.net/free-photo/refreshing-cola-drink-with-ice-dramatic-splash_84443-83640.jpg?_wi=2", imageAlt: "Fast delivery"
|
||||
}
|
||||
]}
|
||||
containerClassName="py-16 px-4"
|
||||
@@ -132,7 +132,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="blur-reveal"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/glass-glintwine-with-lemon-cinnamon_114579-17216.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/glass-glintwine-with-lemon-cinnamon_114579-17216.jpg?_wi=2"
|
||||
imageAlt="Ice Cola Featured Product"
|
||||
imagePosition="right"
|
||||
bulletPoints={[
|
||||
|
||||
Reference in New Issue
Block a user