diff --git a/src/app/page.tsx b/src/app/page.tsx index f968df5..395babe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,23 +50,31 @@ export default function LandingPage() { background={{ variant: "noiseDiagonalGradient" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-pear-juice-bottle_23-2148770717.jpg", imageAlt: "Fresh orange juice in elegant glass"}, + imageSrc: "http://img.b2bpic.net/free-photo/delicious-pear-juice-bottle_23-2148770717.jpg", imageAlt: "Fresh orange juice in elegant glass" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/jar-with-fresh-fruits-smoothie_23-2148569936.jpg", imageAlt: "Strawberry juice premium bottle"}, + imageSrc: "http://img.b2bpic.net/free-photo/jar-with-fresh-fruits-smoothie_23-2148569936.jpg", imageAlt: "Strawberry juice premium bottle" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-bottle-green-juice-with-pomegranates-grapes-tangerines-pear-basket-white-wall_141793-79507.jpg", imageAlt: "Apple juice organic bottle"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-bottle-green-juice-with-pomegranates-grapes-tangerines-pear-basket-white-wall_141793-79507.jpg", imageAlt: "Apple juice organic bottle" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/glass-lemonade-with-ears-wheat-marble-table_114579-54962.jpg", imageAlt: "Tropical juice mango variety"}, + imageSrc: "http://img.b2bpic.net/free-photo/glass-lemonade-with-ears-wheat-marble-table_114579-54962.jpg", imageAlt: "Tropical juice mango variety" + }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/summer-close-up-image-woman-holding-fresh-organic-tasty-mango-smoothie_291049-1884.jpg", imageAlt: "Pomegranate juice luxurious bottle"}, + imageSrc: "http://img.b2bpic.net/free-photo/summer-close-up-image-woman-holding-fresh-organic-tasty-mango-smoothie_291049-1884.jpg", imageAlt: "Pomegranate juice luxurious bottle" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetable-juices_23-2147609673.jpg", imageAlt: "Blueberry juice antioxidant drink"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetable-juices_23-2147609673.jpg", imageAlt: "Blueberry juice antioxidant drink" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/sliced-citruses-near-juice_23-2147758286.jpg", imageAlt: "Citrus juice variety collection"}, + imageSrc: "http://img.b2bpic.net/free-photo/sliced-citruses-near-juice_23-2147758286.jpg", imageAlt: "Citrus juice variety collection" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/fresh-fruit-smoothies-wooden-background_23-2148227525.jpg", imageAlt: "Wellness juice healthy beverage"}, + imageSrc: "http://img.b2bpic.net/free-photo/fresh-fruit-smoothies-wooden-background_23-2148227525.jpg", imageAlt: "Wellness juice healthy beverage" + }, ]} carouselPosition="right" buttons={[ @@ -97,10 +105,12 @@ export default function LandingPage() { features={[ { id: "1", title: "100% Natural Ingredients", tags: ["Organic", "No Additives"], - imageSrc: "http://img.b2bpic.net/free-photo/red-fresh-cherries-wooden-box-with-glass-fruit-juice-fresh-fruits_114579-34065.jpg", imageAlt: "Natural organic juice ingredients"}, + imageSrc: "http://img.b2bpic.net/free-photo/red-fresh-cherries-wooden-box-with-glass-fruit-juice-fresh-fruits_114579-34065.jpg", imageAlt: "Natural organic juice ingredients" + }, { id: "2", title: "Exquisite Flavor Profile", tags: ["Premium Taste", "Crafted"], - imageSrc: "http://img.b2bpic.net/free-photo/citrus-fruits-with-leaves-with-detox-water_176474-82794.jpg", imageAlt: "Premium juice tasting experience"}, + imageSrc: "http://img.b2bpic.net/free-photo/citrus-fruits-with-leaves-with-detox-water_176474-82794.jpg", imageAlt: "Premium juice tasting experience" + }, ]} animationType="slide-up" title="Why Choose Daje" @@ -138,8 +148,9 @@ export default function LandingPage() { title="Trusted by Wellness Enthusiasts" description="Join thousands of customers who've made Daje their daily ritual for better health" tag="Community" - names=[ - "Wellness Centers", "Health Restaurants", "Organic Markets", "Fitness Studios", "Juice Bars", "Yoga Communities", "Nutrition Experts"] + names={[ + "Wellness Centers", "Health Restaurants", "Organic Markets", "Fitness Studios", "Juice Bars", "Yoga Communities", "Nutrition Experts" + ]} textboxLayout="default" useInvertedBackground={false} showCard={true} @@ -151,13 +162,17 @@ export default function LandingPage() {