diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 49d41f2..e7bf399 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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" }]} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index a1fea44..48cf963 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -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() { diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a54c4d1..fc174ae 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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, diff --git a/src/app/page.tsx b/src/app/page.tsx index 5489781..579c44c 100644 --- a/src/app/page.tsx +++ b/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() { @@ -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."}, ]} /> @@ -318,7 +233,7 @@ export default function HomePage() {