diff --git a/src/app/page.tsx b/src/app/page.tsx index d689fc7..2233f7e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="largeSmallSizeMediumTitles" - background="floatingGradient" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="shadow" secondaryButtonStyle="layered" @@ -45,7 +45,7 @@ export default function LandingPage() { tag="Premium Quality" tagIcon={Shield} tagAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "sparkles-gradient" }} buttons={[ { text: "Shop Now", href: "#products" }, { text: "Learn More", href: "#about" }, @@ -53,15 +53,20 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/openair-market-with-traders-selling-spices-herbs-aromatic-colorful_73899-54609.jpg", imageAlt: "Bengali groceries collection"}, + imageSrc: "http://img.b2bpic.net/free-photo/openair-market-with-traders-selling-spices-herbs-aromatic-colorful_73899-54609.jpg", imageAlt: "Bengali groceries collection" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-rice-inside-brown-plate-grey-surface_140725-90605.jpg?_wi=1", imageAlt: "Premium basmati rice"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-rice-inside-brown-plate-grey-surface_140725-90605.jpg", imageAlt: "Premium basmati rice" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/colorful-bowls-various-uncooked-beans-lentils-corns-marble-table-surface_114579-73141.jpg?_wi=1", imageAlt: "Traditional lentils and dal"}, + imageSrc: "http://img.b2bpic.net/free-photo/colorful-bowls-various-uncooked-beans-lentils-corns-marble-table-surface_114579-73141.jpg", imageAlt: "Traditional lentils and dal" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/spices-spoons_1149-238.jpg?_wi=1", imageAlt: "Authentic Indian spices"}, + imageSrc: "http://img.b2bpic.net/free-photo/spices-spoons_1149-238.jpg", imageAlt: "Authentic Indian spices" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/dried-squid-market_1339-6649.jpg?_wi=1", imageAlt: "Dried fish and seafood"}, + imageSrc: "http://img.b2bpic.net/free-photo/dried-squid-market_1339-6649.jpg", imageAlt: "Dried fish and seafood" + }, ]} ariaLabel="Al Aqsa Bengali Grocery Hero Section" className="hero-section" @@ -87,13 +92,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Premium Basmati Rice", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-rice-inside-brown-plate-grey-surface_140725-90605.jpg?_wi=2", imageAlt: "Premium Basmati Rice"}, + id: "1", name: "Premium Basmati Rice", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-rice-inside-brown-plate-grey-surface_140725-90605.jpg", imageAlt: "Premium Basmati Rice" + }, { - id: "2", name: "Organic Red Lentils", price: "$8.49", imageSrc: "http://img.b2bpic.net/free-photo/colorful-bowls-various-uncooked-beans-lentils-corns-marble-table-surface_114579-73141.jpg?_wi=2", imageAlt: "Organic Red Lentils"}, + id: "2", name: "Organic Red Lentils", price: "$8.49", imageSrc: "http://img.b2bpic.net/free-photo/colorful-bowls-various-uncooked-beans-lentils-corns-marble-table-surface_114579-73141.jpg", imageAlt: "Organic Red Lentils" + }, { - id: "3", name: "Authentic Spice Blend", price: "$6.99", imageSrc: "http://img.b2bpic.net/free-photo/spices-spoons_1149-238.jpg?_wi=2", imageAlt: "Authentic Spice Blend"}, + id: "3", name: "Authentic Spice Blend", price: "$6.99", imageSrc: "http://img.b2bpic.net/free-photo/spices-spoons_1149-238.jpg", imageAlt: "Authentic Spice Blend" + }, { - id: "4", name: "Dried Fish Selection", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/dried-squid-market_1339-6649.jpg?_wi=2", imageAlt: "Dried Fish Selection"}, + id: "4", name: "Dried Fish Selection", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/dried-squid-market_1339-6649.jpg", imageAlt: "Dried Fish Selection" + }, ]} carouselMode="buttons" ariaLabel="Featured Products Section" @@ -113,7 +122,7 @@ export default function LandingPage() { description="Al Aqsa Bengali Grocery Shop" subdescription="Trusted by thousands of families across the region" icon={Heart} - imageSrc="http://img.b2bpic.net/free-photo/side-view-women-shopping-groceries_23-2149461750.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/side-view-women-shopping-groceries_23-2149461750.jpg" imageAlt="Al Aqsa Store" mediaAnimation="slide-up" useInvertedBackground={false} @@ -138,11 +147,14 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Premium Quality", description: "Hand-selected items sourced from trusted suppliers ensuring authenticity and freshness in every product.", imageSrc: "http://img.b2bpic.net/free-vector/extended-warranty-service-stamp-with-tick-mark-design_1017-56566.jpg", imageAlt: "Quality guarantee"}, + title: "Premium Quality", description: "Hand-selected items sourced from trusted suppliers ensuring authenticity and freshness in every product.", imageSrc: "http://img.b2bpic.net/free-vector/extended-warranty-service-stamp-with-tick-mark-design_1017-56566.jpg", imageAlt: "Quality guarantee" + }, { - title: "Fast Delivery", description: "Quick and reliable shipping to your doorstep. Orders processed same-day for your convenience.", imageSrc: "http://img.b2bpic.net/free-vector/delivery-trucks-banners_1284-15025.jpg", imageAlt: "Fast delivery service"}, + title: "Fast Delivery", description: "Quick and reliable shipping to your doorstep. Orders processed same-day for your convenience.", imageSrc: "http://img.b2bpic.net/free-vector/delivery-trucks-banners_1284-15025.jpg", imageAlt: "Fast delivery service" + }, { - title: "Authentic Taste", description: "Traditional recipes and genuine bengali flavors. Experience the true taste of home-cooked meals.", imageSrc: "http://img.b2bpic.net/free-vector/original-quality-rubber-stamp-label-set_1017-31466.jpg", imageAlt: "Authentic bengali food"}, + title: "Authentic Taste", description: "Traditional recipes and genuine bengali flavors. Experience the true taste of home-cooked meals.", imageSrc: "http://img.b2bpic.net/free-vector/original-quality-rubber-stamp-label-set_1017-31466.jpg", imageAlt: "Authentic bengali food" + }, ]} carouselMode="buttons" ariaLabel="Why Choose Al Aqsa Section" @@ -164,13 +176,17 @@ export default function LandingPage() { carouselMode="buttons" testimonials={[ { - id: "1", name: "Riya Bhattacharya", role: "Home Chef", testimonial: "Al Aqsa's products are absolutely authentic! The quality and freshness are unmatched. I've been ordering for over a year now.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Riya Bhattacharya"}, + id: "1", name: "Riya Bhattacharya", role: "Home Chef", testimonial: "Al Aqsa's products are absolutely authentic! The quality and freshness are unmatched. I've been ordering for over a year now.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Riya Bhattacharya" + }, { - id: "2", name: "Amit Dey", role: "Restaurant Owner", testimonial: "Reliable supplier for our restaurant. Consistent quality and great customer service. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=1", imageAlt: "Amit Dey"}, + id: "2", name: "Amit Dey", role: "Restaurant Owner", testimonial: "Reliable supplier for our restaurant. Consistent quality and great customer service. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Amit Dey" + }, { - id: "3", name: "Priya Mukherjee", role: "Food Blogger", testimonial: "Love their selection! Every item I ordered brought back memories of home. Truly authentic bengali groceries.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Priya Mukherjee"}, + id: "3", name: "Priya Mukherjee", role: "Food Blogger", testimonial: "Love their selection! Every item I ordered brought back memories of home. Truly authentic bengali groceries.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Priya Mukherjee" + }, { - id: "4", name: "Rahul Banerjee", role: "Customer", testimonial: "Fast delivery, excellent packaging, and authentic products. Al Aqsa is my go-to for all bengali groceries.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=2", imageAlt: "Rahul Banerjee"}, + id: "4", name: "Rahul Banerjee", role: "Customer", testimonial: "Fast delivery, excellent packaging, and authentic products. Al Aqsa is my go-to for all bengali groceries.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Rahul Banerjee" + }, ]} ariaLabel="Customer Testimonials Section" className="testimonials-section" @@ -191,13 +207,17 @@ export default function LandingPage() { showCard={true} faqs={[ { - id: "1", title: "How long does delivery take?", content: "Standard delivery takes 3-5 business days. Express delivery options available for rush orders."}, + id: "1", title: "How long does delivery take?", content: "Standard delivery takes 3-5 business days. Express delivery options available for rush orders." + }, { - id: "2", title: "Are your products fresh?", content: "Yes! All our products are hand-selected and fresh. We work with trusted suppliers and maintain strict quality control."}, + id: "2", title: "Are your products fresh?", content: "Yes! All our products are hand-selected and fresh. We work with trusted suppliers and maintain strict quality control." + }, { - id: "3", title: "Do you offer bulk orders?", content: "Absolutely! We offer special discounts for bulk and wholesale orders. Contact our sales team for details."}, + id: "3", title: "Do you offer bulk orders?", content: "Absolutely! We offer special discounts for bulk and wholesale orders. Contact our sales team for details." + }, { - id: "4", title: "What is your return policy?", content: "We offer a 7-day return policy for unopened products in original packaging. Contact us for assistance."}, + id: "4", title: "What is your return policy?", content: "We offer a 7-day return policy for unopened products in original packaging. Contact us for assistance." + }, ]} ariaLabel="Contact and FAQ Section" className="contact-section" @@ -207,7 +227,7 @@ export default function LandingPage() {