From 4cefb6976fd51dee0c8ec1e21ba3614a0936c033 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 11:03:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 100 +++++++++++++++++++++++++++++++---------------- 1 file changed, 67 insertions(+), 33 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 28d5611..9cc1acc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="smallMedium" sizing="mediumLarge" - background="fluid" + background="circleGradient" cardStyle="outline" primaryButtonStyle="flat" secondaryButtonStyle="radial-glow" @@ -39,7 +39,8 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "Order Now", href: "contact"}} + text: "Order Now", href: "contact" + }} /> @@ -51,18 +52,23 @@ export default function LandingPage() { tag="Legacy Brand" tagIcon={Award} tagAnimation="slide-up" - background={{ variant: "fluid" }} + background={{ variant: "sparkles-gradient" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-vector/gradient-greeting-cards-collection-ugadi-lunar-year-celebration_52683-159778.jpg", imageAlt: "Traditional Indian sweets display"}, + imageSrc: "http://img.b2bpic.net/free-vector/gradient-greeting-cards-collection-ugadi-lunar-year-celebration_52683-159778.jpg", imageAlt: "Traditional Indian sweets display" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/tasty-indian-dessert-arrangement-high-angle_23-2149312377.jpg", imageAlt: "Rasgulla and Indian sweets"}, + imageSrc: "http://img.b2bpic.net/free-photo/tasty-indian-dessert-arrangement-high-angle_23-2149312377.jpg", imageAlt: "Rasgulla and Indian sweets" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/hotel-fruits-table-eating-lifestyle_1122-1794.jpg", imageAlt: "Chole Bhature preparation"}, + imageSrc: "http://img.b2bpic.net/free-photo/hotel-fruits-table-eating-lifestyle_1122-1794.jpg", imageAlt: "Chole Bhature preparation" + }, { - imageSrc: "http://img.b2bpic.net/free-vector/flat-vertical-flyer-template-lohri-festival-celebration_23-2149965015.jpg", imageAlt: "Dhokla and festive sweets"}, + imageSrc: "http://img.b2bpic.net/free-vector/flat-vertical-flyer-template-lohri-festival-celebration_23-2149965015.jpg", imageAlt: "Dhokla and festive sweets" + }, { - imageSrc: "http://img.b2bpic.net/free-vector/great-flat-badges-boho-style_23-2147606673.jpg", imageAlt: "Assorted Indian mithai sweets"}, + imageSrc: "http://img.b2bpic.net/free-vector/great-flat-badges-boho-style_23-2147606673.jpg", imageAlt: "Assorted Indian mithai sweets" + }, ]} buttons={[ { text: "Order Now", href: "contact" }, @@ -140,13 +146,17 @@ export default function LandingPage() { tagAnimation="slide-up" metrics={[ { - id: "1", value: "50+", description: "Years of serving authentic Indian sweets with unwavering commitment to quality and tradition."}, + id: "1", value: "50+", description: "Years of serving authentic Indian sweets with unwavering commitment to quality and tradition." + }, { - id: "2", value: "10,000+", description: "Satisfied customers who trust us for celebrations, festivals, and daily cravings."}, + id: "2", value: "10,000+", description: "Satisfied customers who trust us for celebrations, festivals, and daily cravings." + }, { - id: "3", value: "98%", description: "Customer satisfaction rate reflecting our dedication to excellence and service."}, + id: "3", value: "98%", description: "Customer satisfaction rate reflecting our dedication to excellence and service." + }, { - id: "4", value: "100%", description: "Authentic recipes and finest ingredients in every sweet we prepare."}, + id: "4", value: "100%", description: "Authentic recipes and finest ingredients in every sweet we prepare." + }, ]} metricsAnimation="blur-reveal" useInvertedBackground={false} @@ -159,23 +169,30 @@ export default function LandingPage() { @@ -190,8 +207,12 @@ export default function LandingPage() { tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={true} + names={[ + "Hotel Delhi Palace", "Catering Excellence", "Corporate Gifts", "Event Planners", "Festive Partners", "Luxury Events", "Premium Catering", "Gift Solutions" + ]} logos={[ - "http://img.b2bpic.net/free-vector/flat-raksha-bandhan-badges_23-2148575817.jpg", "http://img.b2bpic.net/free-vector/realistic-food-label-collection_23-2149090076.jpg", "http://img.b2bpic.net/free-vector/independence-day-india-badge-collection-with-flat-design_23-2147836704.jpg", "http://img.b2bpic.net/free-vector/elegant-background-thanksgiving-day_1057-2376.jpg", "http://img.b2bpic.net/free-vector/retro-design-logo-pack_23-2148458749.jpg", "http://img.b2bpic.net/free-vector/st-patrick-s-day-label-collection_23-2148065532.jpg", "http://img.b2bpic.net/free-vector/indian-independence-day-background-with-mandala_23-2147656849.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-food-label-collection_23-2149456640.jpg"]} + "http://img.b2bpic.net/free-vector/flat-raksha-bandhan-badges_23-2148575817.jpg", "http://img.b2bpic.net/free-vector/realistic-food-label-collection_23-2149090076.jpg", "http://img.b2bpic.net/free-vector/independence-day-india-badge-collection-with-flat-design_23-2147836704.jpg", "http://img.b2bpic.net/free-vector/elegant-background-thanksgiving-day_1057-2376.jpg", "http://img.b2bpic.net/free-vector/retro-design-logo-pack_23-2148458749.jpg", "http://img.b2bpic.net/free-vector/st-patrick-s-day-label-collection_23-2148065532.jpg", "http://img.b2bpic.net/free-vector/indian-independence-day-background-with-mandala_23-2147656849.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-food-label-collection_23-2149456640.jpg" + ]} speed={40} showCard={true} ariaLabel="Partners and collaborators section" @@ -210,17 +231,23 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "1", title: "What makes your sweets authentic?", content: "Our recipes have been perfected over 50 years using traditional techniques passed down through generations. We use only the finest ingredients sourced carefully to ensure premium quality and authentic taste in every sweet."}, + id: "1", title: "What makes your sweets authentic?", content: "Our recipes have been perfected over 50 years using traditional techniques passed down through generations. We use only the finest ingredients sourced carefully to ensure premium quality and authentic taste in every sweet." + }, { - id: "2", title: "Do you offer bulk orders for corporate gifting?", content: "Yes, we specialize in corporate gifting and bulk orders. Whether it's for festive celebrations, employee gifts, or corporate events, we can customize your orders and ensure timely delivery. Please contact us for bulk quotations."}, + id: "2", title: "Do you offer bulk orders for corporate gifting?", content: "Yes, we specialize in corporate gifting and bulk orders. Whether it's for festive celebrations, employee gifts, or corporate events, we can customize your orders and ensure timely delivery. Please contact us for bulk quotations." + }, { - id: "3", title: "How fresh are your sweets?", content: "All our sweets are made fresh daily in our kitchen. We recommend ordering in advance for special events to ensure the freshest products. Our sweets can be stored in cool, dry places and stay fresh for several days."}, + id: "3", title: "How fresh are your sweets?", content: "All our sweets are made fresh daily in our kitchen. We recommend ordering in advance for special events to ensure the freshest products. Our sweets can be stored in cool, dry places and stay fresh for several days." + }, { - id: "4", title: "What is your delivery radius?", content: "We serve Patel Nagar and surrounding areas in Delhi. For delivery inquiries beyond our regular radius, please contact us directly at our shop or through our contact form for custom arrangements."}, + id: "4", title: "What is your delivery radius?", content: "We serve Patel Nagar and surrounding areas in Delhi. For delivery inquiries beyond our regular radius, please contact us directly at our shop or through our contact form for custom arrangements." + }, { - id: "5", title: "Do you have customization options?", content: "Absolutely! We can customize sweet selections for weddings, festivals, and special occasions. We also offer custom packaging and personalized messages for gifts. Contact us to discuss your specific requirements."}, + id: "5", title: "Do you have customization options?", content: "Absolutely! We can customize sweet selections for weddings, festivals, and special occasions. We also offer custom packaging and personalized messages for gifts. Contact us to discuss your specific requirements." + }, { - id: "6", title: "What are your operating hours?", content: "We're open daily from 9:00 AM to 9:00 PM. During major festivals and holidays, we may have extended hours. We recommend visiting during off-peak hours for personalized service and to see our full selection."}, + id: "6", title: "What are your operating hours?", content: "We're open daily from 9:00 AM to 9:00 PM. During major festivals and holidays, we may have extended hours. We recommend visiting during off-peak hours for personalized service and to see our full selection." + }, ]} faqsAnimation="blur-reveal" animationType="smooth" @@ -234,20 +261,25 @@ export default function LandingPage() { ctaTitle="Visit Our Shop" ctaDescription="Experience the authentic taste of heritage. Visit us at our Patel Nagar location or get in touch to place your order." ctaButton={{ - text: "Get Directions", href: "https://maps.google.com/?q=Diwan+Sweet+House+Patel+Nagar+Delhi"}} + text: "Get Directions", href: "https://maps.google.com/?q=Diwan+Sweet+House+Patel+Nagar+Delhi" + }} ctaIcon={MapPin} useInvertedBackground={false} animationType="slide-up" accordionAnimationType="smooth" faqs={[ { - id: "1", title: "What's your phone number?", content: "Please contact us at: +91-XX-XXXX-XXXX (To be provided by client). Our team is available during business hours to assist with orders and inquiries."}, + id: "1", title: "What's your phone number?", content: "Please contact us at: +91-XX-XXXX-XXXX (To be provided by client). Our team is available during business hours to assist with orders and inquiries." + }, { - id: "2", title: "Where is your shop located?", content: "Diwan Sweet House
Patel Nagar
New Delhi, India

We're centrally located in Patel Nagar, easily accessible by metro and local transport."}, + id: "2", title: "Where is your shop located?", content: "Diwan Sweet House
Patel Nagar
New Delhi, India

We're centrally located in Patel Nagar, easily accessible by metro and local transport." + }, { - id: "3", title: "Do you accept online orders?", content: "Yes, you can place orders through our contact form or call us directly. We ensure timely delivery and maintain the freshness of our sweets throughout the process."}, + id: "3", title: "Do you accept online orders?", content: "Yes, you can place orders through our contact form or call us directly. We ensure timely delivery and maintain the freshness of our sweets throughout the process." + }, { - id: "4", title: "What payment methods do you accept?", content: "We accept cash payments at our shop. For online orders and bulk purchases, please contact us to discuss payment arrangements suitable for your needs."}, + id: "4", title: "What payment methods do you accept?", content: "We accept cash payments at our shop. For online orders and bulk purchases, please contact us to discuss payment arrangements suitable for your needs." + }, ]} showCard={true} ariaLabel="Contact section" @@ -259,12 +291,14 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1