diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 07609e7..e8a1afb 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -20,10 +20,9 @@ export const metadata: Metadata = { follow: true, }, openGraph: { - title: "Apna Mens Wear - Premium Budget Mens Fashion in Indore", description: "Shop premium quality mens clothing at budget prices. ⭐3.8 rating, fast delivery, exclusive combo offers. Open till 11 PM in Bhawarkua.", url: "https://yourwebsite.com", siteName: "Apna Mens Wear", type: "website", images: [ - { - url: "http://img.b2bpic.net/free-photo/young-man-shopping-menswear-shop_1303-19869.jpg", alt: "mens wear store clothing shop interior modern retail men clothing display"}, - ], + title: "Apna Mens Wear - Premium Budget Mens Fashion in Indore", description: "Shop premium quality mens clothing at budget prices. ⭐3.8 rating, fast delivery, exclusive combo offers. Open till 11 PM in Bhawarkua.", url: "https://yourwebsite.com", siteName: "Apna Mens Wear", type: "website", images: [{ + url: "http://img.b2bpic.net/free-photo/young-man-shopping-menswear-shop_1303-19869.jpg", alt: "mens wear store clothing shop interior modern retail men clothing display" + }], }, twitter: { card: "summary_large_image", title: "Apna Mens Wear - Premium Budget Mens Fashion Indore", description: "4 shirts for ₹1000 | Premium quality | Combo deals | Fast delivery | Call now!", images: ["http://img.b2bpic.net/free-photo/young-man-shopping-menswear-shop_1303-19869.jpg"], @@ -38,7 +37,9 @@ export default function RootLayout({ return ( - + {children} diff --git a/src/app/page.tsx b/src/app/page.tsx index cc88f5b..bb99162 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,13 +1,17 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; -import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery"; -import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven"; -import ContactFAQ from "@/components/sections/contact/ContactFAQ"; -import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; -import FooterMedia from "@/components/sections/footer/FooterMedia"; -import { Bell, MessageSquare } from "lucide-react"; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; +import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; +import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; +import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; +import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; +import ContactFaq from '@/components/sections/contact/ContactFaq'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; +import { Bell, Flame, MessageSquare, Package, ShoppingCart, Star, Truck, Users } from 'lucide-react'; export default function LandingPage() { return ( @@ -27,119 +31,191 @@ export default function LandingPage() {
-
- + +
+ +
+ +
+ +
+
-
- + +
+ +
+ +
+ +
+
- -