Merge version_1 into main #2
@@ -19,8 +19,7 @@ export default function ContactPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{ label: "New Arrivals", href: "/products?sort=new" },
|
||||
{ label: "Best Sellers", href: "/products?sort=popular" },
|
||||
{ label: "On Sale", href: "/products?filter=sale" },
|
||||
@@ -28,8 +27,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Story", href: "/about" },
|
||||
{ label: "Careers", href: "/careers" },
|
||||
@@ -37,8 +35,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "FAQ", href: "/contact" },
|
||||
{ label: "Shipping Info", href: "/shipping" },
|
||||
@@ -46,8 +43,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "/privacy" },
|
||||
{ label: "Terms of Service", href: "/terms" },
|
||||
{ label: "Cookie Policy", href: "/cookies" },
|
||||
@@ -55,8 +51,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Follow",
|
||||
items: [
|
||||
title: "Follow", items: [
|
||||
{ label: "Facebook", href: "https://facebook.com/echostore" },
|
||||
{ label: "Instagram", href: "https://instagram.com/echostore" },
|
||||
{ label: "Twitter", href: "https://twitter.com/echostore" },
|
||||
@@ -72,7 +67,7 @@ export default function ContactPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="compact"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -98,7 +93,7 @@ export default function ContactPage() {
|
||||
tag="Newsletter"
|
||||
title="Stay Updated with Latest Deals"
|
||||
description="Subscribe to our newsletter and receive exclusive offers, product launches, and shopping tips delivered straight to your inbox."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/join-us-register-newsletter-concept_53876-132697.jpg"
|
||||
imageAlt="Newsletter subscription"
|
||||
@@ -124,38 +119,20 @@ export default function ContactPage() {
|
||||
textboxLayout="default"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What payment methods do you accept?",
|
||||
content:
|
||||
"We accept all major credit cards (Visa, Mastercard, American Express), PayPal, Apple Pay, Google Pay, and bank transfers. All transactions are encrypted with SSL technology for maximum security.",
|
||||
},
|
||||
id: "1", title: "What payment methods do you accept?", content:
|
||||
"We accept all major credit cards (Visa, Mastercard, American Express), PayPal, Apple Pay, Google Pay, and bank transfers. All transactions are encrypted with SSL technology for maximum security."},
|
||||
{
|
||||
id: "2",
|
||||
title: "How long does shipping take?",
|
||||
content:
|
||||
"Standard shipping typically takes 5-7 business days. Express shipping (2-3 business days) and overnight shipping are also available. Free shipping applies to orders over $50 for standard delivery.",
|
||||
},
|
||||
id: "2", title: "How long does shipping take?", content:
|
||||
"Standard shipping typically takes 5-7 business days. Express shipping (2-3 business days) and overnight shipping are also available. Free shipping applies to orders over $50 for standard delivery."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What is your return policy?",
|
||||
content: "We offer a 30-day money-back guarantee on all products. Items must be in original condition with packaging. Simply contact our support team to initiate a return.",
|
||||
},
|
||||
id: "3", title: "What is your return policy?", content: "We offer a 30-day money-back guarantee on all products. Items must be in original condition with packaging. Simply contact our support team to initiate a return."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Do you ship internationally?",
|
||||
content: "Yes! We ship to over 150 countries. International shipping rates vary based on destination and order weight. You can calculate shipping costs at checkout.",
|
||||
},
|
||||
id: "4", title: "Do you ship internationally?", content: "Yes! We ship to over 150 countries. International shipping rates vary based on destination and order weight. You can calculate shipping costs at checkout."},
|
||||
{
|
||||
id: "5",
|
||||
title: "How can I track my order?",
|
||||
content:
|
||||
"You'll receive a tracking number via email as soon as your order ships. You can track your package in real-time through our customer dashboard or by clicking the tracking link in the email.",
|
||||
},
|
||||
id: "5", title: "How can I track my order?", content:
|
||||
"You'll receive a tracking number via email as soon as your order ships. You can track your package in real-time through our customer dashboard or by clicking the tracking link in the email."},
|
||||
{
|
||||
id: "6",
|
||||
title: "What if I have a problem with my order?",
|
||||
content: "Our support team is available 24/7 to help. Contact us via email, phone, or live chat. We pride ourselves on resolving issues quickly and fairly.",
|
||||
},
|
||||
id: "6", title: "What if I have a problem with my order?", content: "Our support team is available 24/7 to help. Contact us via email, phone, or live chat. We pride ourselves on resolving issues quickly and fairly."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/online-help-center_53876-95304.jpg"
|
||||
imageAlt="FAQ support information"
|
||||
|
||||
135
src/app/page.tsx
135
src/app/page.tsx
@@ -23,8 +23,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{ label: "New Arrivals", href: "/products?sort=new" },
|
||||
{ label: "Best Sellers", href: "/products?sort=popular" },
|
||||
{ label: "On Sale", href: "/products?filter=sale" },
|
||||
@@ -32,8 +31,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Story", href: "/about" },
|
||||
{ label: "Careers", href: "/careers" },
|
||||
@@ -41,8 +39,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "FAQ", href: "/contact" },
|
||||
{ label: "Shipping Info", href: "/shipping" },
|
||||
@@ -50,8 +47,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "/privacy" },
|
||||
{ label: "Terms of Service", href: "/terms" },
|
||||
{ label: "Cookie Policy", href: "/cookies" },
|
||||
@@ -59,8 +55,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Follow",
|
||||
items: [
|
||||
title: "Follow", items: [
|
||||
{ label: "Facebook", href: "https://facebook.com/echostore" },
|
||||
{ label: "Instagram", href: "https://instagram.com/echostore" },
|
||||
{ label: "Twitter", href: "https://twitter.com/echostore" },
|
||||
@@ -76,7 +71,7 @@ export default function HomePage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="compact"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -101,7 +96,7 @@ export default function HomePage() {
|
||||
<HeroBillboard
|
||||
title="Discover Exceptional Products at Unbeatable Prices"
|
||||
description="Welcome to EchoStore - your destination for premium quality items. Explore our curated collection with fast shipping, secure checkout, and exceptional customer service."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="New Arrivals"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
@@ -112,17 +107,11 @@ export default function HomePage() {
|
||||
buttonAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", alt: "Customer 3"},
|
||||
]}
|
||||
avatarText="Trusted by 50,000+ happy customers"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/online-shopping-web-shop-e-shopping-concept_53876-124856.jpg"
|
||||
@@ -163,48 +152,20 @@ export default function HomePage() {
|
||||
buttonAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "EchoTech",
|
||||
name: "Premium Wireless Headphones",
|
||||
price: "$149.99",
|
||||
rating: 5,
|
||||
reviewCount: "2.3k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimal-tech-setup-with-earbuds_58702-17248.jpg?_wi=1",
|
||||
imageAlt: "Premium wireless headphones",
|
||||
isFavorited: false,
|
||||
id: "1", brand: "EchoTech", name: "Premium Wireless Headphones", price: "$149.99", rating: 5,
|
||||
reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/minimal-tech-setup-with-earbuds_58702-17248.jpg", imageAlt: "Premium wireless headphones", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
brand: "StyleCraft",
|
||||
name: "Classic Canvas Backpack",
|
||||
price: "$89.99",
|
||||
rating: 5,
|
||||
reviewCount: "1.8k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-traveler-women-s-outfit-accessories_1357-91.jpg?_wi=1",
|
||||
imageAlt: "Canvas backpack",
|
||||
isFavorited: false,
|
||||
id: "2", brand: "StyleCraft", name: "Classic Canvas Backpack", price: "$89.99", rating: 5,
|
||||
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/top-view-traveler-women-s-outfit-accessories_1357-91.jpg", imageAlt: "Canvas backpack", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
brand: "LuxeHome",
|
||||
name: "Ergonomic Office Chair",
|
||||
price: "$299.99",
|
||||
rating: 5,
|
||||
reviewCount: "3.1k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-father-s-day-composition-father-s-day-top-view_185193-109523.jpg?_wi=1",
|
||||
imageAlt: "Ergonomic office chair",
|
||||
isFavorited: false,
|
||||
id: "3", brand: "LuxeHome", name: "Ergonomic Office Chair", price: "$299.99", rating: 5,
|
||||
reviewCount: "3.1k", imageSrc: "http://img.b2bpic.net/free-photo/happy-father-s-day-composition-father-s-day-top-view_185193-109523.jpg", imageAlt: "Ergonomic office chair", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
brand: "EchoTech",
|
||||
name: "Portable Phone Charger",
|
||||
price: "$34.99",
|
||||
rating: 5,
|
||||
reviewCount: "5.2k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimal-tech-setup-with-earbuds_58702-17248.jpg?_wi=2",
|
||||
imageAlt: "Portable phone charger",
|
||||
isFavorited: false,
|
||||
id: "4", brand: "EchoTech", name: "Portable Phone Charger", price: "$34.99", rating: 5,
|
||||
reviewCount: "5.2k", imageSrc: "http://img.b2bpic.net/free-photo/minimal-tech-setup-with-earbuds_58702-17248.jpg", imageAlt: "Portable phone charger", isFavorited: false,
|
||||
},
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
@@ -232,7 +193,7 @@ export default function HomePage() {
|
||||
{ value: "50K+", title: "Happy Customers" },
|
||||
{ value: "99.2%", title: "Satisfaction Rate" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-african-american-worker-greeting-with-quality-control-inspector-industrial-building_637285-4102.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-african-american-worker-greeting-with-quality-control-inspector-industrial-building_637285-4102.jpg"
|
||||
imageAlt="EchoStore team warehouse"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -258,32 +219,16 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
features={[
|
||||
{
|
||||
title: "Secure Checkout",
|
||||
description: "Industry-leading SSL encryption and fraud protection for every transaction. Shop with complete peace of mind.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/secure-payment-landing-page_23-2148530730.jpg?_wi=1",
|
||||
imageAlt: "Secure checkout process",
|
||||
button: { text: "Learn More", href: "#" },
|
||||
title: "Secure Checkout", description: "Industry-leading SSL encryption and fraud protection for every transaction. Shop with complete peace of mind.", imageSrc: "http://img.b2bpic.net/free-vector/secure-payment-landing-page_23-2148530730.jpg", imageAlt: "Secure checkout process", button: { text: "Learn More", href: "#" },
|
||||
},
|
||||
{
|
||||
title: "Fast & Free Shipping",
|
||||
description: "Orders ship within 24 hours. Free shipping on orders over $50 to the continental US.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/delivery-trucks-banners_1284-15025.jpg",
|
||||
imageAlt: "Fast shipping logistics",
|
||||
button: { text: "View Details", href: "#" },
|
||||
title: "Fast & Free Shipping", description: "Orders ship within 24 hours. Free shipping on orders over $50 to the continental US.", imageSrc: "http://img.b2bpic.net/free-vector/delivery-trucks-banners_1284-15025.jpg", imageAlt: "Fast shipping logistics", button: { text: "View Details", href: "#" },
|
||||
},
|
||||
{
|
||||
title: "24/7 Support",
|
||||
description: "Our dedicated customer support team is available around the clock to help you with any questions or concerns.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sales-assistant-being-employed-customer-care-support-job-working-telemarketing-call-center-helpdesk-female-receptionist-with-helpline-service-helping-clients-remote-communication_482257-43021.jpg?_wi=1",
|
||||
imageAlt: "Customer support team",
|
||||
button: { text: "Contact Us", href: "/contact" },
|
||||
title: "24/7 Support", description: "Our dedicated customer support team is available around the clock to help you with any questions or concerns.", imageSrc: "http://img.b2bpic.net/free-photo/sales-assistant-being-employed-customer-care-support-job-working-telemarketing-call-center-helpdesk-female-receptionist-with-helpline-service-helping-clients-remote-communication_482257-43021.jpg", imageAlt: "Customer support team", button: { text: "Contact Us", href: "/contact" },
|
||||
},
|
||||
{
|
||||
title: "Quality Guarantee",
|
||||
description: "Every product undergoes rigorous quality testing. If you're not completely satisfied, we offer a 30-day money-back guarantee.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-father-s-day-composition-father-s-day-top-view_185193-109523.jpg?_wi=2",
|
||||
imageAlt: "Quality guarantee seal",
|
||||
button: { text: "Learn More", href: "#" },
|
||||
title: "Quality Guarantee", description: "Every product undergoes rigorous quality testing. If you're not completely satisfied, we offer a 30-day money-back guarantee.", imageSrc: "http://img.b2bpic.net/free-photo/happy-father-s-day-composition-father-s-day-top-view_185193-109523.jpg", imageAlt: "Quality guarantee seal", button: { text: "Learn More", href: "#" },
|
||||
},
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
@@ -313,15 +258,7 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
names={["Amazon", "Walmart", "Target", "eBay", "Shopify", "Stripe", "PayPal", "Square"]}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/gradient-instagram-shop-logo-design_23-2149714663.jpg",
|
||||
"http://img.b2bpic.net/free-vector/gradient-labour-day-sale-labels-collection_23-2149354661.jpg",
|
||||
"http://img.b2bpic.net/free-vector/supermarket-logo-concept_23-2148460710.jpg",
|
||||
"http://img.b2bpic.net/free-vector/sale-banner-with-tags-background_23-2147554600.jpg",
|
||||
"http://img.b2bpic.net/free-vector/gradient-shop-local-logo-design_23-2149613157.jpg",
|
||||
"http://img.b2bpic.net/free-vector/gradient-money-logo-design_23-2150934165.jpg",
|
||||
"http://img.b2bpic.net/free-vector/cyber-monday-shop_24908-58241.jpg",
|
||||
"http://img.b2bpic.net/free-vector/flat-design-medical-label-collection_23-2149183273.jpg",
|
||||
]}
|
||||
"http://img.b2bpic.net/free-vector/gradient-instagram-shop-logo-design_23-2149714663.jpg", "http://img.b2bpic.net/free-vector/gradient-labour-day-sale-labels-collection_23-2149354661.jpg", "http://img.b2bpic.net/free-vector/supermarket-logo-concept_23-2148460710.jpg", "http://img.b2bpic.net/free-vector/sale-banner-with-tags-background_23-2147554600.jpg", "http://img.b2bpic.net/free-vector/gradient-shop-local-logo-design_23-2149613157.jpg", "http://img.b2bpic.net/free-vector/gradient-money-logo-design_23-2150934165.jpg", "http://img.b2bpic.net/free-vector/cyber-monday-shop_24908-58241.jpg", "http://img.b2bpic.net/free-vector/flat-design-medical-label-collection_23-2149183273.jpg"]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
ariaLabel="Social proof section"
|
||||
@@ -344,29 +281,17 @@ export default function HomePage() {
|
||||
author="Sarah Johnson, Marketing Professional"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg",
|
||||
alt: "Sarah Johnson",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", alt: "Sarah Johnson"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", alt: "Customer 5"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg",
|
||||
alt: "Customer 6",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", alt: "Customer 6"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user