Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7923a5bb28 | |||
| e9183cfa40 | |||
| f3a963461f | |||
| 7d17dbefe6 | |||
| 6678f2e5cf | |||
| 186ef63b57 | |||
| d824aa7f09 |
@@ -34,9 +34,7 @@ export default function AboutPage() {
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Shop Now",
|
||||
href: "/shop",
|
||||
}}
|
||||
text: "Shop Now", href: "/shop"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -49,24 +47,20 @@ export default function AboutPage() {
|
||||
features={[
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
title: "Certified Refurbished",
|
||||
description: "Every device is thoroughly tested and certified to meet industry standards for quality and performance",
|
||||
},
|
||||
title: "Certified Refurbished", description:
|
||||
"Every device is thoroughly tested and certified to meet industry standards for quality and performance"},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Tested Devices",
|
||||
description: "Rigorous multi-point testing ensures all components function flawlessly and perform like new",
|
||||
},
|
||||
title: "Tested Devices", description:
|
||||
"Rigorous multi-point testing ensures all components function flawlessly and perform like new"},
|
||||
{
|
||||
icon: Award,
|
||||
title: "Full Warranty",
|
||||
description: "12-month comprehensive warranty covers all defects and gives you complete peace of mind",
|
||||
},
|
||||
title: "Full Warranty", description:
|
||||
"12-month comprehensive warranty covers all defects and gives you complete peace of mind"},
|
||||
{
|
||||
icon: Lock,
|
||||
title: "Secure Payment",
|
||||
description: "Bank-level encryption and trusted payment gateways protect your sensitive information",
|
||||
},
|
||||
title: "Secure Payment", description:
|
||||
"Bank-level encryption and trusted payment gateways protect your sensitive information"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -79,41 +73,23 @@ export default function AboutPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-students-classroom_329181-13009.jpg?_wi=2",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-students-classroom_329181-13009.jpg?_wi=2", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-corrects-belt-fees-groom-man-s-hands-dressing-man-buttons-pants-jeans_8353-5893.jpg?_wi=2",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
id: "2", name: "Michael Chen", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/man-corrects-belt-fees-groom-man-s-hands-dressing-man-buttons-pants-jeans_8353-5893.jpg?_wi=2", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emma Rodriguez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-coffee-cup_23-2148815600.jpg?_wi=2",
|
||||
imageAlt: "Emma Rodriguez",
|
||||
},
|
||||
id: "3", name: "Emma Rodriguez", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/medium-shot-woman-holding-coffee-cup_23-2148815600.jpg?_wi=2", imageAlt: "Emma Rodriguez"},
|
||||
{
|
||||
id: "4",
|
||||
name: "James Wilson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-indian-businessman-office_1262-3271.jpg?_wi=2",
|
||||
imageAlt: "James Wilson",
|
||||
},
|
||||
id: "4", name: "James Wilson", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-smiling-indian-businessman-office_1262-3271.jpg?_wi=2", imageAlt: "James Wilson"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lisa Anderson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman_158595-975.jpg?_wi=2",
|
||||
imageAlt: "Lisa Anderson",
|
||||
},
|
||||
id: "5", name: "Lisa Anderson", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-business-woman_158595-975.jpg?_wi=2", imageAlt: "Lisa Anderson"},
|
||||
{
|
||||
id: "6",
|
||||
name: "David Thompson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-buisness-man_23-2148479585.jpg?_wi=2",
|
||||
imageAlt: "David Thompson",
|
||||
},
|
||||
id: "6", name: "David Thompson", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/high-angle-buisness-man_23-2148479585.jpg?_wi=2", imageAlt: "David Thompson"},
|
||||
]}
|
||||
cardTitle="Over 50,000 satisfied customers trust RePhone Store for premium refurbished devices"
|
||||
cardTag="Customer Reviews"
|
||||
@@ -131,35 +107,23 @@ export default function AboutPage() {
|
||||
tag="Help & Support"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What does 'refurbished' mean?",
|
||||
content: "Refurbished devices are pre-owned smartphones that have been professionally restored to factory standards. They undergo comprehensive testing, cleaning, and parts replacement to ensure like-new performance and appearance.",
|
||||
},
|
||||
id: "1", title: "What does 'refurbished' mean?", content:
|
||||
"Refurbished devices are pre-owned smartphones that have been professionally restored to factory standards. They undergo comprehensive testing, cleaning, and parts replacement to ensure like-new performance and appearance."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What is your return policy?",
|
||||
content: "We offer a 30-day money-back guarantee on all purchases. If you're not completely satisfied, simply contact our support team within 30 days for a full refund, no questions asked.",
|
||||
},
|
||||
id: "2", title: "What is your return policy?", content:
|
||||
"We offer a 30-day money-back guarantee on all purchases. If you're not completely satisfied, simply contact our support team within 30 days for a full refund, no questions asked."},
|
||||
{
|
||||
id: "3",
|
||||
title: "How long is the warranty?",
|
||||
content: "All refurbished devices come with a 12-month comprehensive warranty covering hardware defects, battery issues, and manufacturing faults. Our warranty gives you complete peace of mind.",
|
||||
},
|
||||
id: "3", title: "How long is the warranty?", content:
|
||||
"All refurbished devices come with a 12-month comprehensive warranty covering hardware defects, battery issues, and manufacturing faults. Our warranty gives you complete peace of mind."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Are refurbished phones reliable?",
|
||||
content: "Yes. Our refurbished phones undergo rigorous multi-point testing and quality checks. They perform identically to new devices and come fully certified with warranty protection.",
|
||||
},
|
||||
id: "4", title: "Are refurbished phones reliable?", content:
|
||||
"Yes. Our refurbished phones undergo rigorous multi-point testing and quality checks. They perform identically to new devices and come fully certified with warranty protection."},
|
||||
{
|
||||
id: "5",
|
||||
title: "What payment methods do you accept?",
|
||||
content: "We accept all major credit cards (Visa, Mastercard, American Express), PayPal, Apple Pay, Google Pay, and installment plans through Affirm and Klarna for your convenience.",
|
||||
},
|
||||
id: "5", title: "What payment methods do you accept?", content:
|
||||
"We accept all major credit cards (Visa, Mastercard, American Express), PayPal, Apple Pay, Google Pay, and installment plans through Affirm and Klarna for your convenience."},
|
||||
{
|
||||
id: "6",
|
||||
title: "How long does shipping take?",
|
||||
content: "Standard shipping takes 3-5 business days. We also offer expedited shipping (1-2 business days) and free overnight shipping on orders over $1,000. All shipments are fully insured.",
|
||||
},
|
||||
id: "6", title: "How long does shipping take?", content:
|
||||
"Standard shipping takes 3-5 business days. We also offer expedited shipping (1-2 business days) and free overnight shipping on orders over $1,000. All shipments are fully insured."},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -173,13 +137,9 @@ export default function AboutPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="RePhone Store"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
@@ -39,23 +39,14 @@ export default function ContactPage() {
|
||||
<ContactFaq
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do I track my order?",
|
||||
content:
|
||||
"After purchase, you'll receive a tracking number via email. Track your shipment in real-time through our order tracking page or the carrier's website.",
|
||||
},
|
||||
id: "1", title: "How do I track my order?", content:
|
||||
"After purchase, you'll receive a tracking number via email. Track your shipment in real-time through our order tracking page or the carrier's website."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Can I upgrade my device?",
|
||||
content:
|
||||
"Absolutely! We offer trade-in programs where you can upgrade to a newer model. Contact our sales team for current trade-in values and upgrade options.",
|
||||
},
|
||||
id: "2", title: "Can I upgrade my device?", content:
|
||||
"Absolutely! We offer trade-in programs where you can upgrade to a newer model. Contact our sales team for current trade-in values and upgrade options."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you offer bulk discounts?",
|
||||
content:
|
||||
"Yes, we provide special pricing for bulk orders of 5+ devices. Contact our business team at business@rephonesstore.com for a custom quote.",
|
||||
},
|
||||
id: "3", title: "Do you offer bulk discounts?", content:
|
||||
"Yes, we provide special pricing for bulk orders of 5+ devices. Contact our business team at business@rephonesstore.com for a custom quote."},
|
||||
]}
|
||||
ctaTitle="Get in Touch"
|
||||
ctaDescription="Have questions? Our expert team is ready to help you find the perfect refurbished device."
|
||||
|
||||
@@ -39,41 +39,23 @@ export default function FaqPage() {
|
||||
<FaqBase
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What does 'refurbished' mean?",
|
||||
content:
|
||||
"Refurbished devices are pre-owned smartphones that have been professionally restored to factory standards. They undergo comprehensive testing, cleaning, and parts replacement to ensure like-new performance and appearance.",
|
||||
},
|
||||
id: "1", title: "What does 'refurbished' mean?", content:
|
||||
"Refurbished devices are pre-owned smartphones that have been professionally restored to factory standards. They undergo comprehensive testing, cleaning, and parts replacement to ensure like-new performance and appearance."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What is your return policy?",
|
||||
content:
|
||||
"We offer a 30-day money-back guarantee on all purchases. If you're not completely satisfied, simply contact our support team within 30 days for a full refund, no questions asked.",
|
||||
},
|
||||
id: "2", title: "What is your return policy?", content:
|
||||
"We offer a 30-day money-back guarantee on all purchases. If you're not completely satisfied, simply contact our support team within 30 days for a full refund, no questions asked."},
|
||||
{
|
||||
id: "3",
|
||||
title: "How long is the warranty?",
|
||||
content:
|
||||
"All refurbished devices come with a 12-month comprehensive warranty covering hardware defects, battery issues, and manufacturing faults. Our warranty gives you complete peace of mind.",
|
||||
},
|
||||
id: "3", title: "How long is the warranty?", content:
|
||||
"All refurbished devices come with a 12-month comprehensive warranty covering hardware defects, battery issues, and manufacturing faults. Our warranty gives you complete peace of mind."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Are refurbished phones reliable?",
|
||||
content:
|
||||
"Yes. Our refurbished phones undergo rigorous multi-point testing and quality checks. They perform identically to new devices and come fully certified with warranty protection.",
|
||||
},
|
||||
id: "4", title: "Are refurbished phones reliable?", content:
|
||||
"Yes. Our refurbished phones undergo rigorous multi-point testing and quality checks. They perform identically to new devices and come fully certified with warranty protection."},
|
||||
{
|
||||
id: "5",
|
||||
title: "What payment methods do you accept?",
|
||||
content:
|
||||
"We accept all major credit cards (Visa, Mastercard, American Express), PayPal, Apple Pay, Google Pay, and installment plans through Affirm and Klarna for your convenience.",
|
||||
},
|
||||
id: "5", title: "What payment methods do you accept?", content:
|
||||
"We accept all major credit cards (Visa, Mastercard, American Express), PayPal, Apple Pay, Google Pay, and installment plans through Affirm and Klarna for your convenience."},
|
||||
{
|
||||
id: "6",
|
||||
title: "How long does shipping take?",
|
||||
content:
|
||||
"Standard shipping takes 3-5 business days. We also offer expedited shipping (1-2 business days) and free overnight shipping on orders over $1,000. All shipments are fully insured.",
|
||||
},
|
||||
id: "6", title: "How long does shipping take?", content:
|
||||
"Standard shipping takes 3-5 business days. We also offer expedited shipping (1-2 business days) and free overnight shipping on orders over $1,000. All shipments are fully insured."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about our refurbished devices and services"
|
||||
|
||||
228
src/app/page.tsx
228
src/app/page.tsx
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import HeroCarouselLogo from "@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo";
|
||||
import HeroSplitDualMedia from "@/components/sections/hero/HeroSplitDualMedia";
|
||||
import ProductCardFour from "@/components/sections/product/ProductCardFour";
|
||||
import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow";
|
||||
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
|
||||
@@ -52,32 +52,23 @@ export default function HomePage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCarouselLogo
|
||||
logoText="RePhone Store"
|
||||
description="Premium Refurbished Smartphones at the Best Price"
|
||||
buttons={[
|
||||
{ text: "Shop Now", href: "/shop" },
|
||||
{ text: "Learn More", href: "#why-choose-us" },
|
||||
<HeroSplitDualMedia
|
||||
tag="Premium Refurbished Devices"
|
||||
title="Transform Your Tech Experience"
|
||||
description="Access premium refurbished smartphones at unbeatable prices. Certified quality, full warranty, and expert support."
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/phone-14-front-side-arabic-themed-background_187299-35431.jpg?_wi=1", imageAlt: "Premium refurbished smartphone display"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/elegant-smartphone-composition_23-2149437108.jpg?_wi=1", imageAlt: "Elegant smartphone collection"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/new-cell-phone-colorful-background_58702-4893.jpg?_wi=1",
|
||||
imageAlt: "Premium refurbished smartphone black display",
|
||||
},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-psd/new-smartphone-a18-bionic-social-media-banner-design-template_47987-33085.jpg?_wi=1",
|
||||
imageAlt: "certified refurbished phones collection lineup",
|
||||
},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/white-cell-phone-box-background_58702-4689.jpg?_wi=1",
|
||||
imageAlt: "premium quality tech devices minimalist",
|
||||
},
|
||||
]}
|
||||
autoplayDelay={5000}
|
||||
showDimOverlay={true}
|
||||
rating={5}
|
||||
ratingText="Trusted by 50,000+ customers"
|
||||
background={{ variant: "plain" }}
|
||||
mediaAnimation="slide-up"
|
||||
tagAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -89,41 +80,17 @@ export default function HomePage() {
|
||||
tagIcon={Sparkles}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "iPhone 13 Pro",
|
||||
price: "$599",
|
||||
variant: "Space Black • Like New",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/phone-14-front-side-arabic-themed-background_187299-35431.jpg?_wi=1",
|
||||
imageAlt: "iPhone 13 Pro Space Black",
|
||||
},
|
||||
id: "1", name: "iPhone 13 Pro", price: "$599", variant: "Space Black • Like New", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/phone-14-front-side-arabic-themed-background_187299-35431.jpg?_wi=1", imageAlt: "iPhone 13 Pro Space Black"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Samsung Galaxy S21",
|
||||
price: "$449",
|
||||
variant: "Phantom Gray • Very Good",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/low-angle-man-using-smartphone-outdoors_23-2150747684.jpg?_wi=1",
|
||||
imageAlt: "Samsung Galaxy S21 Phantom Gray",
|
||||
},
|
||||
id: "2", name: "Samsung Galaxy S21", price: "$449", variant: "Phantom Gray • Very Good", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/low-angle-man-using-smartphone-outdoors_23-2150747684.jpg?_wi=1", imageAlt: "Samsung Galaxy S21 Phantom Gray"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Google Pixel 6",
|
||||
price: "$379",
|
||||
variant: "Stormy Black • Good",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/lifestyle-businessman_23-2148102418.jpg?_wi=1",
|
||||
imageAlt: "Google Pixel 6 Stormy Black",
|
||||
},
|
||||
id: "3", name: "Google Pixel 6", price: "$379", variant: "Stormy Black • Good", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/lifestyle-businessman_23-2148102418.jpg?_wi=1", imageAlt: "Google Pixel 6 Stormy Black"},
|
||||
{
|
||||
id: "4",
|
||||
name: "iPhone 12 Mini",
|
||||
price: "$429",
|
||||
variant: "Blue • Like New",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/elegant-smartphone-composition_23-2149437108.jpg?_wi=1",
|
||||
imageAlt: "iPhone 12 Mini Blue",
|
||||
},
|
||||
id: "4", name: "iPhone 12 Mini", price: "$429", variant: "Blue • Like New", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/elegant-smartphone-composition_23-2149437108.jpg?_wi=1", imageAlt: "iPhone 12 Mini Blue"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -140,28 +107,20 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
title: "Certified Refurbished",
|
||||
description:
|
||||
"Every device is thoroughly tested and certified to meet industry standards for quality and performance",
|
||||
},
|
||||
title: "Certified Refurbished", description:
|
||||
"Every device is thoroughly tested and certified to meet industry standards for quality and performance"},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Tested Devices",
|
||||
description:
|
||||
"Rigorous multi-point testing ensures all components function flawlessly and perform like new",
|
||||
},
|
||||
title: "Tested Devices", description:
|
||||
"Rigorous multi-point testing ensures all components function flawlessly and perform like new"},
|
||||
{
|
||||
icon: Award,
|
||||
title: "Full Warranty",
|
||||
description:
|
||||
"12-month comprehensive warranty covers all defects and gives you complete peace of mind",
|
||||
},
|
||||
title: "Full Warranty", description:
|
||||
"12-month comprehensive warranty covers all defects and gives you complete peace of mind"},
|
||||
{
|
||||
icon: Lock,
|
||||
title: "Secure Payment",
|
||||
description:
|
||||
"Bank-level encryption and trusted payment gateways protect your sensitive information",
|
||||
},
|
||||
title: "Secure Payment", description:
|
||||
"Bank-level encryption and trusted payment gateways protect your sensitive information"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -173,47 +132,23 @@ export default function HomePage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-students-classroom_329181-13009.jpg?_wi=1",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-students-classroom_329181-13009.jpg?_wi=1", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/man-corrects-belt-fees-groom-man-s-hands-dressing-man-buttons-pants-jeans_8353-5893.jpg?_wi=1",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
id: "2", name: "Michael Chen", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/man-corrects-belt-fees-groom-man-s-hands-dressing-man-buttons-pants-jeans_8353-5893.jpg?_wi=1", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emma Rodriguez",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/medium-shot-woman-holding-coffee-cup_23-2148815600.jpg?_wi=1",
|
||||
imageAlt: "Emma Rodriguez",
|
||||
},
|
||||
id: "3", name: "Emma Rodriguez", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/medium-shot-woman-holding-coffee-cup_23-2148815600.jpg?_wi=1", imageAlt: "Emma Rodriguez"},
|
||||
{
|
||||
id: "4",
|
||||
name: "James Wilson",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-smiling-indian-businessman-office_1262-3271.jpg?_wi=1",
|
||||
imageAlt: "James Wilson",
|
||||
},
|
||||
id: "4", name: "James Wilson", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-smiling-indian-businessman-office_1262-3271.jpg?_wi=1", imageAlt: "James Wilson"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lisa Anderson",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-business-woman_158595-975.jpg?_wi=1",
|
||||
imageAlt: "Lisa Anderson",
|
||||
},
|
||||
id: "5", name: "Lisa Anderson", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-business-woman_158595-975.jpg?_wi=1", imageAlt: "Lisa Anderson"},
|
||||
{
|
||||
id: "6",
|
||||
name: "David Thompson",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/high-angle-buisness-man_23-2148479585.jpg?_wi=1",
|
||||
imageAlt: "David Thompson",
|
||||
},
|
||||
id: "6", name: "David Thompson", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/high-angle-buisness-man_23-2148479585.jpg?_wi=1", imageAlt: "David Thompson"},
|
||||
]}
|
||||
cardTitle="Over 50,000 satisfied customers trust RePhone Store for premium refurbished devices"
|
||||
cardTag="Customer Reviews"
|
||||
@@ -231,15 +166,7 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"TechRadar",
|
||||
"GadgetWorld",
|
||||
"PhoneHub",
|
||||
"RefurbishedTech",
|
||||
"DeviceReview",
|
||||
"TechTrends",
|
||||
"SmartDevice",
|
||||
"RefurbishDaily",
|
||||
]}
|
||||
"TechRadar", "GadgetWorld", "PhoneHub", "RefurbishedTech", "DeviceReview", "TechTrends", "SmartDevice", "RefurbishDaily"]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -252,41 +179,23 @@ export default function HomePage() {
|
||||
tag="Help & Support"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What does 'refurbished' mean?",
|
||||
content:
|
||||
"Refurbished devices are pre-owned smartphones that have been professionally restored to factory standards. They undergo comprehensive testing, cleaning, and parts replacement to ensure like-new performance and appearance.",
|
||||
},
|
||||
id: "1", title: "What does 'refurbished' mean?", content:
|
||||
"Refurbished devices are pre-owned smartphones that have been professionally restored to factory standards. They undergo comprehensive testing, cleaning, and parts replacement to ensure like-new performance and appearance."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What is your return policy?",
|
||||
content:
|
||||
"We offer a 30-day money-back guarantee on all purchases. If you're not completely satisfied, simply contact our support team within 30 days for a full refund, no questions asked.",
|
||||
},
|
||||
id: "2", title: "What is your return policy?", content:
|
||||
"We offer a 30-day money-back guarantee on all purchases. If you're not completely satisfied, simply contact our support team within 30 days for a full refund, no questions asked."},
|
||||
{
|
||||
id: "3",
|
||||
title: "How long is the warranty?",
|
||||
content:
|
||||
"All refurbished devices come with a 12-month comprehensive warranty covering hardware defects, battery issues, and manufacturing faults. Our warranty gives you complete peace of mind.",
|
||||
},
|
||||
id: "3", title: "How long is the warranty?", content:
|
||||
"All refurbished devices come with a 12-month comprehensive warranty covering hardware defects, battery issues, and manufacturing faults. Our warranty gives you complete peace of mind."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Are refurbished phones reliable?",
|
||||
content:
|
||||
"Yes. Our refurbished phones undergo rigorous multi-point testing and quality checks. They perform identically to new devices and come fully certified with warranty protection.",
|
||||
},
|
||||
id: "4", title: "Are refurbished phones reliable?", content:
|
||||
"Yes. Our refurbished phones undergo rigorous multi-point testing and quality checks. They perform identically to new devices and come fully certified with warranty protection."},
|
||||
{
|
||||
id: "5",
|
||||
title: "What payment methods do you accept?",
|
||||
content:
|
||||
"We accept all major credit cards (Visa, Mastercard, American Express), PayPal, Apple Pay, Google Pay, and installment plans through Affirm and Klarna for your convenience.",
|
||||
},
|
||||
id: "5", title: "What payment methods do you accept?", content:
|
||||
"We accept all major credit cards (Visa, Mastercard, American Express), PayPal, Apple Pay, Google Pay, and installment plans through Affirm and Klarna for your convenience."},
|
||||
{
|
||||
id: "6",
|
||||
title: "How long does shipping take?",
|
||||
content:
|
||||
"Standard shipping takes 3-5 business days. We also offer expedited shipping (1-2 business days) and free overnight shipping on orders over $1,000. All shipments are fully insured.",
|
||||
},
|
||||
id: "6", title: "How long does shipping take?", content:
|
||||
"Standard shipping takes 3-5 business days. We also offer expedited shipping (1-2 business days) and free overnight shipping on orders over $1,000. All shipments are fully insured."},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -303,23 +212,14 @@ export default function HomePage() {
|
||||
ctaIcon={MessageCircle}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do I track my order?",
|
||||
content:
|
||||
"After purchase, you'll receive a tracking number via email. Track your shipment in real-time through our order tracking page or the carrier's website.",
|
||||
},
|
||||
id: "1", title: "How do I track my order?", content:
|
||||
"After purchase, you'll receive a tracking number via email. Track your shipment in real-time through our order tracking page or the carrier's website."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Can I upgrade my device?",
|
||||
content:
|
||||
"Absolutely! We offer trade-in programs where you can upgrade to a newer model. Contact our sales team for current trade-in values and upgrade options.",
|
||||
},
|
||||
id: "2", title: "Can I upgrade my device?", content:
|
||||
"Absolutely! We offer trade-in programs where you can upgrade to a newer model. Contact our sales team for current trade-in values and upgrade options."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you offer bulk discounts?",
|
||||
content:
|
||||
"Yes, we provide special pricing for bulk orders of 5+ devices. Contact our business team at business@rephonesstore.com for a custom quote.",
|
||||
},
|
||||
id: "3", title: "Do you offer bulk discounts?", content:
|
||||
"Yes, we provide special pricing for bulk orders of 5+ devices. Contact our business team at business@rephonesstore.com for a custom quote."},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import HeroCarouselLogo from "@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo";
|
||||
import HeroSplitDualMedia from "@/components/sections/hero/HeroSplitDualMedia";
|
||||
import ProductCardFour from "@/components/sections/product/ProductCardFour";
|
||||
import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow";
|
||||
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
||||
@@ -34,38 +34,30 @@ export default function ProductPage() {
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Shop Now",
|
||||
href: "/shop",
|
||||
}}
|
||||
text: "Shop Now", href: "/shop"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Hero Section */}
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCarouselLogo
|
||||
logoText="RePhone Store"
|
||||
description="Premium Refurbished Smartphones at the Best Price"
|
||||
buttons={[
|
||||
{ text: "Shop Now", href: "/shop" },
|
||||
{ text: "Learn More", href: "/product" },
|
||||
<HeroSplitDualMedia
|
||||
tag="Premium Refurbished Devices"
|
||||
title="Transform Your Tech Experience"
|
||||
description="Access premium refurbished smartphones at unbeatable prices. Certified quality, full warranty, and expert support."
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/phone-14-front-side-arabic-themed-background_187299-35431.jpg?_wi=2", imageAlt: "Premium refurbished smartphone display"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/elegant-smartphone-composition_23-2149437108.jpg?_wi=2", imageAlt: "Elegant smartphone collection"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-colorful-background_58702-4893.jpg?_wi=2",
|
||||
imageAlt: "premium refurbished smartphone black display",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/new-smartphone-a18-bionic-social-media-banner-design-template_47987-33085.jpg?_wi=2",
|
||||
imageAlt: "certified refurbished phones collection lineup",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-cell-phone-box-background_58702-4689.jpg?_wi=2",
|
||||
imageAlt: "premium quality tech devices minimalist",
|
||||
},
|
||||
]}
|
||||
autoplayDelay={5000}
|
||||
showDimOverlay={true}
|
||||
rating={5}
|
||||
ratingText="Trusted by 50,000+ customers"
|
||||
background={{ variant: "plain" }}
|
||||
mediaAnimation="slide-up"
|
||||
tagAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -78,37 +70,17 @@ export default function ProductPage() {
|
||||
tagIcon={Sparkles}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "iPhone 13 Pro",
|
||||
price: "$599",
|
||||
variant: "Space Black • Like New",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/phone-14-front-side-arabic-themed-background_187299-35431.jpg?_wi=4",
|
||||
imageAlt: "iPhone 13 Pro Space Black",
|
||||
},
|
||||
id: "1", name: "iPhone 13 Pro", price: "$599", variant: "Space Black • Like New", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/phone-14-front-side-arabic-themed-background_187299-35431.jpg?_wi=4", imageAlt: "iPhone 13 Pro Space Black"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Samsung Galaxy S21",
|
||||
price: "$449",
|
||||
variant: "Phantom Gray • Very Good",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-using-smartphone-outdoors_23-2150747684.jpg?_wi=3",
|
||||
imageAlt: "Samsung Galaxy S21 Phantom Gray",
|
||||
},
|
||||
id: "2", name: "Samsung Galaxy S21", price: "$449", variant: "Phantom Gray • Very Good", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/low-angle-man-using-smartphone-outdoors_23-2150747684.jpg?_wi=3", imageAlt: "Samsung Galaxy S21 Phantom Gray"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Google Pixel 6",
|
||||
price: "$379",
|
||||
variant: "Stormy Black • Good",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-businessman_23-2148102418.jpg?_wi=3",
|
||||
imageAlt: "Google Pixel 6 Stormy Black",
|
||||
},
|
||||
id: "3", name: "Google Pixel 6", price: "$379", variant: "Stormy Black • Good", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/lifestyle-businessman_23-2148102418.jpg?_wi=3", imageAlt: "Google Pixel 6 Stormy Black"},
|
||||
{
|
||||
id: "4",
|
||||
name: "iPhone 12 Mini",
|
||||
price: "$429",
|
||||
variant: "Blue • Like New",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-smartphone-composition_23-2149437108.jpg?_wi=4",
|
||||
imageAlt: "iPhone 12 Mini Blue",
|
||||
},
|
||||
id: "4", name: "iPhone 12 Mini", price: "$429", variant: "Blue • Like New", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/elegant-smartphone-composition_23-2149437108.jpg?_wi=4", imageAlt: "iPhone 12 Mini Blue"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -126,24 +98,20 @@ export default function ProductPage() {
|
||||
features={[
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
title: "Certified Refurbished",
|
||||
description: "Every device is thoroughly tested and certified to meet industry standards for quality and performance",
|
||||
},
|
||||
title: "Certified Refurbished", description:
|
||||
"Every device is thoroughly tested and certified to meet industry standards for quality and performance"},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Tested Devices",
|
||||
description: "Rigorous multi-point testing ensures all components function flawlessly and perform like new",
|
||||
},
|
||||
title: "Tested Devices", description:
|
||||
"Rigorous multi-point testing ensures all components function flawlessly and perform like new"},
|
||||
{
|
||||
icon: Award,
|
||||
title: "Full Warranty",
|
||||
description: "12-month comprehensive warranty covers all defects and gives you complete peace of mind",
|
||||
},
|
||||
title: "Full Warranty", description:
|
||||
"12-month comprehensive warranty covers all defects and gives you complete peace of mind"},
|
||||
{
|
||||
icon: Lock,
|
||||
title: "Secure Payment",
|
||||
description: "Bank-level encryption and trusted payment gateways protect your sensitive information",
|
||||
},
|
||||
title: "Secure Payment", description:
|
||||
"Bank-level encryption and trusted payment gateways protect your sensitive information"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -156,13 +124,9 @@ export default function ProductPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="RePhone Store"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
@@ -46,59 +46,23 @@ export default function ShopPage() {
|
||||
tagIcon={Sparkles}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "iPhone 13 Pro",
|
||||
price: "$599",
|
||||
variant: "Space Black • Like New",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/phone-14-front-side-arabic-themed-background_187299-35431.jpg?_wi=2",
|
||||
imageAlt: "iPhone 13 Pro Space Black",
|
||||
},
|
||||
id: "1", name: "iPhone 13 Pro", price: "$599", variant: "Space Black • Like New", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/phone-14-front-side-arabic-themed-background_187299-35431.jpg?_wi=2", imageAlt: "iPhone 13 Pro Space Black"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Samsung Galaxy S21",
|
||||
price: "$449",
|
||||
variant: "Phantom Gray • Very Good",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/low-angle-man-using-smartphone-outdoors_23-2150747684.jpg?_wi=2",
|
||||
imageAlt: "Samsung Galaxy S21 Phantom Gray",
|
||||
},
|
||||
id: "2", name: "Samsung Galaxy S21", price: "$449", variant: "Phantom Gray • Very Good", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/low-angle-man-using-smartphone-outdoors_23-2150747684.jpg?_wi=2", imageAlt: "Samsung Galaxy S21 Phantom Gray"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Google Pixel 6",
|
||||
price: "$379",
|
||||
variant: "Stormy Black • Good",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/lifestyle-businessman_23-2148102418.jpg?_wi=2",
|
||||
imageAlt: "Google Pixel 6 Stormy Black",
|
||||
},
|
||||
id: "3", name: "Google Pixel 6", price: "$379", variant: "Stormy Black • Good", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/lifestyle-businessman_23-2148102418.jpg?_wi=2", imageAlt: "Google Pixel 6 Stormy Black"},
|
||||
{
|
||||
id: "4",
|
||||
name: "iPhone 12 Mini",
|
||||
price: "$429",
|
||||
variant: "Blue • Like New",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/elegant-smartphone-composition_23-2149437108.jpg?_wi=2",
|
||||
imageAlt: "iPhone 12 Mini Blue",
|
||||
},
|
||||
id: "4", name: "iPhone 12 Mini", price: "$429", variant: "Blue • Like New", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/elegant-smartphone-composition_23-2149437108.jpg?_wi=2", imageAlt: "iPhone 12 Mini Blue"},
|
||||
{
|
||||
id: "5",
|
||||
name: "OnePlus 9 Pro",
|
||||
price: "$389",
|
||||
variant: "Morning Mist • Excellent",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/phone-14-front-side-arabic-themed-background_187299-35431.jpg?_wi=3",
|
||||
imageAlt: "OnePlus 9 Pro Morning Mist",
|
||||
},
|
||||
id: "5", name: "OnePlus 9 Pro", price: "$389", variant: "Morning Mist • Excellent", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/phone-14-front-side-arabic-themed-background_187299-35431.jpg?_wi=3", imageAlt: "OnePlus 9 Pro Morning Mist"},
|
||||
{
|
||||
id: "6",
|
||||
name: "iPhone 14",
|
||||
price: "$699",
|
||||
variant: "Deep Purple • Like New",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/elegant-smartphone-composition_23-2149437108.jpg?_wi=3",
|
||||
imageAlt: "iPhone 14 Deep Purple",
|
||||
},
|
||||
id: "6", name: "iPhone 14", price: "$699", variant: "Deep Purple • Like New", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/elegant-smartphone-composition_23-2149437108.jpg?_wi=3", imageAlt: "iPhone 14 Deep Purple"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -115,23 +79,14 @@ export default function ShopPage() {
|
||||
tag="Shopping Guide"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do I choose the right refurbished device?",
|
||||
content:
|
||||
"Our device condition grades (Like New, Very Good, Good, Fair) help you find the perfect match for your needs and budget. 'Like New' devices show minimal signs of use, while 'Very Good' and 'Good' devices have minor cosmetic wear but full functionality. Browse our detailed product descriptions for specifications and condition details.",
|
||||
},
|
||||
id: "1", title: "How do I choose the right refurbished device?", content:
|
||||
"Our device condition grades (Like New, Very Good, Good, Fair) help you find the perfect match for your needs and budget. 'Like New' devices show minimal signs of use, while 'Very Good' and 'Good' devices have minor cosmetic wear but full functionality. Browse our detailed product descriptions for specifications and condition details."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What's the difference between your condition grades?",
|
||||
content:
|
||||
"Like New: Minimal signs of use, appears factory-fresh. Very Good: Light scratches or marks, fully functional. Good: Moderate wear but excellent functionality. Fair: Visible wear but operates perfectly. All grades include full warranty coverage.",
|
||||
},
|
||||
id: "2", title: "What's the difference between your condition grades?", content:
|
||||
"Like New: Minimal signs of use, appears factory-fresh. Very Good: Light scratches or marks, fully functional. Good: Moderate wear but excellent functionality. Fair: Visible wear but operates perfectly. All grades include full warranty coverage."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I compare multiple devices?",
|
||||
content:
|
||||
"Yes! You can add multiple devices to your comparison list to view specifications, prices, and features side-by-side. This helps you make an informed decision before purchasing.",
|
||||
},
|
||||
id: "3", title: "Can I compare multiple devices?", content:
|
||||
"Yes! You can add multiple devices to your comparison list to view specifications, prices, and features side-by-side. This helps you make an informed decision before purchasing."},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user