Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -54,7 +54,7 @@ export default function AboutPage() {
|
||||
value: "50,000+",
|
||||
title: "Happy Customers",
|
||||
description: "Trusted by shoppers worldwide",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg?_wi=3",
|
||||
imageAlt: "Happy customers",
|
||||
},
|
||||
{
|
||||
@@ -62,7 +62,7 @@ export default function AboutPage() {
|
||||
value: "$5.2M",
|
||||
title: "Total Saved",
|
||||
description: "Combined cashback rewards earned",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman_1262-20882.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman_1262-20882.jpg?_wi=3",
|
||||
imageAlt: "Money saved",
|
||||
},
|
||||
{
|
||||
@@ -70,7 +70,7 @@ export default function AboutPage() {
|
||||
value: "100K+",
|
||||
title: "Products Available",
|
||||
description: "Curated collection from top brands",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/afro-american-woman-smiling-close-up_23-2148336947.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/afro-american-woman-smiling-close-up_23-2148336947.jpg?_wi=3",
|
||||
imageAlt: "Product selection",
|
||||
},
|
||||
{
|
||||
@@ -78,7 +78,7 @@ export default function AboutPage() {
|
||||
value: "500+",
|
||||
title: "Partner Merchants",
|
||||
description: "Shop anywhere, earn everywhere",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-outdoor-businessman_23-2148763884.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-outdoor-businessman_23-2148763884.jpg?_wi=3",
|
||||
imageAlt: "Partner network",
|
||||
},
|
||||
]}
|
||||
@@ -103,7 +103,7 @@ export default function AboutPage() {
|
||||
role: "Frequent Shopper",
|
||||
company: "Los Angeles, CA",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg?_wi=4",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
{
|
||||
@@ -112,7 +112,7 @@ export default function AboutPage() {
|
||||
role: "Tech Enthusiast",
|
||||
company: "San Francisco, CA",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman_1262-20882.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman_1262-20882.jpg?_wi=4",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
{
|
||||
@@ -121,7 +121,7 @@ export default function AboutPage() {
|
||||
role: "Budget Conscious",
|
||||
company: "Austin, TX",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/afro-american-woman-smiling-close-up_23-2148336947.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/afro-american-woman-smiling-close-up_23-2148336947.jpg?_wi=4",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
{
|
||||
@@ -130,7 +130,7 @@ export default function AboutPage() {
|
||||
role: "Smart Shopper",
|
||||
company: "Seattle, WA",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-outdoor-businessman_23-2148763884.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-outdoor-businessman_23-2148763884.jpg?_wi=4",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
{
|
||||
@@ -139,7 +139,7 @@ export default function AboutPage() {
|
||||
role: "Regular Customer",
|
||||
company: "Miami, FL",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12313.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12313.jpg?_wi=2",
|
||||
imageAlt: "Jessica Martinez",
|
||||
},
|
||||
{
|
||||
@@ -148,7 +148,7 @@ export default function AboutPage() {
|
||||
role: "Loyalty Member",
|
||||
company: "New York, NY",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/i-like-that-good-job-happy-young-dark-skinned-female-wearing-casual-long-sleeved-t-shirt-making-thumbs-up-sign-smiling-cheerfully-showing-her-support-respect-someone-body-language_273609-1258.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/i-like-that-good-job-happy-young-dark-skinned-female-wearing-casual-long-sleeved-t-shirt-making-thumbs-up-sign-smiling-cheerfully-showing-her-support-respect-someone-body-language_273609-1258.jpg?_wi=2",
|
||||
imageAlt: "James Wilson",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -1,24 +1,61 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Nunito } 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 { Nunito } 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 nunito = Nunito({
|
||||
variable: "--font-nunito",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "StorePro - Earn Cashback Shopping Online",
|
||||
description: "Start earning money tonight with StorePro. Get 2-10% cashback on every purchase from 500+ merchants. Free shipping and instant rewards.",
|
||||
keywords: "cashback, shopping rewards, online shopping, earn money, membership, discounts, free shipping",
|
||||
metadataBase: new URL("https://storepro.com"),
|
||||
alternates: {
|
||||
canonical: "https://storepro.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "StorePro - Earn Cashback Shopping Online",
|
||||
description: "Start earning money tonight with StorePro. Get 2-10% cashback on every purchase from 500+ merchants.",
|
||||
url: "https://storepro.com",
|
||||
siteName: "StorePro",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-psd/e-commerce-furniture-landing-page_197582-336.jpg",
|
||||
alt: "StorePro - Earn cashback shopping",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "StorePro - Earn Cashback Shopping Online",
|
||||
description: "Start earning money tonight with StorePro. Get 2-10% cashback on every purchase.",
|
||||
images: ["http://img.b2bpic.net/free-psd/e-commerce-furniture-landing-page_197582-336.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -27,7 +64,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${nunito.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${nunito.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -39,4 +78,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -96,7 +96,7 @@ export default function HomePage() {
|
||||
value: "50,000+",
|
||||
title: "Happy Customers",
|
||||
description: "Trusted by shoppers worldwide",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg?_wi=1",
|
||||
imageAlt: "Happy customers",
|
||||
},
|
||||
{
|
||||
@@ -104,7 +104,7 @@ export default function HomePage() {
|
||||
value: "$5.2M",
|
||||
title: "Total Saved",
|
||||
description: "Combined cashback rewards earned",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman_1262-20882.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman_1262-20882.jpg?_wi=1",
|
||||
imageAlt: "Money saved",
|
||||
},
|
||||
{
|
||||
@@ -112,7 +112,7 @@ export default function HomePage() {
|
||||
value: "100K+",
|
||||
title: "Products Available",
|
||||
description: "Curated collection from top brands",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/afro-american-woman-smiling-close-up_23-2148336947.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/afro-american-woman-smiling-close-up_23-2148336947.jpg?_wi=1",
|
||||
imageAlt: "Product selection",
|
||||
},
|
||||
{
|
||||
@@ -120,7 +120,7 @@ export default function HomePage() {
|
||||
value: "500+",
|
||||
title: "Partner Merchants",
|
||||
description: "Shop anywhere, earn everywhere",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-outdoor-businessman_23-2148763884.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-outdoor-businessman_23-2148763884.jpg?_wi=1",
|
||||
imageAlt: "Partner network",
|
||||
},
|
||||
]}
|
||||
@@ -177,7 +177,7 @@ export default function HomePage() {
|
||||
role: "Frequent Shopper",
|
||||
company: "Los Angeles, CA",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg?_wi=2",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
{
|
||||
@@ -186,7 +186,7 @@ export default function HomePage() {
|
||||
role: "Tech Enthusiast",
|
||||
company: "San Francisco, CA",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman_1262-20882.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman_1262-20882.jpg?_wi=2",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
{
|
||||
@@ -195,7 +195,7 @@ export default function HomePage() {
|
||||
role: "Budget Conscious",
|
||||
company: "Austin, TX",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/afro-american-woman-smiling-close-up_23-2148336947.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/afro-american-woman-smiling-close-up_23-2148336947.jpg?_wi=2",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
{
|
||||
@@ -204,7 +204,7 @@ export default function HomePage() {
|
||||
role: "Smart Shopper",
|
||||
company: "Seattle, WA",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-outdoor-businessman_23-2148763884.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-outdoor-businessman_23-2148763884.jpg?_wi=2",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
{
|
||||
@@ -213,7 +213,7 @@ export default function HomePage() {
|
||||
role: "Regular Customer",
|
||||
company: "Miami, FL",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12313.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12313.jpg?_wi=1",
|
||||
imageAlt: "Jessica Martinez",
|
||||
},
|
||||
{
|
||||
@@ -222,7 +222,7 @@ export default function HomePage() {
|
||||
role: "Loyalty Member",
|
||||
company: "New York, NY",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/i-like-that-good-job-happy-young-dark-skinned-female-wearing-casual-long-sleeved-t-shirt-making-thumbs-up-sign-smiling-cheerfully-showing-her-support-respect-someone-body-language_273609-1258.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/i-like-that-good-job-happy-young-dark-skinned-female-wearing-casual-long-sleeved-t-shirt-making-thumbs-up-sign-smiling-cheerfully-showing-her-support-respect-someone-body-language_273609-1258.jpg?_wi=1",
|
||||
imageAlt: "James Wilson",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user