diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 337c18a..aea1881 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -15,7 +15,7 @@ export default function ContactPage() { borderRadius="pill" contentWidth="medium" sizing="medium" - background="aurora" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="gradient" secondaryButtonStyle="glass" @@ -32,9 +32,7 @@ export default function ContactPage() { ]} brandName="RePhone Store" button={{ - text: "Shop Now", - href: "/shop", - }} + text: "Shop Now", href: "/shop"}} animateOnLoad={true} /> @@ -164,17 +162,12 @@ export default function ContactPage() { animationType="entrance-slide" buttons={[ { - text: "Shop Premium Devices", - href: "/shop", - }, + text: "Shop Premium Devices", href: "/shop"}, { - text: "Learn More", - href: "/about", - }, + text: "Learn More", href: "/about"}, ]} background={{ - variant: "aurora", - }} + variant: "plain"}} useInvertedBackground={false} /> @@ -187,24 +180,16 @@ export default function ContactPage() { socialLinks={[ { icon: Facebook, - href: "https://facebook.com/rephonestore", - ariaLabel: "Facebook", - }, + href: "https://facebook.com/rephonestore", ariaLabel: "Facebook"}, { icon: Twitter, - href: "https://twitter.com/rephonestore", - ariaLabel: "Twitter", - }, + href: "https://twitter.com/rephonestore", ariaLabel: "Twitter"}, { icon: Instagram, - href: "https://instagram.com/rephonestore", - ariaLabel: "Instagram", - }, + href: "https://instagram.com/rephonestore", ariaLabel: "Instagram"}, { icon: Linkedin, - href: "https://linkedin.com/company/rephonestore", - ariaLabel: "LinkedIn", - }, + href: "https://linkedin.com/company/rephonestore", ariaLabel: "LinkedIn"}, ]} /> diff --git a/src/app/faq/page.tsx b/src/app/faq/page.tsx index deac613..461c706 100644 --- a/src/app/faq/page.tsx +++ b/src/app/faq/page.tsx @@ -13,55 +13,35 @@ export default function FAQPage() { const faqs = [ { - question: "What does 'certified refurbished' mean?", - answer: - "Certified refurbished means the device has been professionally inspected, repaired (if necessary), tested, and verified to meet strict industry standards. It functions like a new device but at a lower cost, with full warranty coverage for your peace of mind.", - }, + question: "What does 'certified refurbished' mean?", answer: + "Certified refurbished means the device has been professionally inspected, repaired (if necessary), tested, and verified to meet strict industry standards. It functions like a new device but at a lower cost, with full warranty coverage for your peace of mind."}, { - question: "How long is the warranty on refurbished devices?", - answer: - "All RePhone Store devices come with a comprehensive 2-year warranty that covers hardware defects and malfunctions. If any issues arise, we offer free repair or replacement within this period.", - }, + question: "How long is the warranty on refurbished devices?", answer: + "All RePhone Store devices come with a comprehensive 2-year warranty that covers hardware defects and malfunctions. If any issues arise, we offer free repair or replacement within this period."}, { - question: "Do refurbished phones come with batteries that work well?", - answer: - "Yes! Battery health is a critical part of our testing process. All devices have batteries with at least 85% health capacity. We replace batteries if they don't meet this standard, ensuring excellent battery life from day one.", - }, + question: "Do refurbished phones come with batteries that work well?", answer: + "Yes! Battery health is a critical part of our testing process. All devices have batteries with at least 85% health capacity. We replace batteries if they don't meet this standard, ensuring excellent battery life from day one."}, { - question: "Is there a return policy?", - answer: - "We offer a 30-day money-back guarantee on all purchases. If you're not completely satisfied with your device, simply return it within 30 days for a full refund. No questions asked.", - }, + question: "Is there a return policy?", answer: + "We offer a 30-day money-back guarantee on all purchases. If you're not completely satisfied with your device, simply return it within 30 days for a full refund. No questions asked."}, { - question: "How quickly will my order ship?", - answer: - "Orders ship within 24 hours of purchase. Most customers receive their devices within 2-3 business days. We provide free expedited shipping and real-time tracking on all orders.", - }, + question: "How quickly will my order ship?", answer: + "Orders ship within 24 hours of purchase. Most customers receive their devices within 2-3 business days. We provide free expedited shipping and real-time tracking on all orders."}, { - question: "Do the devices come unlocked?", - answer: - "All our devices are unlocked and can be used with any carrier. Whether you're in the US or internationally, you'll be able to use your refurbished phone with your preferred service provider.", - }, + question: "Do the devices come unlocked?", answer: + "All our devices are unlocked and can be used with any carrier. Whether you're in the US or internationally, you'll be able to use your refurbished phone with your preferred service provider."}, { - question: "Are data and privacy secure when buying from RePhone Store?", - answer: - "Absolutely. We use 256-bit SSL encryption for all transactions and are fully PCI DSS compliant. We also adhere to GDPR standards to protect your personal information and payment data.", - }, + question: "Are data and privacy secure when buying from RePhone Store?", answer: + "Absolutely. We use 256-bit SSL encryption for all transactions and are fully PCI DSS compliant. We also adhere to GDPR standards to protect your personal information and payment data."}, { - question: "Can I use my existing phone as a trade-in?", - answer: - "Yes! We offer trade-in programs for eligible devices. The trade-in value will be credited toward your purchase. Contact our sales team for a quote on your current device.", - }, + question: "Can I use my existing phone as a trade-in?", answer: + "Yes! We offer trade-in programs for eligible devices. The trade-in value will be credited toward your purchase. Contact our sales team for a quote on your current device."}, { - question: "What if my device arrives damaged?", - answer: - "We carefully package every device, but if any damage occurs during shipping, contact us immediately. We'll send a replacement or process a full refund within 24 hours.", - }, + question: "What if my device arrives damaged?", answer: + "We carefully package every device, but if any damage occurs during shipping, contact us immediately. We'll send a replacement or process a full refund within 24 hours."}, { - question: "Are there financing options available?", - answer: - "Yes! We offer flexible financing through multiple partners. You can spread your purchase over 3, 6, or 12 months with low interest rates. Check our financing options at checkout.", - }, + question: "Are there financing options available?", answer: + "Yes! We offer flexible financing through multiple partners. You can spread your purchase over 3, 6, or 12 months with low interest rates. Check our financing options at checkout."}, ]; return ( @@ -71,7 +51,7 @@ export default function FAQPage() { borderRadius="pill" contentWidth="medium" sizing="medium" - background="aurora" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="gradient" secondaryButtonStyle="glass" @@ -88,9 +68,7 @@ export default function FAQPage() { ]} brandName="RePhone Store" button={{ - text: "Shop Now", - href: "/shop", - }} + text: "Shop Now", href: "/shop"}} animateOnLoad={true} /> @@ -190,17 +168,12 @@ export default function FAQPage() { animationType="entrance-slide" buttons={[ { - text: "Shop Now", - href: "/shop", - }, + text: "Shop Now", href: "/shop"}, { - text: "Learn About Process", - href: "/about", - }, + text: "Learn About Process", href: "/about"}, ]} background={{ - variant: "aurora", - }} + variant: "plain"}} useInvertedBackground={false} /> @@ -213,24 +186,16 @@ export default function FAQPage() { socialLinks={[ { icon: Facebook, - href: "https://facebook.com/rephonestore", - ariaLabel: "Facebook", - }, + href: "https://facebook.com/rephonestore", ariaLabel: "Facebook"}, { icon: Twitter, - href: "https://twitter.com/rephonestore", - ariaLabel: "Twitter", - }, + href: "https://twitter.com/rephonestore", ariaLabel: "Twitter"}, { icon: Instagram, - href: "https://instagram.com/rephonestore", - ariaLabel: "Instagram", - }, + href: "https://instagram.com/rephonestore", ariaLabel: "Instagram"}, { icon: Linkedin, - href: "https://linkedin.com/company/rephonestore", - ariaLabel: "LinkedIn", - }, + href: "https://linkedin.com/company/rephonestore", ariaLabel: "LinkedIn"}, ]} /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 6025c0a..65290f4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function HomePage() { borderRadius="pill" contentWidth="medium" sizing="medium" - background="aurora" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="gradient" secondaryButtonStyle="glass" @@ -57,9 +57,7 @@ export default function HomePage() { navItems={navItems} brandName="RePhone Store" button={{ - text: "Shop Now", - href: "/shop", - }} + text: "Shop Now", href: "/shop"}} animateOnLoad={true} /> @@ -69,20 +67,14 @@ export default function HomePage() { @@ -519,24 +357,16 @@ export default function HomePage() { socialLinks={[ { icon: Facebook, - href: "https://facebook.com/rephonestore", - ariaLabel: "Facebook", - }, + href: "https://facebook.com/rephonestore", ariaLabel: "Facebook"}, { icon: Twitter, - href: "https://twitter.com/rephonestore", - ariaLabel: "Twitter", - }, + href: "https://twitter.com/rephonestore", ariaLabel: "Twitter"}, { icon: Instagram, - href: "https://instagram.com/rephonestore", - ariaLabel: "Instagram", - }, + href: "https://instagram.com/rephonestore", ariaLabel: "Instagram"}, { icon: Linkedin, - href: "https://linkedin.com/company/rephonestore", - ariaLabel: "LinkedIn", - }, + href: "https://linkedin.com/company/rephonestore", ariaLabel: "LinkedIn"}, ]} /> diff --git a/src/app/product/[id]/page.tsx b/src/app/product/[id]/page.tsx index 2269dda..b43813b 100644 --- a/src/app/product/[id]/page.tsx +++ b/src/app/product/[id]/page.tsx @@ -1,57 +1,19 @@ "use client"; +import Link from "next/link"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi"; -import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; -import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; import FooterCard from "@/components/sections/footer/FooterCard"; -import Link from "next/link"; -import { CheckCircle, Users, Star, TrendingDown, Zap, Heart, Facebook, Twitter, Instagram, Linkedin } from "lucide-react"; -import { useParams } from "next/navigation"; +import { CheckCircle, Shield, Facebook, Twitter, Instagram, Linkedin } from "lucide-react"; export default function ProductPage() { - const params = useParams(); - const productId = params?.id as string; - - // Mock product data - would be fetched from API in real app - const productMap: Record< - string, - { - title: string; - description: string; - imageSrc: string; - imageAlt: string; - } - > = { - iphone14pro: { - title: "Premium iPhone 14 Pro - Certified Refurbished", - description: - "Experience flagship performance with the iPhone 14 Pro. Certified refurbished, tested, and warranty-backed. Save 40% compared to retail prices.", - imageSrc: - "http://img.b2bpic.net/free-photo/man-shirt-using-smartphone_23-2147711134.jpg?_wi=2", - imageAlt: "iPhone 14 Pro refurbished", - }, - samsunggalaxy: { - title: "Samsung Galaxy S23 Ultra - Excellent Condition", - description: - "Premium Android experience with the Galaxy S23 Ultra. 100% functional, expertly refurbished, and backed by our 2-year warranty.", - imageSrc: - "http://img.b2bpic.net/free-photo/top-view-photo-camera-indoors-still-life_23-2150630615.jpg?_wi=2", - imageAlt: "Samsung Galaxy S23 Ultra refurbished", - }, - googlepixel: { - title: "Google Pixel 8 Pro - Like New Condition", - description: - "Advanced computational photography meets flagship performance. Certified refurbished Google Pixel with comprehensive warranty protection.", - imageSrc: - "http://img.b2bpic.net/free-photo/young-friends-traveling-through-japan_23-2149287972.jpg?_wi=2", - imageAlt: "Google Pixel 8 Pro refurbished", - }, - }; - - const product = - productMap[productId] || productMap["iphone14pro"]; + const navItems = [ + { name: "Home", id: "/" }, + { name: "Shop", id: "/shop" }, + { name: "About", id: "/about" }, + { name: "Contact", id: "/contact" }, + ]; return ( + {/* Navbar */} -
+ {/* Product Hero Section */} +
-
- -
- -
- -
- + {/* Footer */} diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 237be91..90a88ff 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -39,7 +39,7 @@ export default function ShopPage() { borderRadius="pill" contentWidth="medium" sizing="medium" - background="aurora" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="gradient" secondaryButtonStyle="glass" @@ -51,9 +51,7 @@ export default function ShopPage() { navItems={navItems} brandName="RePhone Store" button={{ - text: "Shop Now", - href: "/shop", - }} + text: "Shop Now", href: "/shop"}} animateOnLoad={true} />
@@ -63,20 +61,14 @@ export default function ShopPage() {