Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-13 19:26:24 +00:00

View File

@@ -107,7 +107,7 @@ export default function LandingPage() {
features={[
{
id: "feature-1", title: "100% Cold-Pressed", tags: ["Premium", "Fresh"],
imageSrc: "http://img.b2bpic.net/free-photo/apple-cider-drink-rustic-wooden-table_123827-20226.jpg", imageAlt: "Cold-pressed apple juice extraction"
imageSrc: "http://img.b2bpic.net/free-photo/apple-cider-drink-rustic-wooden-table_123827-20226.jpg?_wi=1", imageAlt: "Cold-pressed apple juice extraction"
},
{
id: "feature-2", title: "No Added Sugars", tags: ["Healthy", "Pure"],
@@ -115,7 +115,7 @@ export default function LandingPage() {
},
{
id: "feature-3", title: "Rich in Antioxidants", tags: ["Wellness", "Natural"],
imageSrc: "http://img.b2bpic.net/free-photo/set-apple-juice-apple-cloth-wooden-background-top-view-space-text_176474-7902.jpg", imageAlt: "Antioxidant-rich apple juice"
imageSrc: "http://img.b2bpic.net/free-photo/set-apple-juice-apple-cloth-wooden-background-top-view-space-text_176474-7902.jpg?_wi=1", imageAlt: "Antioxidant-rich apple juice"
}
]}
animationType="slide-up"
@@ -141,13 +141,13 @@ export default function LandingPage() {
description="Choose from our selection of premium apple juice options designed for every lifestyle and preference."
products={[
{
id: "product-1", name: "Original Pure", price: "$4.99", imageSrc: "http://img.b2bpic.net/free-photo/apple-cider-drink-rustic-wooden-table_123827-20226.jpg", imageAlt: "Original Pure Apple Juice", initialQuantity: 1
id: "product-1", name: "Original Pure", price: "$4.99", imageSrc: "http://img.b2bpic.net/free-photo/apple-cider-drink-rustic-wooden-table_123827-20226.jpg?_wi=2", imageAlt: "Original Pure Apple Juice", initialQuantity: 1
},
{
id: "product-2", name: "Family Pack", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-concept-with-juices-copyspace_23-2147803001.jpg", imageAlt: "Family Pack Apple Juice", initialQuantity: 1
},
{
id: "product-3", name: "Premium Reserve", price: "$6.99", imageSrc: "http://img.b2bpic.net/free-photo/set-apple-juice-apple-cloth-wooden-background-top-view-space-text_176474-7902.jpg", imageAlt: "Premium Reserve Apple Juice", initialQuantity: 1
id: "product-3", name: "Premium Reserve", price: "$6.99", imageSrc: "http://img.b2bpic.net/free-photo/set-apple-juice-apple-cloth-wooden-background-top-view-space-text_176474-7902.jpg?_wi=2", imageAlt: "Premium Reserve Apple Juice", initialQuantity: 1
}
]}
gridVariant="three-columns-all-equal-width"