Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -78,9 +78,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="scale-rotate"
|
||||
products={[
|
||||
{ id: "original-cola", name: "Original Cola", price: "$2.99", imageSrc: "http://img.b2bpic.net/free-psd/thank-you-text-template_23-2151977513.jpg", imageAlt: "FizzBurst Original Cola Can" },
|
||||
{ id: "tropical-punch", name: "Tropical Punch", price: "$2.99", imageSrc: "http://img.b2bpic.net/free-psd/kombucha-drink-youtube-cover_23-2151284824.jpg", imageAlt: "FizzBurst Tropical Punch Can" },
|
||||
{ id: "zero-sugar", name: "Zero Sugar Cola", price: "$3.49", imageSrc: "http://img.b2bpic.net/free-psd/summer-drinks-pure-refreshment-can-banner_23-2148833507.jpg", imageAlt: "FizzBurst Zero Sugar Diet Can" }
|
||||
{ id: "original-cola", name: "Original Cola", price: "$2.99", imageSrc: "http://img.b2bpic.net/free-psd/thank-you-text-template_23-2151977513.jpg?_wi=1", imageAlt: "FizzBurst Original Cola Can" },
|
||||
{ id: "tropical-punch", name: "Tropical Punch", price: "$2.99", imageSrc: "http://img.b2bpic.net/free-psd/kombucha-drink-youtube-cover_23-2151284824.jpg?_wi=1", imageAlt: "FizzBurst Tropical Punch Can" },
|
||||
{ id: "zero-sugar", name: "Zero Sugar Cola", price: "$3.49", imageSrc: "http://img.b2bpic.net/free-psd/summer-drinks-pure-refreshment-can-banner_23-2148833507.jpg?_wi=1", imageAlt: "FizzBurst Zero Sugar Diet Can" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -100,9 +100,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
animationType="blur-reveal"
|
||||
features={[
|
||||
{ id: "natural-ingredients", title: "Natural Ingredients", description: "We use premium natural flavoring and high-quality ingredients sourced responsibly.", tag: "Quality", imageSrc: "http://img.b2bpic.net/free-psd/thank-you-text-template_23-2151977513.jpg", imageAlt: "Natural Ingredients" },
|
||||
{ id: "bold-flavors", title: "Bold Flavors", description: "Experience vibrant, unique flavor combinations that set FizzBurst apart from ordinary sodas.", tag: "Innovation", imageSrc: "http://img.b2bpic.net/free-psd/kombucha-drink-youtube-cover_23-2151284824.jpg", imageAlt: "Bold Flavors" },
|
||||
{ id: "eco-friendly", title: "Eco-Friendly Packaging", description: "100% recyclable aluminum cans with sustainable practices for a better planet.", tag: "Sustainability", imageSrc: "http://img.b2bpic.net/free-psd/summer-drinks-pure-refreshment-can-banner_23-2148833507.jpg", imageAlt: "Eco-Friendly" }
|
||||
{ id: "natural-ingredients", title: "Natural Ingredients", description: "We use premium natural flavoring and high-quality ingredients sourced responsibly.", tag: "Quality", imageSrc: "http://img.b2bpic.net/free-psd/thank-you-text-template_23-2151977513.jpg?_wi=2", imageAlt: "Natural Ingredients" },
|
||||
{ id: "bold-flavors", title: "Bold Flavors", description: "Experience vibrant, unique flavor combinations that set FizzBurst apart from ordinary sodas.", tag: "Innovation", imageSrc: "http://img.b2bpic.net/free-psd/kombucha-drink-youtube-cover_23-2151284824.jpg?_wi=2", imageAlt: "Bold Flavors" },
|
||||
{ id: "eco-friendly", title: "Eco-Friendly Packaging", description: "100% recyclable aluminum cans with sustainable practices for a better planet.", tag: "Sustainability", imageSrc: "http://img.b2bpic.net/free-psd/summer-drinks-pure-refreshment-can-banner_23-2148833507.jpg?_wi=2", imageAlt: "Eco-Friendly" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user