diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e5a7e9d..a2cc37d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,28 +11,20 @@ import { Libre_Baskerville } from "next/font/google"; export const metadata: Metadata = { - title: 'Waqas Dubai Wala Mobile - Your #1 Mobile Shop in Dubai', - description: 'Discover the latest smartphones and accessories from top brands at Waqas Dubai Wala Mobile. Best prices, genuine products, and expert service in Dubai.', - keywords: ["Waqas Dubai Wala, mobile, phones, Dubai, smartphones, accessories, best price, genuine products, iPhone, Samsung, Xiaomi, phone repair"], + title: 'Waqas Dubai Wala - Your Premier Mobile Shop', + description: 'Waqas Dubai Wala offers the latest mobile phones, accessories, and top-tier repair services in Dubai. Discover genuine products and exceptional customer service.', + keywords: ["Waqas Dubai Wala, mobile shop, Dubai, smartphones, phone accessories, mobile repair, latest phones, genuine mobile products"], openGraph: { - "title": "Waqas Dubai Wala Mobile - Your #1 Mobile Shop in Dubai", - "description": "Discover the latest smartphones and accessories from top brands at Waqas Dubai Wala Mobile. Best prices, genuine products, and expert service in Dubai.", - "url": "https://waqasdubaiwala.com", - "siteName": "Waqas Dubai Wala Mobile", - "images": [ + "title": "Waqas Dubai Wala - Your Premier Mobile Shop", "description": "Waqas Dubai Wala offers the latest mobile phones, accessories, and top-tier repair services in Dubai. Discover genuine products and exceptional customer service.", "url": "https://waqasdubaiwala.com", "siteName": "Waqas Dubai Wala", "images": [ { - "url": "http://img.b2bpic.net/free-photo/young-female-holding-smartphone-black-singlet-looking-cheery_176474-12901.jpg", - "alt": "Sleek modern smartphone" + "url": "http://img.b2bpic.net/free-photo/modern-smartphone-with-blank-screen-on-dark-background_23-2148293961.jpg?_wi=1", "alt": "Waqas Dubai Wala mobile shop" } ], "type": "website" }, twitter: { - "card": "summary_large_image", - "title": "Waqas Dubai Wala Mobile - Your #1 Mobile Shop in Dubai", - "description": "Discover the latest smartphones and accessories from top brands at Waqas Dubai Wala Mobile. Best prices, genuine products, and expert service in Dubai.", - "images": [ - "http://img.b2bpic.net/free-photo/young-female-holding-smartphone-black-singlet-looking-cheery_176474-12901.jpg" + "card": "summary_large_image", "title": "Waqas Dubai Wala - Your Premier Mobile Shop", "description": "Waqas Dubai Wala offers the latest mobile phones, accessories, and top-tier repair services in Dubai. Discover genuine products and exceptional customer service.", "images": [ + "http://img.b2bpic.net/free-photo/modern-smartphone-with-blank-screen-on-dark-background_23-2148293961.jpg?_wi=1" ] }, robots: { @@ -42,13 +34,11 @@ export const metadata: Metadata = { }; const libreBaskerville = Libre_Baskerville({ - variable: "--font-libre-baskerville", - subsets: ["latin"], + variable: "--font-libre-baskerville", subsets: ["latin"], weight: ["400", "700"], }); const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); export default function RootLayout({ @@ -71,4 +61,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 1a9bd06..1d5e0ef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,15 +5,15 @@ import ReactLenis from "lenis/react"; import AboutMetric from '@/components/sections/about/AboutMetric'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; -import FooterCard from '@/components/sections/footer/FooterCard'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import { Facebook, Gauge, Heart, Instagram, LifeBuoy, ShieldCheck, Smartphone, Tag, Truck } from "lucide-react"; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import { Gauge, Heart, LifeBuoy, ShieldCheck, Smartphone, Star, Tag, Truck } from "lucide-react"; export default function LandingPage() { return ( @@ -87,7 +87,7 @@ export default function LandingPage() { { src: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg", alt: "Ahmed Al-Mansoori"}, { - src: "http://img.b2bpic.net/free-photo/close-up-portrait-tired-african-male-model-with-big-headphones-standing-near-restaurant-outdoor-photo-good-looking-confident-man-with-dark-skin_197531-21796.jpg", alt: "Fatima Zahra"}, + src: "http://img.b2bpic.net/free-photo/close-up-tired-african-male-model-with-big-headphones-standing-near-restaurant-outdoor-photo-good-looking-confident-man-with-dark-skin_197531-21796.jpg", alt: "Fatima Zahra"}, { src: "http://img.b2bpic.net/free-photo/close-up-smiley-man-salon_23-2149220534.jpg", alt: "Omar Saeed"}, { @@ -245,31 +245,40 @@ export default function LandingPage() {
-
@@ -315,25 +324,37 @@ export default function LandingPage() { ); -} \ No newline at end of file +}