From 80c68ef326f9fa0eec87dc1ffdb05307acfd1358 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 10:03:46 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 67 +++++++++--------------------------------- 1 file changed, 14 insertions(+), 53 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 76d5c8f..17e7b6f 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -33,9 +33,7 @@ export default function AboutPage() { brandName="Nexora" navItems={navItems} button={{ - text: "Shop Now", - href: "/shop", - }} + text: "Shop Now", href: "/shop"}} /> @@ -50,7 +48,8 @@ export default function AboutPage() { ]} useInvertedBackground={false} mediaAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/female-couch-holding-her-phone-mug-sitting-front-table-with-gadgets_181624-56360.jpg?_wi=3" + metricsAnimation="slide-up" + imageSrc="http://img.b2bpic.net/free-photo/female-couch-holding-her-phone-mug-sitting-front-table-with-gadgets_181624-56360.jpg" imageAlt="Nexora team and products" /> @@ -66,7 +65,8 @@ export default function AboutPage() { ]} useInvertedBackground={true} mediaAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/modern-living-room-interior-with-large-tv-screen-displaying-home-automation-system_9975-33164.jpg?_wi=4" + metricsAnimation="slide-up" + imageSrc="http://img.b2bpic.net/free-photo/modern-living-room-interior-with-large-tv-screen-displaying-home-automation-system_9975-33164.jpg" imageAlt="Quality smart home systems" /> @@ -80,53 +80,17 @@ export default function AboutPage() { animationType="slide-up" testimonials={[ { - id: "1", - name: "Sarah Mitchell", - handle: "@sarahmitchell", - testimonial: "Nexora transformed my home! The products are premium quality and their support team is incredibly responsive. Best investment I've made.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=7", - imageAlt: "Sarah Mitchell", - }, + id: "1", name: "Sarah Mitchell", handle: "@sarahmitchell", testimonial: "Nexora transformed my home! The products are premium quality and their support team is incredibly responsive. Best investment I've made.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Mitchell"}, { - id: "2", - name: "James Chen", - handle: "@jameschen_tech", - testimonial: "Fast shipping, great products, and easy setup. The 30-day guarantee gave me confidence. Highly recommend Nexora to anyone!", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=8", - imageAlt: "James Chen", - }, + id: "2", name: "James Chen", handle: "@jameschen_tech", testimonial: "Fast shipping, great products, and easy setup. The 30-day guarantee gave me confidence. Highly recommend Nexora to anyone!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Chen"}, { - id: "3", - name: "Emma Rodriguez", - handle: "@emmasmarthome", - testimonial: "The compatibility with my existing smart home setup was seamless. Nexora really understands what customers need.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=9", - imageAlt: "Emma Rodriguez", - }, + id: "3", name: "Emma Rodriguez", handle: "@emmasmarthome", testimonial: "The compatibility with my existing smart home setup was seamless. Nexora really understands what customers need.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emma Rodriguez"}, { - id: "4", - name: "Michael Wong", - handle: "@michaeltech", - testimonial: "Outstanding customer service! They helped me integrate everything perfectly. This is premium service at its finest.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=10", - imageAlt: "Michael Wong", - }, + id: "4", name: "Michael Wong", handle: "@michaeltech", testimonial: "Outstanding customer service! They helped me integrate everything perfectly. This is premium service at its finest.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Wong"}, { - id: "5", - name: "Lisa Anderson", - handle: "@lisahome", - testimonial: "Five stars all the way. Quality products, fast delivery, and genuine support. Nexora is my go-to for smart home gadgets.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=11", - imageAlt: "Lisa Anderson", - }, + id: "5", name: "Lisa Anderson", handle: "@lisahome", testimonial: "Five stars all the way. Quality products, fast delivery, and genuine support. Nexora is my go-to for smart home gadgets.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Lisa Anderson"}, { - id: "6", - name: "David Kumar", - handle: "@davidktech", - testimonial: "The best shopping experience I've had online. Premium products, competitive prices, and exceptional service.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=12", - imageAlt: "David Kumar", - }, + id: "6", name: "David Kumar", handle: "@davidktech", testimonial: "The best shopping experience I've had online. Premium products, competitive prices, and exceptional service.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kumar"}, ]} speed={40} /> @@ -136,8 +100,7 @@ export default function AboutPage() { Date: Thu, 5 Mar 2026 10:03:46 +0000 Subject: [PATCH 2/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 37 +++++++++++-------------------------- 1 file changed, 11 insertions(+), 26 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 63a0c17..d645c28 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -33,9 +33,7 @@ export default function ContactPage() { brandName="Nexora" navItems={navItems} button={{ - text: "Shop Now", - href: "/shop", - }} + text: "Shop Now", href: "/shop"}} /> @@ -45,32 +43,21 @@ export default function ContactPage() { description="Have a question about our products or need help setting up your smart home? Our support team is here to help. Fill out the form below and we'll get back to you within 24 hours." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, + name: "email", type: "email", placeholder: "Your Email", required: true, }, { - name: "subject", - type: "text", - placeholder: "Subject", - required: false, + name: "subject", type: "text", placeholder: "Subject", required: false, }, ]} textarea={{ - name: "message", - placeholder: "Tell us how we can help...", - rows: 5, + name: "message", placeholder: "Tell us how we can help...", rows: 5, required: true, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/people-working-call-center_23-2149288192.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/people-working-call-center_23-2149288192.jpg" imageAlt="Our support team ready to help" mediaAnimation="slide-up" mediaPosition="right" @@ -90,7 +77,8 @@ export default function ContactPage() { ]} useInvertedBackground={true} mediaAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/people-working-call-center_23-2149288192.jpg?_wi=2" + metricsAnimation="slide-up" + imageSrc="http://img.b2bpic.net/free-photo/people-working-call-center_23-2149288192.jpg" imageAlt="Professional support team" /> @@ -99,8 +87,7 @@ export default function ContactPage() { Date: Thu, 5 Mar 2026 10:03:47 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 173 ++++++++--------------------------------------- 1 file changed, 29 insertions(+), 144 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7acefc8..2a66db3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,9 +44,7 @@ export default function HomePage() { brandName="Nexora" navItems={heroNavItems} button={{ - text: "Shop Now", - href: "/shop", - }} + text: "Shop Now", href: "/shop"}} /> @@ -58,7 +56,7 @@ export default function HomePage() { tagIcon={Zap} background={{ variant: "animated-grid" }} buttons={[{ text: "Shop Now", href: "/shop" }]} - imageSrc="http://img.b2bpic.net/free-photo/female-couch-holding-her-phone-mug-sitting-front-table-with-gadgets_181624-56360.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/female-couch-holding-her-phone-mug-sitting-front-table-with-gadgets_181624-56360.jpg" imageAlt="Smart home gadgets showcase" /> @@ -69,53 +67,17 @@ export default function HomePage() { description="Handpicked smart home gadgets designed to simplify your life" products={[ { - id: "1", - name: "Smart Voice Speaker", - price: "$79.99", - variant: "Black Premium Edition", - imageSrc: "http://img.b2bpic.net/free-photo/smart-speaker-house-control-innovative-technology_53876-97093.jpg?_wi=1", - imageAlt: "Smart Voice Speaker", - }, + id: "1", name: "Smart Voice Speaker", price: "$79.99", variant: "Black Premium Edition", imageSrc: "http://img.b2bpic.net/free-photo/smart-speaker-house-control-innovative-technology_53876-97093.jpg", imageAlt: "Smart Voice Speaker"}, { - id: "2", - name: "Intelligent LED Lighting System", - price: "$129.99", - variant: "White 16M Colors", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-smartphone_23-2150671571.jpg?_wi=1", - imageAlt: "Intelligent LED Lighting", - }, + id: "2", name: "Intelligent LED Lighting System", price: "$129.99", variant: "White 16M Colors", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-smartphone_23-2150671571.jpg", imageAlt: "Intelligent LED Lighting"}, { - id: "3", - name: "Smart Thermostat Pro", - price: "$199.99", - variant: "Silver WiFi Enabled", - imageSrc: "http://img.b2bpic.net/free-photo/weather-forecast-home-automation-monitor_53876-97897.jpg?_wi=1", - imageAlt: "Smart Thermostat Pro", - }, + id: "3", name: "Smart Thermostat Pro", price: "$199.99", variant: "Silver WiFi Enabled", imageSrc: "http://img.b2bpic.net/free-photo/weather-forecast-home-automation-monitor_53876-97897.jpg", imageAlt: "Smart Thermostat Pro"}, { - id: "4", - name: "Smart Door Lock Elite", - price: "$249.99", - variant: "Matte Black Biometric", - imageSrc: "http://img.b2bpic.net/free-photo/intercom-main-gate-residential-building_637285-1929.jpg?_wi=1", - imageAlt: "Smart Door Lock", - }, + id: "4", name: "Smart Door Lock Elite", price: "$249.99", variant: "Matte Black Biometric", imageSrc: "http://img.b2bpic.net/free-photo/intercom-main-gate-residential-building_637285-1929.jpg", imageAlt: "Smart Door Lock"}, { - id: "5", - name: "4K Security Camera", - price: "$159.99", - variant: "White Night Vision", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-checking-security-camera_23-2148994177.jpg?_wi=1", - imageAlt: "4K Security Camera", - }, + id: "5", name: "4K Security Camera", price: "$159.99", variant: "White Night Vision", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-checking-security-camera_23-2148994177.jpg", imageAlt: "4K Security Camera"}, { - id: "6", - name: "Smart Power Strip", - price: "$49.99", - variant: "White 3 Outlets", - imageSrc: "http://img.b2bpic.net/free-photo/black-person-setting-configuration-smart-home_657883-247.jpg?_wi=1", - imageAlt: "Smart Power Strip", - }, + id: "6", name: "Smart Power Strip", price: "$49.99", variant: "White 3 Outlets", imageSrc: "http://img.b2bpic.net/free-photo/black-person-setting-configuration-smart-home_657883-247.jpg", imageAlt: "Smart Power Strip"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -135,6 +97,7 @@ export default function HomePage() { ]} useInvertedBackground={true} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -147,53 +110,17 @@ export default function HomePage() { animationType="slide-up" testimonials={[ { - id: "1", - name: "Sarah Mitchell", - handle: "@sarahmitchell", - testimonial: "Nexora transformed my home! The products are premium quality and their support team is incredibly responsive. Best investment I've made.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", - imageAlt: "Sarah Mitchell", - }, + id: "1", name: "Sarah Mitchell", handle: "@sarahmitchell", testimonial: "Nexora transformed my home! The products are premium quality and their support team is incredibly responsive. Best investment I've made.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Mitchell"}, { - id: "2", - name: "James Chen", - handle: "@jameschen_tech", - testimonial: "Fast shipping, great products, and easy setup. The 30-day guarantee gave me confidence. Highly recommend Nexora to anyone!", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", - imageAlt: "James Chen", - }, + id: "2", name: "James Chen", handle: "@jameschen_tech", testimonial: "Fast shipping, great products, and easy setup. The 30-day guarantee gave me confidence. Highly recommend Nexora to anyone!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Chen"}, { - id: "3", - name: "Emma Rodriguez", - handle: "@emmasmarthome", - testimonial: "The compatibility with my existing smart home setup was seamless. Nexora really understands what customers need.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", - imageAlt: "Emma Rodriguez", - }, + id: "3", name: "Emma Rodriguez", handle: "@emmasmarthome", testimonial: "The compatibility with my existing smart home setup was seamless. Nexora really understands what customers need.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emma Rodriguez"}, { - id: "4", - name: "Michael Wong", - handle: "@michaeltech", - testimonial: "Outstanding customer service! They helped me integrate everything perfectly. This is premium service at its finest.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", - imageAlt: "Michael Wong", - }, + id: "4", name: "Michael Wong", handle: "@michaeltech", testimonial: "Outstanding customer service! They helped me integrate everything perfectly. This is premium service at its finest.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Wong"}, { - id: "5", - name: "Lisa Anderson", - handle: "@lisahome", - testimonial: "Five stars all the way. Quality products, fast delivery, and genuine support. Nexora is my go-to for smart home gadgets.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", - imageAlt: "Lisa Anderson", - }, + id: "5", name: "Lisa Anderson", handle: "@lisahome", testimonial: "Five stars all the way. Quality products, fast delivery, and genuine support. Nexora is my go-to for smart home gadgets.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Lisa Anderson"}, { - id: "6", - name: "David Kumar", - handle: "@davidktech", - testimonial: "The best shopping experience I've had online. Premium products, competitive prices, and exceptional service.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", - imageAlt: "David Kumar", - }, + id: "6", name: "David Kumar", handle: "@davidktech", testimonial: "The best shopping experience I've had online. Premium products, competitive prices, and exceptional service.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kumar"}, ]} speed={40} /> @@ -207,29 +134,11 @@ export default function HomePage() { tagIcon={TrendingUp} products={[ { - id: "7", - name: "Motion Sensor Hub", - price: "$89.99", - variant: "White Multi-room", - imageSrc: "http://img.b2bpic.net/free-photo/smart-speaker-house-control-innovative-technology_53876-102350.jpg?_wi=1", - imageAlt: "Motion Sensor Hub", - }, + id: "7", name: "Motion Sensor Hub", price: "$89.99", variant: "White Multi-room", imageSrc: "http://img.b2bpic.net/free-photo/smart-speaker-house-control-innovative-technology_53876-102350.jpg", imageAlt: "Motion Sensor Hub"}, { - id: "8", - name: "Smart Video Doorbell", - price: "$119.99", - variant: "Black 2K Resolution", - imageSrc: "http://img.b2bpic.net/free-photo/intercom-main-gate-residential-building_637285-1929.jpg?_wi=2", - imageAlt: "Smart Video Doorbell", - }, + id: "8", name: "Smart Video Doorbell", price: "$119.99", variant: "Black 2K Resolution", imageSrc: "http://img.b2bpic.net/free-photo/intercom-main-gate-residential-building_637285-1929.jpg", imageAlt: "Smart Video Doorbell"}, { - id: "9", - name: "Central Smart Hub", - price: "$139.99", - variant: "Black Matter Ready", - imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-interior-with-large-tv-screen-displaying-home-automation-system_9975-33164.jpg?_wi=1", - imageAlt: "Central Smart Hub", - }, + id: "9", name: "Central Smart Hub", price: "$139.99", variant: "Black Matter Ready", imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-interior-with-large-tv-screen-displaying-home-automation-system_9975-33164.jpg", imageAlt: "Central Smart Hub"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -244,20 +153,14 @@ export default function HomePage() { description="Subscribe to our newsletter for exclusive deals, product launches, and smart home tips." inputs={[ { - name: "email", - type: "email", - placeholder: "Your email address", - required: true, + name: "email", type: "email", placeholder: "Your email address", required: true, }, { - name: "firstName", - type: "text", - placeholder: "First name", - required: false, + name: "firstName", type: "text", placeholder: "First name", required: false, }, ]} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/female-couch-holding-her-phone-mug-sitting-front-table-with-gadgets_181624-56360.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/female-couch-holding-her-phone-mug-sitting-front-table-with-gadgets_181624-56360.jpg" imageAlt="Subscribe to newsletter" mediaAnimation="slide-up" mediaPosition="left" @@ -272,30 +175,15 @@ export default function HomePage() { description="Find answers to common questions about our products and services" faqs={[ { - id: "1", - title: "Are all products compatible with Shopify?", - content: "Yes, all Nexora products are Shopify-optimized and come with detailed integration guides. We support seamless AutoDS integration for automated product importing.", - }, + id: "1", title: "Are all products compatible with Shopify?", content: "Yes, all Nexora products are Shopify-optimized and come with detailed integration guides. We support seamless AutoDS integration for automated product importing."}, { - id: "2", - title: "What is your return policy?", - content: "We offer a 30-day money-back guarantee on all products. If you're not completely satisfied, simply return the product within 30 days for a full refund.", - }, + id: "2", title: "What is your return policy?", content: "We offer a 30-day money-back guarantee on all products. If you're not completely satisfied, simply return the product within 30 days for a full refund."}, { - id: "3", - title: "How long does shipping take?", - content: "Standard shipping typically takes 5-7 business days. Express shipping (2-3 days) is available at checkout. All orders over $50 ship for free.", - }, + id: "3", title: "How long does shipping take?", content: "Standard shipping typically takes 5-7 business days. Express shipping (2-3 days) is available at checkout. All orders over $50 ship for free."}, { - id: "4", - title: "Do you provide technical support?", - content: "Absolutely! Our 24/7 support team is available via email, chat, and phone to help with setup, troubleshooting, and product recommendations.", - }, + id: "4", title: "Do you provide technical support?", content: "Absolutely! Our 24/7 support team is available via email, chat, and phone to help with setup, troubleshooting, and product recommendations."}, { - id: "5", - title: "Can I automate product imports with AutoDS?", - content: "Yes, our platform fully supports AutoDS automation. You can import products directly from our catalog and automatically manage inventory and order fulfillment.", - }, + id: "5", title: "Can I automate product imports with AutoDS?", content: "Yes, our platform fully supports AutoDS automation. You can import products directly from our catalog and automatically manage inventory and order fulfillment."}, ]} textboxLayout="default" useInvertedBackground={true} @@ -307,8 +195,7 @@ export default function HomePage() {