Update src/app/page.tsx
This commit is contained in:
173
src/app/page.tsx
173
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"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{ label: "All Products", href: "/shop" },
|
||||
{ label: "Featured", href: "/shop?filter=featured" },
|
||||
{ label: "Trending", href: "/shop?filter=trending" },
|
||||
@@ -316,8 +203,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "FAQ", href: "/faq" },
|
||||
@@ -325,8 +211,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "/privacy-policy" },
|
||||
{ label: "Terms of Service", href: "/terms-of-service" },
|
||||
{ label: "Shipping Policy", href: "/shipping-policy" },
|
||||
|
||||
Reference in New Issue
Block a user