From 2cde79e9f1011cb3ced3ee00795e9e233ab0659d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:56:54 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 26 +++++++------------------- 1 file changed, 7 insertions(+), 19 deletions(-) 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" }]} -- 2.49.1 From 354e895520fa95add994994e3da5084256b05faf Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:56:55 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 30 +++++++++--------------------- 1 file changed, 9 insertions(+), 21 deletions(-) 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() { -- 2.49.1 From 33d9394665e47675633c84912dc90d173aea21a1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:56:58 +0000 Subject: [PATCH 3/5] Update src/app/layout.tsx --- src/app/layout.tsx | 27 ++++++--------------------- 1 file changed, 6 insertions(+), 21 deletions(-) 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, -- 2.49.1 From d8db3154842bf6b753c380fe894cdfefad18bfb5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:57:00 +0000 Subject: [PATCH 4/5] Update src/app/page.tsx --- src/app/page.tsx | 153 +++++++++++------------------------------------ 1 file changed, 34 insertions(+), 119 deletions(-) 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() { Date: Tue, 3 Mar 2026 08:57:02 +0000 Subject: [PATCH 5/5] Update src/app/products/page.tsx --- src/app/products/page.tsx | 92 ++++++++------------------------------- 1 file changed, 19 insertions(+), 73 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index a14675e..2d08dd2 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -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: "/" }]} -- 2.49.1