Merge version_1 into main #1

Merged
bender merged 7 commits from version_1 into main 2026-03-11 18:24:37 +00:00
7 changed files with 86 additions and 47 deletions

View File

@@ -47,7 +47,7 @@ export default function AccountPage() {
tagAnimation="slide-up"
background={{ variant: "fluid" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-vector/contact-us-landing-page-business_23-2148281751.jpg"
imageSrc="http://img.b2bpic.net/free-vector/contact-us-landing-page-business_23-2148281751.jpg?_wi=4"
imageAlt="Account management banner"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -67,7 +67,7 @@ export default function AccountPage() {
role: "Loyal Customer",
company: "Bangalore",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-successful-happy-smiling-young-woman-beige-jacket-glasses-standing-lobby-office-reception-greeting-business-client-with-pleasant-grin-inviting-company_197531-30568.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-successful-happy-smiling-young-woman-beige-jacket-glasses-standing-lobby-office-reception-greeting-business-client-with-pleasant-grin-inviting-company_197531-30568.jpg?_wi=3",
},
{
id: "2",
@@ -75,7 +75,7 @@ export default function AccountPage() {
role: "Fashion Enthusiast",
company: "Mumbai",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-caucasian-blonde-female-white-shirt-posing-brown-background_181624-29671.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-caucasian-blonde-female-white-shirt-posing-brown-background_181624-29671.jpg?_wi=3",
},
{
id: "3",
@@ -83,7 +83,7 @@ export default function AccountPage() {
role: "Regular Shopper",
company: "Delhi",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-caucasian-man-with-beard-with-arms-crossed-gesture-relaxed-with-serious-expression-face-simple-natural-looking-camera_839833-13410.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-caucasian-man-with-beard-with-arms-crossed-gesture-relaxed-with-serious-expression-face-simple-natural-looking-camera_839833-13410.jpg?_wi=3",
},
]}
kpiItems={[
@@ -131,7 +131,7 @@ export default function AccountPage() {
content: "Currently, each StylePro account is linked to one email address. However, you can update your email anytime in Account Settings. Your loyalty progress remains unchanged after the update.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/work-environment-call-center-office_23-2149256142.jpg"
imageSrc="http://img.b2bpic.net/free-photo/work-environment-call-center-office_23-2149256142.jpg?_wi=3"
imageAlt="Customer support team"
mediaAnimation="slide-up"
mediaPosition="left"

View File

@@ -47,7 +47,7 @@ export default function ContactPage() {
tagAnimation="slide-up"
background={{ variant: "fluid" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-vector/contact-us-landing-page-business_23-2148281751.jpg"
imageSrc="http://img.b2bpic.net/free-vector/contact-us-landing-page-business_23-2148281751.jpg?_wi=5"
imageAlt="Newsletter signup banner"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -92,7 +92,7 @@ export default function ContactPage() {
content: "We'd love to hear from you! Send feedback via WhatsApp, email, or the Feedback option in your account dashboard. All suggestions are reviewed and help us improve our services.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/work-environment-call-center-office_23-2149256142.jpg"
imageSrc="http://img.b2bpic.net/free-photo/work-environment-call-center-office_23-2149256142.jpg?_wi=4"
imageAlt="Customer support representative"
mediaAnimation="slide-up"
mediaPosition="left"
@@ -117,7 +117,7 @@ export default function ContactPage() {
role: "Tech Professional",
company: "Bangalore",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-successful-happy-smiling-young-woman-beige-jacket-glasses-standing-lobby-office-reception-greeting-business-client-with-pleasant-grin-inviting-company_197531-30568.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-successful-happy-smiling-young-woman-beige-jacket-glasses-standing-lobby-office-reception-greeting-business-client-with-pleasant-grin-inviting-company_197531-30568.jpg?_wi=4",
},
{
id: "2",
@@ -125,7 +125,7 @@ export default function ContactPage() {
role: "Fashion Enthusiast",
company: "Mumbai",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-caucasian-blonde-female-white-shirt-posing-brown-background_181624-29671.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-caucasian-blonde-female-white-shirt-posing-brown-background_181624-29671.jpg?_wi=4",
},
{
id: "3",
@@ -133,7 +133,7 @@ export default function ContactPage() {
role: "Business Owner",
company: "Delhi",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-caucasian-man-with-beard-with-arms-crossed-gesture-relaxed-with-serious-expression-face-simple-natural-looking-camera_839833-13410.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-caucasian-man-with-beard-with-arms-crossed-gesture-relaxed-with-serious-expression-face-simple-natural-looking-camera_839833-13410.jpg?_wi=4",
},
]}
kpiItems={[

View File

@@ -1,18 +1,22 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Roboto } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Roboto } from "next/font/google";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
};
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const roboto = Roboto({
variable: "--font-roboto",
@@ -20,6 +24,39 @@ const roboto = Roboto({
weight: ["100", "300", "400", "500", "700", "900"],
});
export const metadata: Metadata = {
title: "StylePro - Premium Men's Clothing & Loyalty Rewards",
description: "Shop premium men's fashion with smart loyalty rewards. Easy online shopping, in-store purchase tracking, and free items after 6 purchases. Cash on delivery, UPI, cards available.",
keywords: "mens clothing, fashion, loyalty program, online shopping, India, casual wear, formal pants, denim",
metadataBase: new URL("https://stylepro.com"),
alternates: {
canonical: "https://stylepro.com",
},
openGraph: {
title: "StylePro - Premium Men's Clothing Store",
description: "Premium men's fashion with innovative loyalty rewards. Shop shirts, jeans, formal wear & t-shirts.",
url: "https://stylepro.com",
siteName: "StylePro",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/man-suit-standing-near-table-shop_171337-18958.jpg",
alt: "Premium men's clothing collection",
},
],
},
twitter: {
card: "summary_large_image",
title: "StylePro - Premium Men's Fashion",
description: "Discover quality men's clothing with rewards. Shop online or visit our store.",
images: ["http://img.b2bpic.net/free-photo/man-suit-standing-near-table-shop_171337-18958.jpg"],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -28,7 +65,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${roboto.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${roboto.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -40,4 +79,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -46,28 +46,28 @@ export default function LoyaltyPage() {
id: 1,
title: "Make a Purchase",
description: "Buy online or visit our store. Every transaction adds 1 visit to your loyalty card.",
imageSrc: "http://img.b2bpic.net/free-photo/curious-young-man-opening-shopping-nets_23-2148316599.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/curious-young-man-opening-shopping-nets_23-2148316599.jpg?_wi=2",
imageAlt: "shopping bag purchase transaction",
},
{
id: 2,
title: "Track Progress",
description: "Watch your progress from 1/6 to 6/6 visits. Digital card with QR code for in-store scanning.",
imageSrc: "http://img.b2bpic.net/free-vector/admin-app-dashboard-flat-style_23-2147863335.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/admin-app-dashboard-flat-style_23-2147863335.jpg?_wi=2",
imageAlt: "progress tracking dashboard interface",
},
{
id: 3,
title: "Earn Rewards",
description: "Complete 6 visits and unlock your free item reward. Automatically credited to your account.",
imageSrc: "http://img.b2bpic.net/free-photo/gifts-wooden-table_1252-128.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/gifts-wooden-table_1252-128.jpg?_wi=2",
imageAlt: "reward gift present celebration",
},
{
id: 4,
title: "Claim Your Gift",
description: "Redeem your reward at checkout or in-store. No expiration, unlimited rewards cycles.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-africanamerican-girl-winning-smartphone-game-shouting-joy-making-fist-pump-g_1258-131037.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-africanamerican-girl-winning-smartphone-game-shouting-joy-making-fist-pump-g_1258-131037.jpg?_wi=2",
imageAlt: "happy customer checkout redemption",
},
]}
@@ -98,7 +98,7 @@ export default function LoyaltyPage() {
role: "Tech Professional",
company: "Bangalore",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-successful-happy-smiling-young-woman-beige-jacket-glasses-standing-lobby-office-reception-greeting-business-client-with-pleasant-grin-inviting-company_197531-30568.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-successful-happy-smiling-young-woman-beige-jacket-glasses-standing-lobby-office-reception-greeting-business-client-with-pleasant-grin-inviting-company_197531-30568.jpg?_wi=2",
imageAlt: "tech professional headshot portrait",
},
{
@@ -107,7 +107,7 @@ export default function LoyaltyPage() {
role: "Fashion Enthusiast",
company: "Mumbai",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-caucasian-blonde-female-white-shirt-posing-brown-background_181624-29671.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-caucasian-blonde-female-white-shirt-posing-brown-background_181624-29671.jpg?_wi=2",
imageAlt: "fashion enthusiast woman portrait",
},
{
@@ -116,7 +116,7 @@ export default function LoyaltyPage() {
role: "Business Owner",
company: "Delhi",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-caucasian-man-with-beard-with-arms-crossed-gesture-relaxed-with-serious-expression-face-simple-natural-looking-camera_839833-13410.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-caucasian-man-with-beard-with-arms-crossed-gesture-relaxed-with-serious-expression-face-simple-natural-looking-camera_839833-13410.jpg?_wi=2",
imageAlt: "business owner professional portrait",
},
]}

View File

@@ -155,7 +155,7 @@ export default function HomePage() {
price: "₹1,299",
rating: 5,
reviewCount: "2.4k",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelmodern-man-dressed-white-shirt-fashion-male-posing-street-background-sunglasses-outdoors-sunset_158538-20630.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelmodern-man-dressed-white-shirt-fashion-male-posing-street-background-sunglasses-outdoors-sunset_158538-20630.jpg?_wi=1",
imageAlt: "Classic white premium shirt",
},
{
@@ -165,7 +165,7 @@ export default function HomePage() {
price: "₹2,499",
rating: 5,
reviewCount: "3.1k",
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-hipster-male-student-sitting-bench-park_158538-12990.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-hipster-male-student-sitting-bench-park_158538-12990.jpg?_wi=1",
imageAlt: "Premium blue denim jeans",
},
{
@@ -175,7 +175,7 @@ export default function HomePage() {
price: "₹1,899",
rating: 5,
reviewCount: "1.8k",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-shirt-jeans-standing-front-glass-door_23-2148164479.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-shirt-jeans-standing-front-glass-door_23-2148164479.jpg?_wi=1",
imageAlt: "Formal black dress pants",
},
{
@@ -185,7 +185,7 @@ export default function HomePage() {
price: "₹599",
rating: 5,
reviewCount: "4.2k",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-model_158538-17997.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-model_158538-17997.jpg?_wi=1",
imageAlt: "Casual crew neck t-shirt",
},
]}
@@ -211,25 +211,25 @@ export default function HomePage() {
id: "1",
title: "Make a Purchase",
description: "Buy online or visit our store. Every transaction adds 1 visit to your loyalty card.",
imageSrc: "http://img.b2bpic.net/free-photo/curious-young-man-opening-shopping-nets_23-2148316599.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/curious-young-man-opening-shopping-nets_23-2148316599.jpg?_wi=1",
},
{
id: "2",
title: "Track Progress",
description: "Watch your progress from 1/6 to 6/6 visits. Digital card with QR code for in-store scanning.",
imageSrc: "http://img.b2bpic.net/free-vector/admin-app-dashboard-flat-style_23-2147863335.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/admin-app-dashboard-flat-style_23-2147863335.jpg?_wi=1",
},
{
id: "3",
title: "Earn Rewards",
description: "Complete 6 visits and unlock your free item reward. Automatically credited to your account.",
imageSrc: "http://img.b2bpic.net/free-photo/gifts-wooden-table_1252-128.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/gifts-wooden-table_1252-128.jpg?_wi=1",
},
{
id: "4",
title: "Claim Your Gift",
description: "Redeem your reward at checkout or in-store. No expiration, unlimited rewards cycles.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-africanamerican-girl-winning-smartphone-game-shouting-joy-making-fist-pump-g_1258-131037.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-africanamerican-girl-winning-smartphone-game-shouting-joy-making-fist-pump-g_1258-131037.jpg?_wi=1",
},
]}
buttons={[{ text: "Start Your Loyalty Journey", href: "loyalty" }]}
@@ -296,7 +296,7 @@ export default function HomePage() {
role: "Tech Professional",
company: "Bangalore",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-successful-happy-smiling-young-woman-beige-jacket-glasses-standing-lobby-office-reception-greeting-business-client-with-pleasant-grin-inviting-company_197531-30568.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-successful-happy-smiling-young-woman-beige-jacket-glasses-standing-lobby-office-reception-greeting-business-client-with-pleasant-grin-inviting-company_197531-30568.jpg?_wi=1",
},
{
id: "2",
@@ -304,7 +304,7 @@ export default function HomePage() {
role: "Fashion Enthusiast",
company: "Mumbai",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-caucasian-blonde-female-white-shirt-posing-brown-background_181624-29671.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-caucasian-blonde-female-white-shirt-posing-brown-background_181624-29671.jpg?_wi=1",
},
{
id: "3",
@@ -312,7 +312,7 @@ export default function HomePage() {
role: "Business Owner",
company: "Delhi",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-caucasian-man-with-beard-with-arms-crossed-gesture-relaxed-with-serious-expression-face-simple-natural-looking-camera_839833-13410.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-caucasian-man-with-beard-with-arms-crossed-gesture-relaxed-with-serious-expression-face-simple-natural-looking-camera_839833-13410.jpg?_wi=1",
},
]}
kpiItems={[
@@ -366,7 +366,7 @@ export default function HomePage() {
content: "No expiration dates! Your loyalty progress never expires. Rewards can be redeemed anytime. You can continue earning unlimited reward cycles. Redeem in-store or online without any hassle.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/work-environment-call-center-office_23-2149256142.jpg"
imageSrc="http://img.b2bpic.net/free-photo/work-environment-call-center-office_23-2149256142.jpg?_wi=1"
imageAlt="Customer support team help service"
mediaAnimation="slide-up"
mediaPosition="left"
@@ -384,7 +384,7 @@ export default function HomePage() {
tagAnimation="slide-up"
background={{ variant: "fluid" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-vector/contact-us-landing-page-business_23-2148281751.jpg"
imageSrc="http://img.b2bpic.net/free-vector/contact-us-landing-page-business_23-2148281751.jpg?_wi=1"
imageAlt="Newsletter signup banner"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -100,7 +100,7 @@ export default function ShopPage() {
price: "₹1,299",
rating: 5,
reviewCount: "2.4k",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelmodern-man-dressed-white-shirt-fashion-male-posing-street-background-sunglasses-outdoors-sunset_158538-20630.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelmodern-man-dressed-white-shirt-fashion-male-posing-street-background-sunglasses-outdoors-sunset_158538-20630.jpg?_wi=2",
imageAlt: "Classic white premium shirt",
},
{
@@ -110,7 +110,7 @@ export default function ShopPage() {
price: "₹2,499",
rating: 5,
reviewCount: "3.1k",
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-hipster-male-student-sitting-bench-park_158538-12990.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-hipster-male-student-sitting-bench-park_158538-12990.jpg?_wi=2",
imageAlt: "Premium blue denim jeans",
},
{
@@ -120,7 +120,7 @@ export default function ShopPage() {
price: "₹1,899",
rating: 5,
reviewCount: "1.8k",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-shirt-jeans-standing-front-glass-door_23-2148164479.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-shirt-jeans-standing-front-glass-door_23-2148164479.jpg?_wi=2",
imageAlt: "Formal black dress pants",
},
{
@@ -130,7 +130,7 @@ export default function ShopPage() {
price: "₹599",
rating: 5,
reviewCount: "4.2k",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-model_158538-17997.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-model_158538-17997.jpg?_wi=2",
imageAlt: "Casual crew neck t-shirt",
},
{
@@ -140,7 +140,7 @@ export default function ShopPage() {
price: "₹1,499",
rating: 5,
reviewCount: "1.9k",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelmodern-man-dressed-white-shirt-fashion-male-posing-street-background-sunglasses-outdoors-sunset_158538-20630.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelmodern-man-dressed-white-shirt-fashion-male-posing-street-background-sunglasses-outdoors-sunset_158538-20630.jpg?_wi=3",
imageAlt: "Navy blue formal shirt",
},
{
@@ -150,7 +150,7 @@ export default function ShopPage() {
price: "₹2,299",
rating: 5,
reviewCount: "2.7k",
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-hipster-male-student-sitting-bench-park_158538-12990.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-hipster-male-student-sitting-bench-park_158538-12990.jpg?_wi=3",
imageAlt: "Charcoal grey denim jeans",
},
]}
@@ -212,7 +212,7 @@ export default function ShopPage() {
tagAnimation="slide-up"
background={{ variant: "fluid" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-vector/contact-us-landing-page-business_23-2148281751.jpg"
imageSrc="http://img.b2bpic.net/free-vector/contact-us-landing-page-business_23-2148281751.jpg?_wi=2"
imageAlt="Newsletter signup banner"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -73,7 +73,7 @@ export default function TrackingPage() {
content: "No expiration dates! Your loyalty progress never expires. Rewards can be redeemed anytime. You can continue earning unlimited reward cycles. Redeem in-store or online without any hassle.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/work-environment-call-center-office_23-2149256142.jpg"
imageSrc="http://img.b2bpic.net/free-photo/work-environment-call-center-office_23-2149256142.jpg?_wi=2"
imageAlt="customer support team help service"
mediaAnimation="slide-up"
mediaPosition="left"
@@ -101,7 +101,7 @@ export default function TrackingPage() {
variant: "fluid",
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-vector/contact-us-landing-page-business_23-2148281751.jpg"
imageSrc="http://img.b2bpic.net/free-vector/contact-us-landing-page-business_23-2148281751.jpg?_wi=3"
imageAlt="newsletter subscription email marketing"
mediaAnimation="slide-up"
mediaPosition="right"