Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -53,7 +53,7 @@ export default function CartPage() {
|
||||
{ text: "Proceed to Checkout", href: "/checkout" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-casual-woman-fashion-set_1203-7717.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-casual-woman-fashion-set_1203-7717.jpg?_wi=2"
|
||||
imageAlt="Shopping cart banner"
|
||||
mediaAnimation="slide-up"
|
||||
testimonials={[
|
||||
@@ -62,7 +62,7 @@ export default function CartPage() {
|
||||
handle: "@fashionlover",
|
||||
testimonial: "Best shoes I've ever owned. Quality and comfort are unmatched!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-her-40s-office-smiling-camera-joyfull-woman_482257-25805.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-her-40s-office-smiling-camera-joyfull-woman_482257-25805.jpg?_wi=3",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
{
|
||||
@@ -70,7 +70,7 @@ export default function CartPage() {
|
||||
handle: "@styleicon",
|
||||
testimonial: "Excellent selection and fast shipping. Highly recommended!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-business-woman-posing-outdoors_23-2148603030.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-business-woman-posing-outdoors_23-2148603030.jpg?_wi=3",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
{
|
||||
@@ -78,7 +78,7 @@ export default function CartPage() {
|
||||
handle: "@trendsetters",
|
||||
testimonial: "Premium quality at affordable prices. Love this brand!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg?_wi=3",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
{
|
||||
@@ -86,7 +86,7 @@ export default function CartPage() {
|
||||
handle: "@shoppers_choice",
|
||||
testimonial: "Customer service is exceptional. Will definitely shop again!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=3",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
]}
|
||||
@@ -119,7 +119,7 @@ export default function CartPage() {
|
||||
name: "Executive Leather Loafers",
|
||||
price: "₹4,999",
|
||||
variant: "Black, Brown",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-shoes_1150-10719.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-shoes_1150-10719.jpg?_wi=7",
|
||||
imageAlt: "Executive leather loafers",
|
||||
},
|
||||
{
|
||||
@@ -127,7 +127,7 @@ export default function CartPage() {
|
||||
name: "Urban Comfort Sneakers",
|
||||
price: "₹3,499",
|
||||
variant: "White, Navy, Gray",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-woman-bwhite-shirt_1303-23902.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-woman-bwhite-shirt_1303-23902.jpg?_wi=5",
|
||||
imageAlt: "Urban comfort sneakers",
|
||||
},
|
||||
{
|
||||
@@ -135,7 +135,7 @@ export default function CartPage() {
|
||||
name: "Elegant Formal Oxfords",
|
||||
price: "₹5,499",
|
||||
variant: "Black, Tan",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-stylish-shop-assistants-elegantly-dressed-working-menswear-store_613910-19747.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-stylish-shop-assistants-elegantly-dressed-working-menswear-store_613910-19747.jpg?_wi=4",
|
||||
imageAlt: "Elegant formal oxfords",
|
||||
},
|
||||
{
|
||||
@@ -143,7 +143,7 @@ export default function CartPage() {
|
||||
name: "Premium Running Shoes",
|
||||
price: "₹4,299",
|
||||
variant: "Red, Black, Blue",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-shoes_1150-10719.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-shoes_1150-10719.jpg?_wi=8",
|
||||
imageAlt: "Premium running shoes",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -1,24 +1,61 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Raleway } 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 { Raleway } 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 raleway = Raleway({
|
||||
variable: "--font-raleway",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Bata Fashion Shoe Corner - Premium Footwear Collection",
|
||||
description: "Shop premium footwear at Bata Fashion Shoe Corner. Discover men's, women's, sports, and casual shoes with free shipping. Quality shoes at affordable prices.",
|
||||
keywords: "shoes, footwear, men's shoes, women's shoes, casual shoes, sports shoes, online shoe store, premium footwear",
|
||||
metadataBase: new URL("https://batafashionshoes.com"),
|
||||
alternates: {
|
||||
canonical: "https://batafashionshoes.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "Bata Fashion Shoe Corner - Premium Footwear",
|
||||
description: "Discover our exclusive collection of premium shoes for every occasion. Shop men's, women's, sports, and casual footwear online.",
|
||||
url: "https://batafashionshoes.com",
|
||||
siteName: "Bata Fashion Shoe Corner",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "https://batafashionshoes.com/og-image.jpg",
|
||||
alt: "Bata Fashion Shoe Corner - Premium Footwear Collection",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Bata Fashion Shoe Corner - Premium Shoes",
|
||||
description: "Shop premium footwear online. Men's, women's, sports, and casual shoes available.",
|
||||
images: ["https://batafashionshoes.com/twitter-image.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={`${raleway.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${raleway.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -39,4 +78,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -72,7 +72,7 @@ export default function HomePage() {
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-casual-woman-fashion-set_1203-7717.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-casual-woman-fashion-set_1203-7717.jpg?_wi=1"
|
||||
imageAlt="Premium shoe collection display"
|
||||
mediaAnimation="slide-up"
|
||||
testimonials={[
|
||||
@@ -81,7 +81,7 @@ export default function HomePage() {
|
||||
handle: "@fashionlover",
|
||||
testimonial: "Best shoes I've ever owned. Quality and comfort are unmatched!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-her-40s-office-smiling-camera-joyfull-woman_482257-25805.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-her-40s-office-smiling-camera-joyfull-woman_482257-25805.jpg?_wi=1",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
{
|
||||
@@ -89,7 +89,7 @@ export default function HomePage() {
|
||||
handle: "@styleicon",
|
||||
testimonial: "Excellent selection and fast shipping. Highly recommended!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-business-woman-posing-outdoors_23-2148603030.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-business-woman-posing-outdoors_23-2148603030.jpg?_wi=1",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
{
|
||||
@@ -97,7 +97,7 @@ export default function HomePage() {
|
||||
handle: "@trendsetters",
|
||||
testimonial: "Premium quality at affordable prices. Love this brand!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg?_wi=1",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
{
|
||||
@@ -105,7 +105,7 @@ export default function HomePage() {
|
||||
handle: "@shoppers_choice",
|
||||
testimonial: "Customer service is exceptional. Will definitely shop again!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
]}
|
||||
@@ -174,7 +174,7 @@ export default function HomePage() {
|
||||
name: "Sandals & Slippers",
|
||||
price: "Summer Essential",
|
||||
variant: "Comfort Footwear",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/summer-background-with-flip-flops-copyspace_23-2147809843.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/summer-background-with-flip-flops-copyspace_23-2147809843.jpg?_wi=1",
|
||||
imageAlt: "Sandals and slippers collection",
|
||||
},
|
||||
]}
|
||||
@@ -206,7 +206,7 @@ export default function HomePage() {
|
||||
name: "Executive Leather Loafers",
|
||||
price: "₹4,999",
|
||||
variant: "Black, Brown",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-shoes_1150-10719.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-shoes_1150-10719.jpg?_wi=1",
|
||||
imageAlt: "Executive leather loafers",
|
||||
},
|
||||
{
|
||||
@@ -214,7 +214,7 @@ export default function HomePage() {
|
||||
name: "Urban Comfort Sneakers",
|
||||
price: "₹3,499",
|
||||
variant: "White, Navy, Gray",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-woman-bwhite-shirt_1303-23902.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-woman-bwhite-shirt_1303-23902.jpg?_wi=1",
|
||||
imageAlt: "Urban comfort sneakers",
|
||||
},
|
||||
{
|
||||
@@ -222,7 +222,7 @@ export default function HomePage() {
|
||||
name: "Elegant Formal Oxfords",
|
||||
price: "₹5,499",
|
||||
variant: "Black, Tan",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-stylish-shop-assistants-elegantly-dressed-working-menswear-store_613910-19747.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-stylish-shop-assistants-elegantly-dressed-working-menswear-store_613910-19747.jpg?_wi=1",
|
||||
imageAlt: "Elegant formal oxfords",
|
||||
},
|
||||
{
|
||||
@@ -230,7 +230,7 @@ export default function HomePage() {
|
||||
name: "Premium Running Shoes",
|
||||
price: "₹4,299",
|
||||
variant: "Red, Black, Blue",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-shoes_1150-10719.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-shoes_1150-10719.jpg?_wi=2",
|
||||
imageAlt: "Premium running shoes",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -61,7 +61,7 @@ export default function ProductDetailPage() {
|
||||
{ text: "View More", href: "/shop" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-shoes_1150-10719.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-shoes_1150-10719.jpg?_wi=5"
|
||||
imageAlt="Executive leather loafers"
|
||||
mediaAnimation="slide-up"
|
||||
testimonials={[
|
||||
@@ -70,7 +70,7 @@ export default function ProductDetailPage() {
|
||||
handle: "@fashionlover",
|
||||
testimonial: "Best shoes I've ever owned. Quality and comfort are unmatched!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-her-40s-office-smiling-camera-joyfull-woman_482257-25805.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-her-40s-office-smiling-camera-joyfull-woman_482257-25805.jpg?_wi=2",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
{
|
||||
@@ -78,7 +78,7 @@ export default function ProductDetailPage() {
|
||||
handle: "@styleicon",
|
||||
testimonial: "Excellent selection and fast shipping. Highly recommended!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-business-woman-posing-outdoors_23-2148603030.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-business-woman-posing-outdoors_23-2148603030.jpg?_wi=2",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
{
|
||||
@@ -86,7 +86,7 @@ export default function ProductDetailPage() {
|
||||
handle: "@trendsetters",
|
||||
testimonial: "Premium quality at affordable prices. Love this brand!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg?_wi=2",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
{
|
||||
@@ -94,7 +94,7 @@ export default function ProductDetailPage() {
|
||||
handle: "@shoppers_choice",
|
||||
testimonial: "Customer service is exceptional. Will definitely shop again!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
]}
|
||||
@@ -124,7 +124,7 @@ export default function ProductDetailPage() {
|
||||
name: "Urban Comfort Sneakers",
|
||||
price: "₹3,499",
|
||||
variant: "White, Navy, Gray",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-woman-bwhite-shirt_1303-23902.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-woman-bwhite-shirt_1303-23902.jpg?_wi=4",
|
||||
imageAlt: "Urban comfort sneakers",
|
||||
},
|
||||
{
|
||||
@@ -132,7 +132,7 @@ export default function ProductDetailPage() {
|
||||
name: "Elegant Formal Oxfords",
|
||||
price: "₹5,499",
|
||||
variant: "Black, Tan",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-stylish-shop-assistants-elegantly-dressed-working-menswear-store_613910-19747.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-stylish-shop-assistants-elegantly-dressed-working-menswear-store_613910-19747.jpg?_wi=3",
|
||||
imageAlt: "Elegant formal oxfords",
|
||||
},
|
||||
{
|
||||
@@ -140,7 +140,7 @@ export default function ProductDetailPage() {
|
||||
name: "Premium Running Shoes",
|
||||
price: "₹4,299",
|
||||
variant: "Red, Black, Blue",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-shoes_1150-10719.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-shoes_1150-10719.jpg?_wi=6",
|
||||
imageAlt: "Premium running shoes",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -80,7 +80,7 @@ export default function ShopPage() {
|
||||
name: "Executive Leather Loafers",
|
||||
price: "₹4,999",
|
||||
variant: "Black, Brown",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-shoes_1150-10719.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-shoes_1150-10719.jpg?_wi=3",
|
||||
imageAlt: "Executive leather loafers",
|
||||
},
|
||||
{
|
||||
@@ -88,7 +88,7 @@ export default function ShopPage() {
|
||||
name: "Urban Comfort Sneakers",
|
||||
price: "₹3,499",
|
||||
variant: "White, Navy, Gray",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-woman-bwhite-shirt_1303-23902.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-woman-bwhite-shirt_1303-23902.jpg?_wi=2",
|
||||
imageAlt: "Urban comfort sneakers",
|
||||
},
|
||||
{
|
||||
@@ -96,7 +96,7 @@ export default function ShopPage() {
|
||||
name: "Elegant Formal Oxfords",
|
||||
price: "₹5,499",
|
||||
variant: "Black, Tan",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-stylish-shop-assistants-elegantly-dressed-working-menswear-store_613910-19747.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-stylish-shop-assistants-elegantly-dressed-working-menswear-store_613910-19747.jpg?_wi=2",
|
||||
imageAlt: "Elegant formal oxfords",
|
||||
},
|
||||
{
|
||||
@@ -104,7 +104,7 @@ export default function ShopPage() {
|
||||
name: "Premium Running Shoes",
|
||||
price: "₹4,299",
|
||||
variant: "Red, Black, Blue",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-shoes_1150-10719.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-shoes_1150-10719.jpg?_wi=4",
|
||||
imageAlt: "Premium running shoes",
|
||||
},
|
||||
{
|
||||
@@ -112,7 +112,7 @@ export default function ShopPage() {
|
||||
name: "Casual Canvas Slip-ons",
|
||||
price: "₹2,799",
|
||||
variant: "Navy, Beige, White",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-woman-bwhite-shirt_1303-23902.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-woman-bwhite-shirt_1303-23902.jpg?_wi=3",
|
||||
imageAlt: "Casual canvas slip-ons",
|
||||
},
|
||||
{
|
||||
@@ -120,7 +120,7 @@ export default function ShopPage() {
|
||||
name: "Sandals & Slippers",
|
||||
price: "₹1,999",
|
||||
variant: "Brown, Black",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/summer-background-with-flip-flops-copyspace_23-2147809843.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/summer-background-with-flip-flops-copyspace_23-2147809843.jpg?_wi=2",
|
||||
imageAlt: "Comfortable sandals and slippers",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user