Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-05 09:46:05 +00:00
2 changed files with 7 additions and 7 deletions

View File

@@ -11,7 +11,7 @@ const geistMono = Geist_Mono({
});
export const metadata: Metadata = {
title: "SHOEMOB - Premium Shoes & Mobile Accessories", description: "Elevate your style with premium footwear and elite mobile accessories from SHOEMOB."};
title: "SHOEMOB - Premium Shoes & Mobile Accessories", description: "Elevate your style with premium footwear and elite mobile accessories from SHOEMOB. Visit shoemob.in or admin.shoemob.in"};
export default function RootLayout({
children,

View File

@@ -58,7 +58,7 @@ export default function HomePage() {
{ label: "Privacy Policy", href: "#" },
{ label: "Terms & Conditions", href: "#" },
{ label: "Refund Policy", href: "#" },
{ label: "Admin Portal", href: "/admin" },
{ label: "Admin Portal", href: "https://admin.shoemob.in" },
],
},
];
@@ -83,7 +83,7 @@ export default function HomePage() {
<div id="hero" data-section="hero">
<HeroCentered
title="Own The Street. Own The Future."
description="Elevate Your Style & Connect in Style. Premium Footwear & Elite Mobile Accessories reimagined for the discerning."
description="Elevate Your Style & Connect in Style. Premium Footwear & Elite Mobile Accessories reimagined for the discerning. Visit shoemob.in for premium shoes or accessories. Admin: admin.shoemob.in"
background={{ variant: "plain" }}
avatars={[
{
@@ -125,7 +125,7 @@ export default function HomePage() {
tag="Our Brand"
tagIcon={Shield}
title="Crafted for the Elite"
description="SHOEMOB represents the fusion of street culture and luxury technology. We believe premium isn't just about price—it's about precision, design, and the experience of ownership. Each product is carefully selected to meet the highest standards of quality and aesthetic."
description="SHOEMOB represents the fusion of street culture and luxury technology. We believe premium isn't just about price—it's about precision, design, and the experience of ownership. Each product is carefully selected to meet the highest standards of quality and aesthetic. Visit shoemob.in to explore our collection."
metrics={[
{ value: "500+", title: "Premium Products" },
{ value: "50K+", title: "Satisfied Customers" },
@@ -164,7 +164,7 @@ export default function HomePage() {
<div id="social-proof" data-section="social-proof">
<SocialProofOne
title="Trusted by Luxury Enthusiasts"
description="Featured in premium lifestyle publications and endorsed by style influencers"
description="Featured in premium lifestyle publications and endorsed by style influencers. Visit shoemob.in to see why we're trusted."
tag="Featured In"
textboxLayout="default"
useInvertedBackground={false}
@@ -217,7 +217,7 @@ export default function HomePage() {
tag="Stay Updated"
tagIcon={Mail}
title="Join the SHOEMOB Community"
description="Get early access to new collections, exclusive offers, and insider updates on the latest in premium footwear and mobile accessories."
description="Get early access to new collections, exclusive offers, and insider updates on the latest in premium footwear and mobile accessories. Visit shoemob.in or manage your admin account at admin.shoemob.in"
background={{ variant: "rotated-rays-static-grid" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email"
@@ -230,7 +230,7 @@ export default function HomePage() {
<FooterBaseCard
logoText="SHOEMOB"
columns={footerColumns}
copyrightText="© 2025 SHOEMOB. All rights reserved. Premium Shoes & Mobile Accessories."
copyrightText="© 2025 SHOEMOB. All rights reserved. Premium Shoes & Mobile Accessories. Website: shoemob.in | Admin: admin.shoemob.in"
/>
</div>
</ThemeProvider>