diff --git a/src/app/page.tsx b/src/app/page.tsx index 5c36f24..ec44451 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,29 +30,17 @@ export default function LandingPage() { @@ -64,39 +52,23 @@ export default function LandingPage() { description="Cold-pressed, organic juices delivered to your doorstep. Pure ingredients, pure vitality." buttons={[ { - text: "Explore Menu", - href: "#products", - }, + text: "Explore Menu", href: "#products"}, { - text: "Our Story", - href: "#about", - }, + text: "Our Story", href: "#about"}, ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/natural-smoothies-drink-glass-bottles-black-wall-vegan-clean-eating-food-concept-top-view_169016-5770.jpg", - imageAlt: "Green Apple Juice", - }, + imageSrc: "http://img.b2bpic.net/free-photo/natural-smoothies-drink-glass-bottles-black-wall-vegan-clean-eating-food-concept-top-view_169016-5770.jpg", imageAlt: "Green Apple Juice"}, { - imageSrc: "http://img.b2bpic.net/free-photo/natural-smoothies-table_23-2148527351.jpg", - imageAlt: "Strawberry Beet Juice", - }, + imageSrc: "http://img.b2bpic.net/free-photo/natural-smoothies-table_23-2148527351.jpg", imageAlt: "Strawberry Beet Juice"}, { - imageSrc: "http://img.b2bpic.net/free-photo/natural-smoothies-drink-glass-bottles-black-wall-vegan-clean-eating-food-concept-top-view_169016-1727.jpg", - imageAlt: "Citrus Ginger Juice", - }, + imageSrc: "http://img.b2bpic.net/free-photo/natural-smoothies-drink-glass-bottles-black-wall-vegan-clean-eating-food-concept-top-view_169016-1727.jpg", imageAlt: "Citrus Ginger Juice"}, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-refreshing-broccoli-smoothie_23-2148226118.jpg", - imageAlt: "Kale Smoothie", - }, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-refreshing-broccoli-smoothie_23-2148226118.jpg", imageAlt: "Kale Smoothie"}, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-with-water_23-2149199547.jpg", - imageAlt: "Pomegranate Juice", - }, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-with-water_23-2149199547.jpg", imageAlt: "Pomegranate Juice"}, { - imageSrc: "http://img.b2bpic.net/free-photo/fruit-splash-illustration-with-juice_23-2151900038.jpg", - imageAlt: "Tropical Blend", - }, + imageSrc: "http://img.b2bpic.net/free-photo/fruit-splash-illustration-with-juice_23-2151900038.jpg", imageAlt: "Tropical Blend"}, ]} /> @@ -106,14 +78,10 @@ export default function LandingPage() { useInvertedBackground={false} title="Crafted from Nature" description={[ - "Our juices are crafted with passion using only the freshest, locally sourced organic fruits and vegetables.", - "We believe in the power of nature to restore, refresh, and energize your body without any compromises.", - ]} + "Our juices are crafted with passion using only the freshest, locally sourced organic fruits and vegetables.", "We believe in the power of nature to restore, refresh, and energize your body without any compromises."]} buttons={[ { - text: "Learn More", - href: "#", - }, + text: "Learn More", href: "#"}, ]} /> @@ -126,47 +94,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "Green Vitality", - price: "$8", - variant: "12oz", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-cucumber-juice-jar-dark-wood-background_1150-45052.jpg", - }, + id: "1", name: "Green Vitality", price: "$8", variant: "12oz", imageSrc: "http://img.b2bpic.net/free-photo/fresh-cucumber-juice-jar-dark-wood-background_1150-45052.jpg"}, { - id: "2", - name: "Red Beet Power", - price: "$9", - variant: "12oz", - imageSrc: "http://img.b2bpic.net/free-photo/sauce-bottle_1339-1526.jpg", - }, + id: "2", name: "Red Beet Power", price: "$9", variant: "12oz", imageSrc: "http://img.b2bpic.net/free-photo/sauce-bottle_1339-1526.jpg"}, { - id: "3", - name: "Golden Citrus", - price: "$8", - variant: "12oz", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-fresh-organic-carrot-juice_23-2148306958.jpg", - }, + id: "3", name: "Golden Citrus", price: "$8", variant: "12oz", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fresh-organic-carrot-juice_23-2148306958.jpg"}, { - id: "4", - name: "Berry Glow", - price: "$10", - variant: "12oz", - imageSrc: "http://img.b2bpic.net/free-photo/healthy-red-drink-glass-bottle-arrangement_23-2148890279.jpg", - }, + id: "4", name: "Berry Glow", price: "$10", variant: "12oz", imageSrc: "http://img.b2bpic.net/free-photo/healthy-red-drink-glass-bottle-arrangement_23-2148890279.jpg"}, { - id: "5", - name: "Mango Morning", - price: "$9", - variant: "12oz", - imageSrc: "http://img.b2bpic.net/free-photo/detox-water-with-watermelon-mint_501050-136.jpg", - }, + id: "5", name: "Mango Morning", price: "$9", variant: "12oz", imageSrc: "http://img.b2bpic.net/free-photo/detox-water-with-watermelon-mint_501050-136.jpg"}, { - id: "6", - name: "Detox Green", - price: "$10", - variant: "12oz", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-healthy-smoothie-with-kiwi_23-2148226063.jpg", - }, + id: "6", name: "Detox Green", price: "$10", variant: "12oz", imageSrc: "http://img.b2bpic.net/free-photo/top-view-healthy-smoothie-with-kiwi_23-2148226063.jpg"}, ]} title="Fresh Selection" description="Explore our variety of cold-pressed juices tailored to your needs." @@ -175,44 +113,20 @@ export default function LandingPage() {