From a95799c48d045a663a76ffeb1e0ece5f320e2b6a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 18:25:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 185 ++++++++++------------------------------------- 1 file changed, 40 insertions(+), 145 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9c0d37f..f8be570 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -101,33 +101,17 @@ export default function HomePage() { mediaAnimation="slide-up" testimonials={[ { - name: "Rahul Singh", - handle: "Mumbai Customer", - testimonial: "Best quality and amazing service! Love the loyalty rewards program.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/male-dj-grey-suit-with-headphones-neck_114579-15958.jpg", - }, + name: "Rahul Singh", handle: "Mumbai Customer", testimonial: "Best quality and amazing service! Love the loyalty rewards program.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/male-dj-grey-suit-with-headphones-neck_114579-15958.jpg"}, { - name: "Amit Patel", - handle: "Delhi Customer", - testimonial: "Quick delivery and perfect fit. Highly recommended!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-hipster-model-sexy-unshaven-man-dressed-sweater-jeans-clothes-fashion-male-posing-near-blue-wall-studiolooking-camera_158538-26860.jpg", - }, + name: "Amit Patel", handle: "Delhi Customer", testimonial: "Quick delivery and perfect fit. Highly recommended!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-hipster-model-sexy-unshaven-man-dressed-sweater-jeans-clothes-fashion-male-posing-near-blue-wall-studiolooking-camera_158538-26860.jpg"}, { - name: "Vikram Kumar", - handle: "Bangalore Customer", - testimonial: "Stylish collections and great customer support via WhatsApp.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-joyful-female-photographer-having-fun_1262-18854.jpg", - }, + name: "Vikram Kumar", handle: "Bangalore Customer", testimonial: "Stylish collections and great customer support via WhatsApp.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/happy-joyful-female-photographer-having-fun_1262-18854.jpg"}, { - name: "Sanjay Gupta", - handle: "Pune Customer", - testimonial: "The loyalty card system is a game-changer. Worth every purchase!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-businessman-laughing-looking-camera-office-portrait_1163-4926.jpg", - }, + name: "Sanjay Gupta", handle: "Pune Customer", testimonial: "The loyalty card system is a game-changer. Worth every purchase!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-businessman-laughing-looking-camera-office-portrait_1163-4926.jpg"}, ]} buttons={[ { text: "Shop Now", href: "/shop" }, @@ -149,45 +133,17 @@ export default function HomePage() { useInvertedBackground={false} products={[ { - id: "1", - brand: "StylePro", - name: "Classic White Shirt", - price: "₹1,299", - rating: 5, - reviewCount: "2.4k", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelmodern-man-dressed-white-shirt-fashion-male-posing-street-background-sunglasses-outdoors-sunset_158538-20630.jpg?_wi=1", - imageAlt: "Classic white premium shirt", - }, + id: "1", brand: "StylePro", name: "Classic White Shirt", price: "₹1,299", rating: 5, + reviewCount: "2.4k", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelmodern-man-dressed-white-shirt-fashion-male-posing-street-background-sunglasses-outdoors-sunset_158538-20630.jpg", imageAlt: "Classic white premium shirt"}, { - id: "2", - brand: "StylePro", - name: "Premium Blue Denim", - price: "₹2,499", - rating: 5, - reviewCount: "3.1k", - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-hipster-male-student-sitting-bench-park_158538-12990.jpg?_wi=1", - imageAlt: "Premium blue denim jeans", - }, + id: "2", brand: "StylePro", name: "Premium Blue Denim", price: "₹2,499", rating: 5, + reviewCount: "3.1k", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-hipster-male-student-sitting-bench-park_158538-12990.jpg", imageAlt: "Premium blue denim jeans"}, { - id: "3", - brand: "StylePro", - name: "Formal Black Pants", - price: "₹1,899", - rating: 5, - reviewCount: "1.8k", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-shirt-jeans-standing-front-glass-door_23-2148164479.jpg?_wi=1", - imageAlt: "Formal black dress pants", - }, + id: "3", brand: "StylePro", name: "Formal Black Pants", price: "₹1,899", rating: 5, + reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-shirt-jeans-standing-front-glass-door_23-2148164479.jpg", imageAlt: "Formal black dress pants"}, { - id: "4", - brand: "StylePro", - name: "Casual Crew Neck Tee", - price: "₹599", - rating: 5, - reviewCount: "4.2k", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-model_158538-17997.jpg?_wi=1", - imageAlt: "Casual crew neck t-shirt", - }, + id: "4", brand: "StylePro", name: "Casual Crew Neck Tee", price: "₹599", rating: 5, + reviewCount: "4.2k", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-model_158538-17997.jpg", imageAlt: "Casual crew neck t-shirt"}, ]} gridVariant="four-items-2x2-equal-grid" animationType="slide-up" @@ -208,29 +164,13 @@ export default function HomePage() { useInvertedBackground={false} features={[ { - id: "1", - title: "Make a Purchase", - description: "Buy online or visit our store. Every transaction adds 1 visit to your loyalty card.", - imageSrc: "http://img.b2bpic.net/free-photo/curious-young-man-opening-shopping-nets_23-2148316599.jpg?_wi=1", - }, + id: "1", title: "Make a Purchase", description: "Buy online or visit our store. Every transaction adds 1 visit to your loyalty card.", imageSrc: "http://img.b2bpic.net/free-photo/curious-young-man-opening-shopping-nets_23-2148316599.jpg"}, { - id: "2", - title: "Track Progress", - description: "Watch your progress from 1/6 to 6/6 visits. Digital card with QR code for in-store scanning.", - imageSrc: "http://img.b2bpic.net/free-vector/admin-app-dashboard-flat-style_23-2147863335.jpg?_wi=1", - }, + id: "2", title: "Track Progress", description: "Watch your progress from 1/6 to 6/6 visits. Digital card with QR code for in-store scanning.", imageSrc: "http://img.b2bpic.net/free-vector/admin-app-dashboard-flat-style_23-2147863335.jpg"}, { - id: "3", - title: "Earn Rewards", - description: "Complete 6 visits and unlock your free item reward. Automatically credited to your account.", - imageSrc: "http://img.b2bpic.net/free-photo/gifts-wooden-table_1252-128.jpg?_wi=1", - }, + id: "3", title: "Earn Rewards", description: "Complete 6 visits and unlock your free item reward. Automatically credited to your account.", imageSrc: "http://img.b2bpic.net/free-photo/gifts-wooden-table_1252-128.jpg"}, { - id: "4", - title: "Claim Your Gift", - description: "Redeem your reward at checkout or in-store. No expiration, unlimited rewards cycles.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-africanamerican-girl-winning-smartphone-game-shouting-joy-making-fist-pump-g_1258-131037.jpg?_wi=1", - }, + id: "4", title: "Claim Your Gift", description: "Redeem your reward at checkout or in-store. No expiration, unlimited rewards cycles.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-africanamerican-girl-winning-smartphone-game-shouting-joy-making-fist-pump-g_1258-131037.jpg"}, ]} buttons={[{ text: "Start Your Loyalty Journey", href: "loyalty" }]} buttonAnimation="slide-up" @@ -248,30 +188,18 @@ export default function HomePage() { useInvertedBackground={false} plans={[ { - id: "1", - badge: "Cash on Delivery", - badgeIcon: Banknote, - price: "₹0", - subtitle: "Pay when you receive your order", - buttons={[{ text: "Select Payment", href: "/shop" }]}, + id: "1", badge: "Cash on Delivery", badgeIcon: Banknote, + price: "₹0", subtitle: "Pay when you receive your order", buttons: [{ text: "Select Payment", href: "/shop" }], features: ["No hidden charges", "Verify before payment", "Same day confirmation"], }, { - id: "2", - badge: "Digital Payment", - badgeIcon: Smartphone, - price: "Instant", - subtitle: "UPI, Credit/Debit Card & Wallet", - buttons={[{ text: "Select Payment", href: "/shop" }]}, + id: "2", badge: "Digital Payment", badgeIcon: Smartphone, + price: "Instant", subtitle: "UPI, Credit/Debit Card & Wallet", buttons: [{ text: "Select Payment", href: "/shop" }], features: ["Fastest checkout", "Secure transactions", "Real-time confirmation"], }, { - id: "3", - badge: "Premium Option", - badgeIcon: Sparkles, - price: "Flexible", - subtitle: "All payment methods combined", - buttons={[{ text: "Select Payment", href: "/shop" }]}, + id: "3", badge: "Premium Option", badgeIcon: Sparkles, + price: "Flexible", subtitle: "All payment methods combined", buttons: [{ text: "Select Payment", href: "/shop" }], features: ["Maximum flexibility", "Priority support", "Extra loyalty points"], }, ]} @@ -291,29 +219,14 @@ export default function HomePage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Akshay Sharma", - role: "Tech Professional", - company: "Bangalore", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-successful-happy-smiling-young-woman-beige-jacket-glasses-standing-lobby-office-reception-greeting-business-client-with-pleasant-grin-inviting-company_197531-30568.jpg?_wi=1", - }, + id: "1", name: "Akshay Sharma", role: "Tech Professional", company: "Bangalore", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-successful-happy-smiling-young-woman-beige-jacket-glasses-standing-lobby-office-reception-greeting-business-client-with-pleasant-grin-inviting-company_197531-30568.jpg"}, { - id: "2", - name: "Priya Kapoor", - role: "Fashion Enthusiast", - company: "Mumbai", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-caucasian-blonde-female-white-shirt-posing-brown-background_181624-29671.jpg?_wi=1", - }, + id: "2", name: "Priya Kapoor", role: "Fashion Enthusiast", company: "Mumbai", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/attractive-caucasian-blonde-female-white-shirt-posing-brown-background_181624-29671.jpg"}, { - id: "3", - name: "Rohan Verma", - role: "Business Owner", - company: "Delhi", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-caucasian-man-with-beard-with-arms-crossed-gesture-relaxed-with-serious-expression-face-simple-natural-looking-camera_839833-13410.jpg?_wi=1", - }, + id: "3", name: "Rohan Verma", role: "Business Owner", company: "Delhi", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/handsome-caucasian-man-with-beard-with-arms-crossed-gesture-relaxed-with-serious-expression-face-simple-natural-looking-camera_839833-13410.jpg"}, ]} kpiItems={[ { value: "50K+", label: "Happy Customers" }, @@ -336,37 +249,19 @@ export default function HomePage() { useInvertedBackground={false} faqs={[ { - id: "1", - title: "How does the loyalty card system work?", - content: "Every purchase (online or in-store) counts as 1 visit. After 5 purchases, your 6th purchase is FREE. Your progress is automatically tracked across all channels. Scan your QR code in-store or log into your account online to see your current status.", - }, + id: "1", title: "How does the loyalty card system work?", content: "Every purchase (online or in-store) counts as 1 visit. After 5 purchases, your 6th purchase is FREE. Your progress is automatically tracked across all channels. Scan your QR code in-store or log into your account online to see your current status."}, { - id: "2", - title: "Can I use my loyalty card in both online and offline purchases?", - content: "Yes! Your loyalty card works everywhere. Online orders automatically update your progress. For in-store purchases, simply provide your phone number or have the shopkeeper scan your QR code. The system instantly updates your loyalty status.", - }, + id: "2", title: "Can I use my loyalty card in both online and offline purchases?", content: "Yes! Your loyalty card works everywhere. Online orders automatically update your progress. For in-store purchases, simply provide your phone number or have the shopkeeper scan your QR code. The system instantly updates your loyalty status."}, { - id: "3", - title: "How do I track my online order?", - content: "After placing an order, you'll receive a tracking ID. Visit our Track Order page, enter your tracking ID, and see real-time updates: Order Placed → Packed → Shipped → Out for Delivery → Delivered. We integrate with major courier services for automatic updates.", - }, + id: "3", title: "How do I track my online order?", content: "After placing an order, you'll receive a tracking ID. Visit our Track Order page, enter your tracking ID, and see real-time updates: Order Placed → Packed → Shipped → Out for Delivery → Delivered. We integrate with major courier services for automatic updates."}, { - id: "4", - title: "What payment options are available?", - content: "We accept Cash on Delivery (COD), UPI, Debit/Credit Cards, and digital wallets. Choose your preferred method at checkout. For small towns with limited connectivity, we support offline payment confirmations via WhatsApp.", - }, + id: "4", title: "What payment options are available?", content: "We accept Cash on Delivery (COD), UPI, Debit/Credit Cards, and digital wallets. Choose your preferred method at checkout. For small towns with limited connectivity, we support offline payment confirmations via WhatsApp."}, { - id: "5", - title: "How can I contact customer support?", - content: "You can reach us via WhatsApp anytime. Click the WhatsApp button on any page to ask product questions, place manual orders, or get support. Our team responds within 1 hour during business hours.", - }, + id: "5", title: "How can I contact customer support?", content: "You can reach us via WhatsApp anytime. Click the WhatsApp button on any page to ask product questions, place manual orders, or get support. Our team responds within 1 hour during business hours."}, { - id: "6", - title: "Are there any terms for the loyalty rewards?", - content: "No expiration dates! Your loyalty progress never expires. Rewards can be redeemed anytime. You can continue earning unlimited reward cycles. Redeem in-store or online without any hassle.", - }, + id: "6", title: "Are there any terms for the loyalty rewards?", content: "No expiration dates! Your loyalty progress never expires. Rewards can be redeemed anytime. You can continue earning unlimited reward cycles. Redeem in-store or online without any hassle."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/work-environment-call-center-office_23-2149256142.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/work-environment-call-center-office_23-2149256142.jpg" imageAlt="Customer support team help service" mediaAnimation="slide-up" mediaPosition="left" @@ -384,7 +279,7 @@ export default function HomePage() { tagAnimation="slide-up" background={{ variant: "fluid" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-vector/contact-us-landing-page-business_23-2148281751.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-vector/contact-us-landing-page-business_23-2148281751.jpg" imageAlt="Newsletter signup banner" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1