Merge version_1 into main #2
@@ -11,8 +11,7 @@ import { CheckCircle, TrendingDown, Headphones } from "lucide-react";
|
||||
export default function AboutPage() {
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{ label: "All Products", href: "/products" },
|
||||
{ label: "iPhone 15 Series", href: "/products?series=15" },
|
||||
{ label: "iPhone 14 Series", href: "/products?series=14" },
|
||||
@@ -20,8 +19,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
@@ -29,8 +27,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "FAQs", href: "/" },
|
||||
{ label: "Shipping Info", href: "/shipping" },
|
||||
{ label: "Returns", href: "/returns" },
|
||||
@@ -46,7 +43,7 @@ export default function AboutPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -93,22 +90,13 @@ export default function AboutPage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Quality Assurance",
|
||||
description: "Every iPhone undergoes rigorous testing to ensure 100% authenticity and perfect condition before delivery.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: CheckCircle,
|
||||
title: "Quality Assurance", description: "Every iPhone undergoes rigorous testing to ensure 100% authenticity and perfect condition before delivery.", bentoComponent: "reveal-icon", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
title: "Best Value",
|
||||
description: "We negotiate directly with suppliers to offer the most competitive prices without compromising quality standards.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: TrendingDown,
|
||||
title: "Best Value", description: "We negotiate directly with suppliers to offer the most competitive prices without compromising quality standards.", bentoComponent: "reveal-icon", icon: TrendingDown,
|
||||
},
|
||||
{
|
||||
title: "Customer First",
|
||||
description: "Your satisfaction is our priority. Our dedicated support team is available 24/7 to assist with any questions.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Headphones,
|
||||
title: "Customer First", description: "Your satisfaction is our priority. Our dedicated support team is available 24/7 to assist with any questions.", bentoComponent: "reveal-icon", icon: Headphones,
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Shop Now", href: "/products" }]}
|
||||
|
||||
@@ -11,8 +11,7 @@ import { HelpCircle } from "lucide-react";
|
||||
export default function ContactPage() {
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{ label: "All Products", href: "/products" },
|
||||
{ label: "iPhone 15 Series", href: "/products?series=15" },
|
||||
{ label: "iPhone 14 Series", href: "/products?series=14" },
|
||||
@@ -20,8 +19,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
@@ -29,8 +27,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "FAQs", href: "#faq" },
|
||||
{ label: "Shipping Info", href: "/shipping" },
|
||||
{ label: "Returns", href: "/returns" },
|
||||
@@ -46,7 +43,7 @@ export default function ContactPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -73,7 +70,7 @@ export default function ContactPage() {
|
||||
<ContactText
|
||||
text="Ready to upgrade your iPhone? Contact our team for exclusive offers, personalized recommendations, or any questions about our products."
|
||||
animationType="entrance-slide"
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Call Now", href: "tel:+1234567890" },
|
||||
@@ -94,25 +91,16 @@ export default function ContactPage() {
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
faqsAnimation="blur-reveal"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-8323.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-8323.jpg"
|
||||
imageAlt="ABDELAH PHONE Customer Service"
|
||||
mediaPosition="left"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Are all products authentic?",
|
||||
content: "Yes, 100% of our iPhones are genuine Apple products. We are an authorized distributor and every device comes with manufacturer warranty and verification documentation.",
|
||||
},
|
||||
id: "1", title: "Are all products authentic?", content: "Yes, 100% of our iPhones are genuine Apple products. We are an authorized distributor and every device comes with manufacturer warranty and verification documentation."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What is your return policy?",
|
||||
content: "We offer a 30-day money-back guarantee for any device that doesn't meet your expectations. If you're not satisfied, simply return it in original condition for a full refund.",
|
||||
},
|
||||
id: "2", title: "What is your return policy?", content: "We offer a 30-day money-back guarantee for any device that doesn't meet your expectations. If you're not satisfied, simply return it in original condition for a full refund."},
|
||||
{
|
||||
id: "3",
|
||||
title: "How can I contact support?",
|
||||
content: "You can reach our team via phone at +1234567890, WhatsApp, email at hello@abdelahphone.com, or through our contact form. We respond within 2 hours during business hours.",
|
||||
},
|
||||
id: "3", title: "How can I contact support?", content: "You can reach our team via phone at +1234567890, WhatsApp, email at hello@abdelahphone.com, or through our contact form. We respond within 2 hours during business hours."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -5,37 +5,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const interTight = Inter_Tight({
|
||||
variable: "--font-inter-tight",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter-tight", subsets: ["latin"],
|
||||
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "ABDELAH PHONE - Premium iPhone Store | Best Prices",
|
||||
description: "Buy authentic iPhones at ABDELAH PHONE. Latest iPhone 15 Pro, iPhone 15, and more. Fast delivery, secure payment, 100% genuine products. Contact us today!",
|
||||
keywords: "iPhone store, buy iPhone, iPhone 15 Pro, iPhone 15, authentic iPhone, premium phones, best prices",
|
||||
metadataBase: new URL("https://abdelahphone.com"),
|
||||
title: "ABDELAH PHONE - Premium iPhone Store | Best Prices", description: "Buy authentic iPhones at ABDELAH PHONE. Latest iPhone 15 Pro, iPhone 15, and more. Fast delivery, secure payment, 100% genuine products. Contact us today!", keywords: "iPhone store, buy iPhone, iPhone 15 Pro, iPhone 15, authentic iPhone, premium phones, best prices", metadataBase: new URL("https://abdelahphone.com"),
|
||||
alternates: {
|
||||
canonical: "https://abdelahphone.com",
|
||||
},
|
||||
canonical: "https://abdelahphone.com"},
|
||||
openGraph: {
|
||||
title: "ABDELAH PHONE - Premium iPhone Store",
|
||||
description: "Discover the latest iPhones with premium quality, fast delivery, and 24/7 customer support.",
|
||||
url: "https://abdelahphone.com",
|
||||
siteName: "ABDELAH PHONE",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "ABDELAH PHONE - Premium iPhone Store", description: "Discover the latest iPhones with premium quality, fast delivery, and 24/7 customer support.", url: "https://abdelahphone.com", siteName: "ABDELAH PHONE", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-psd/new-smartphone-a18-bionic-social-media-banner-design-template_47987-33085.jpg",
|
||||
alt: "ABDELAH PHONE - Latest iPhone Collection",
|
||||
},
|
||||
url: "http://img.b2bpic.net/free-psd/new-smartphone-a18-bionic-social-media-banner-design-template_47987-33085.jpg", alt: "ABDELAH PHONE - Latest iPhone Collection"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "ABDELAH PHONE - Premium iPhone Store",
|
||||
description: "Buy authentic iPhones with best prices and fast delivery",
|
||||
images: ["http://img.b2bpic.net/free-psd/new-smartphone-a18-bionic-social-media-banner-design-template_47987-33085.jpg"],
|
||||
card: "summary_large_image", title: "ABDELAH PHONE - Premium iPhone Store", description: "Buy authentic iPhones with best prices and fast delivery", images: ["http://img.b2bpic.net/free-psd/new-smartphone-a18-bionic-social-media-banner-design-template_47987-33085.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
153
src/app/page.tsx
153
src/app/page.tsx
@@ -23,8 +23,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{ label: "All Products", href: "/products" },
|
||||
{ label: "iPhone 15 Series", href: "/products?series=15" },
|
||||
{ label: "iPhone 14 Series", href: "/products?series=14" },
|
||||
@@ -32,8 +31,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
@@ -41,8 +39,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "FAQs", href: "#faq" },
|
||||
{ label: "Shipping Info", href: "/shipping" },
|
||||
{ label: "Returns", href: "/returns" },
|
||||
@@ -58,7 +55,7 @@ export default function HomePage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -85,7 +82,7 @@ export default function HomePage() {
|
||||
<HeroSplitKpi
|
||||
title="Latest iPhone Collection"
|
||||
description="Discover the newest iPhones with cutting-edge technology, stunning displays, and powerful performance. Experience premium quality at ABDELAH PHONE."
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
kpis={[
|
||||
{ value: "100%", label: "Authentic Products" },
|
||||
{ value: "24/7", label: "Customer Support" },
|
||||
@@ -100,7 +97,7 @@ export default function HomePage() {
|
||||
{ text: "View Collections", href: "#featured" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-psd/new-smartphone-a18-bionic-social-media-banner-design-template_47987-33085.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-psd/new-smartphone-a18-bionic-social-media-banner-design-template_47987-33085.jpg"
|
||||
imageAlt="Latest iPhone 15 Pro collection"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -121,45 +118,17 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Apple",
|
||||
name: "iPhone 15 Pro Max",
|
||||
price: "$1,199",
|
||||
rating: 5,
|
||||
reviewCount: "2.4k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mockup-mobile-phone-screen_53876-63379.jpg?_wi=1",
|
||||
imageAlt: "iPhone 15 Pro Max - Premium flagship device",
|
||||
},
|
||||
id: "1", brand: "Apple", name: "iPhone 15 Pro Max", price: "$1,199", rating: 5,
|
||||
reviewCount: "2.4k", imageSrc: "http://img.b2bpic.net/free-photo/mockup-mobile-phone-screen_53876-63379.jpg", imageAlt: "iPhone 15 Pro Max - Premium flagship device"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Apple",
|
||||
name: "iPhone 15 Pro",
|
||||
price: "$999",
|
||||
rating: 5,
|
||||
reviewCount: "1.9k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mockup-mobile-phone-screen_53876-63379.jpg?_wi=2",
|
||||
imageAlt: "iPhone 15 Pro - High-end smartphone",
|
||||
},
|
||||
id: "2", brand: "Apple", name: "iPhone 15 Pro", price: "$999", rating: 5,
|
||||
reviewCount: "1.9k", imageSrc: "http://img.b2bpic.net/free-photo/mockup-mobile-phone-screen_53876-63379.jpg", imageAlt: "iPhone 15 Pro - High-end smartphone"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Apple",
|
||||
name: "iPhone 15",
|
||||
price: "$799",
|
||||
rating: 4,
|
||||
reviewCount: "1.2k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-smartphone-composition_23-2149437088.jpg?_wi=1",
|
||||
imageAlt: "iPhone 15 - Excellent value flagship",
|
||||
},
|
||||
id: "3", brand: "Apple", name: "iPhone 15", price: "$799", rating: 4,
|
||||
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/elegant-smartphone-composition_23-2149437088.jpg", imageAlt: "iPhone 15 - Excellent value flagship"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Apple",
|
||||
name: "iPhone 14 Pro",
|
||||
price: "$799",
|
||||
rating: 5,
|
||||
reviewCount: "3.1k",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/new-smartphone-a18-bionic-social-media-banner-design-template_47987-33085.jpg?_wi=2",
|
||||
imageAlt: "iPhone 14 Pro - Premium previous generation",
|
||||
},
|
||||
id: "4", brand: "Apple", name: "iPhone 14 Pro", price: "$799", rating: 5,
|
||||
reviewCount: "3.1k", imageSrc: "http://img.b2bpic.net/free-psd/new-smartphone-a18-bionic-social-media-banner-design-template_47987-33085.jpg", imageAlt: "iPhone 14 Pro - Premium previous generation"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="blur-reveal"
|
||||
@@ -180,28 +149,16 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "100% Authentic",
|
||||
description: "All products are genuine and verified. We guarantee authenticity on every purchase.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: CheckCircle,
|
||||
title: "100% Authentic", description: "All products are genuine and verified. We guarantee authenticity on every purchase.", bentoComponent: "reveal-icon", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
title: "Best Prices",
|
||||
description: "Competitive pricing without compromising on quality. Get the best deals on premium iPhones.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: TrendingDown,
|
||||
title: "Best Prices", description: "Competitive pricing without compromising on quality. Get the best deals on premium iPhones.", bentoComponent: "reveal-icon", icon: TrendingDown,
|
||||
},
|
||||
{
|
||||
title: "Fast Delivery",
|
||||
description: "Quick and reliable shipping across the region. Your phone arrives safely and on time.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Zap,
|
||||
title: "Fast Delivery", description: "Quick and reliable shipping across the region. Your phone arrives safely and on time.", bentoComponent: "reveal-icon", icon: Zap,
|
||||
},
|
||||
{
|
||||
title: "24/7 Support",
|
||||
description: "Dedicated customer service team ready to help you anytime, anywhere.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Headphones,
|
||||
title: "24/7 Support", description: "Dedicated customer service team ready to help you anytime, anywhere.", bentoComponent: "reveal-icon", icon: Headphones,
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Shop Now", href: "/products" }]}
|
||||
@@ -223,41 +180,17 @@ export default function HomePage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ahmed Hassan",
|
||||
role: "Business Owner",
|
||||
company: "Tech Solutions",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1",
|
||||
imageAlt: "Ahmed Hassan",
|
||||
},
|
||||
id: "1", name: "Ahmed Hassan", role: "Business Owner", company: "Tech Solutions", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Ahmed Hassan"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Fatima Al-Mansouri",
|
||||
role: "Entrepreneur",
|
||||
company: "Creative Studio",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg",
|
||||
imageAlt: "Fatima Al-Mansouri",
|
||||
},
|
||||
id: "2", name: "Fatima Al-Mansouri", role: "Entrepreneur", company: "Creative Studio", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Fatima Al-Mansouri"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Mohammed Ibrahim",
|
||||
role: "Marketing Manager",
|
||||
company: "Digital Agency",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2",
|
||||
imageAlt: "Mohammed Ibrahim",
|
||||
},
|
||||
id: "3", name: "Mohammed Ibrahim", role: "Marketing Manager", company: "Digital Agency", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Mohammed Ibrahim"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Layla Ahmed",
|
||||
role: "Content Creator",
|
||||
company: "Media Production",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg",
|
||||
imageAlt: "Layla Ahmed",
|
||||
},
|
||||
id: "4", name: "Layla Ahmed", role: "Content Creator", company: "Media Production", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Layla Ahmed"},
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
/>
|
||||
@@ -275,40 +208,22 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
faqsAnimation="blur-reveal"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-8323.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-8323.jpg"
|
||||
imageAlt="ABDELAH PHONE Customer Service"
|
||||
mediaPosition="left"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Are all products authentic?",
|
||||
content: "Yes, 100% of our iPhones are genuine Apple products. We are an authorized distributor and every device comes with manufacturer warranty and verification documentation.",
|
||||
},
|
||||
id: "1", title: "Are all products authentic?", content: "Yes, 100% of our iPhones are genuine Apple products. We are an authorized distributor and every device comes with manufacturer warranty and verification documentation."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What is your return policy?",
|
||||
content: "We offer a 30-day money-back guarantee for any device that doesn't meet your expectations. If you're not satisfied, simply return it in original condition for a full refund.",
|
||||
},
|
||||
id: "2", title: "What is your return policy?", content: "We offer a 30-day money-back guarantee for any device that doesn't meet your expectations. If you're not satisfied, simply return it in original condition for a full refund."},
|
||||
{
|
||||
id: "3",
|
||||
title: "How long does delivery take?",
|
||||
content: "Standard delivery takes 3-5 business days within the region. Express delivery (1-2 days) is available for orders placed before 2 PM. Free shipping on orders above minimum purchase.",
|
||||
},
|
||||
id: "3", title: "How long does delivery take?", content: "Standard delivery takes 3-5 business days within the region. Express delivery (1-2 days) is available for orders placed before 2 PM. Free shipping on orders above minimum purchase."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Do you offer warranty coverage?",
|
||||
content: "All devices come with Apple's official warranty plus our extended coverage options. Accidental damage protection is available at checkout for added peace of mind.",
|
||||
},
|
||||
id: "4", title: "Do you offer warranty coverage?", content: "All devices come with Apple's official warranty plus our extended coverage options. Accidental damage protection is available at checkout for added peace of mind."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Can I track my order?",
|
||||
content: "Yes, you'll receive a tracking number via email/SMS immediately after purchase. Track your delivery in real-time through our tracking portal.",
|
||||
},
|
||||
id: "5", title: "Can I track my order?", content: "Yes, you'll receive a tracking number via email/SMS immediately after purchase. Track your delivery in real-time through our tracking portal."},
|
||||
{
|
||||
id: "6",
|
||||
title: "What payment methods do you accept?",
|
||||
content: "We accept cash on delivery, all major credit/debit cards, bank transfers, and digital payment wallets. All transactions are secure and encrypted.",
|
||||
},
|
||||
id: "6", title: "What payment methods do you accept?", content: "We accept cash on delivery, all major credit/debit cards, bank transfers, and digital payment wallets. All transactions are secure and encrypted."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -318,7 +233,7 @@ export default function HomePage() {
|
||||
<ContactText
|
||||
text="Ready to upgrade your iPhone? Contact our team for exclusive offers, personalized recommendations, or any questions about our products."
|
||||
animationType="entrance-slide"
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Call Now", href: "tel:+1234567890" },
|
||||
|
||||
@@ -11,8 +11,7 @@ import { Award, CheckCircle, TrendingDown, Zap, Headphones } from "lucide-react"
|
||||
export default function ProductsPage() {
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{ label: "All Products", href: "/products" },
|
||||
{ label: "iPhone 15 Series", href: "/products?series=15" },
|
||||
{ label: "iPhone 14 Series", href: "/products?series=14" },
|
||||
@@ -20,8 +19,7 @@ export default function ProductsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
@@ -29,8 +27,7 @@ export default function ProductsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "FAQs", href: "/" },
|
||||
{ label: "Shipping Info", href: "/shipping" },
|
||||
{ label: "Returns", href: "/returns" },
|
||||
@@ -46,7 +43,7 @@ export default function ProductsPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -82,65 +79,23 @@ export default function ProductsPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Apple",
|
||||
name: "iPhone 15 Pro Max",
|
||||
price: "$1,199",
|
||||
rating: 5,
|
||||
reviewCount: "2.4k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mockup-mobile-phone-screen_53876-63379.jpg?_wi=3",
|
||||
imageAlt: "iPhone 15 Pro Max - Premium flagship device",
|
||||
},
|
||||
id: "1", brand: "Apple", name: "iPhone 15 Pro Max", price: "$1,199", rating: 5,
|
||||
reviewCount: "2.4k", imageSrc: "http://img.b2bpic.net/free-photo/mockup-mobile-phone-screen_53876-63379.jpg", imageAlt: "iPhone 15 Pro Max - Premium flagship device"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Apple",
|
||||
name: "iPhone 15 Pro",
|
||||
price: "$999",
|
||||
rating: 5,
|
||||
reviewCount: "1.9k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mockup-mobile-phone-screen_53876-63379.jpg?_wi=4",
|
||||
imageAlt: "iPhone 15 Pro - High-end smartphone",
|
||||
},
|
||||
id: "2", brand: "Apple", name: "iPhone 15 Pro", price: "$999", rating: 5,
|
||||
reviewCount: "1.9k", imageSrc: "http://img.b2bpic.net/free-photo/mockup-mobile-phone-screen_53876-63379.jpg", imageAlt: "iPhone 15 Pro - High-end smartphone"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Apple",
|
||||
name: "iPhone 15",
|
||||
price: "$799",
|
||||
rating: 4,
|
||||
reviewCount: "1.2k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-smartphone-composition_23-2149437088.jpg?_wi=2",
|
||||
imageAlt: "iPhone 15 - Excellent value flagship",
|
||||
},
|
||||
id: "3", brand: "Apple", name: "iPhone 15", price: "$799", rating: 4,
|
||||
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/elegant-smartphone-composition_23-2149437088.jpg", imageAlt: "iPhone 15 - Excellent value flagship"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Apple",
|
||||
name: "iPhone 14 Pro Max",
|
||||
price: "$899",
|
||||
rating: 5,
|
||||
reviewCount: "3.5k",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/new-smartphone-a18-bionic-social-media-banner-design-template_47987-33085.jpg?_wi=3",
|
||||
imageAlt: "iPhone 14 Pro Max - Premium previous generation",
|
||||
},
|
||||
id: "4", brand: "Apple", name: "iPhone 14 Pro Max", price: "$899", rating: 5,
|
||||
reviewCount: "3.5k", imageSrc: "http://img.b2bpic.net/free-psd/new-smartphone-a18-bionic-social-media-banner-design-template_47987-33085.jpg", imageAlt: "iPhone 14 Pro Max - Premium previous generation"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Apple",
|
||||
name: "iPhone 14 Pro",
|
||||
price: "$799",
|
||||
rating: 5,
|
||||
reviewCount: "3.1k",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/new-smartphone-a18-bionic-social-media-banner-design-template_47987-33085.jpg?_wi=4",
|
||||
imageAlt: "iPhone 14 Pro - High-performance device",
|
||||
},
|
||||
id: "5", brand: "Apple", name: "iPhone 14 Pro", price: "$799", rating: 5,
|
||||
reviewCount: "3.1k", imageSrc: "http://img.b2bpic.net/free-psd/new-smartphone-a18-bionic-social-media-banner-design-template_47987-33085.jpg", imageAlt: "iPhone 14 Pro - High-performance device"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Apple",
|
||||
name: "iPhone 14",
|
||||
price: "$599",
|
||||
rating: 4,
|
||||
reviewCount: "2.8k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-controlling-smart-lamp-with-his-phone_23-2149036887.jpg",
|
||||
imageAlt: "iPhone 14 - Reliable flagship",
|
||||
},
|
||||
id: "6", brand: "Apple", name: "iPhone 14", price: "$599", rating: 4,
|
||||
reviewCount: "2.8k", imageSrc: "http://img.b2bpic.net/free-photo/man-controlling-smart-lamp-with-his-phone_23-2149036887.jpg", imageAlt: "iPhone 14 - Reliable flagship"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="blur-reveal"
|
||||
@@ -159,22 +114,13 @@ export default function ProductsPage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "100% Authentic",
|
||||
description: "Every iPhone is verified genuine. We partner directly with Apple as an authorized distributor.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: CheckCircle,
|
||||
title: "100% Authentic", description: "Every iPhone is verified genuine. We partner directly with Apple as an authorized distributor.", bentoComponent: "reveal-icon", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
title: "Best Market Prices",
|
||||
description: "Competitive pricing on all models. We price-match to ensure you get the best deal available.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: TrendingDown,
|
||||
title: "Best Market Prices", description: "Competitive pricing on all models. We price-match to ensure you get the best deal available.", bentoComponent: "reveal-icon", icon: TrendingDown,
|
||||
},
|
||||
{
|
||||
title: "Express Delivery",
|
||||
description: "Fast and reliable shipping within 1-5 business days. Track your order in real-time.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Zap,
|
||||
title: "Express Delivery", description: "Fast and reliable shipping within 1-5 business days. Track your order in real-time.", bentoComponent: "reveal-icon", icon: Zap,
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Get Started", href: "/" }]}
|
||||
|
||||
Reference in New Issue
Block a user