Merge version_1 into main #1

Merged
bender merged 4 commits from version_1 into main 2026-03-14 05:39:37 +00:00
4 changed files with 58 additions and 19 deletions

View File

@@ -77,7 +77,7 @@ export default function CollectionsPage() {
price: "₹699",
rating: 4.9,
reviewCount: "312",
imageSrc: "http://img.b2bpic.net/free-photo/sports-equipment-isolated-grey-pink-surface_176420-11908.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sports-equipment-isolated-grey-pink-surface_176420-11908.jpg?_wi=2",
imageAlt: "Gym Tank Top",
},
{
@@ -149,21 +149,21 @@ export default function CollectionsPage() {
id: 1,
title: "Sports & Athletic Wear",
description: "High-performance athletic wear designed for maximum comfort and style during your workouts and active pursuits. Perfect for running, gym sessions, and outdoor activities.",
imageSrc: "http://img.b2bpic.net/free-photo/sports-equipment-isolated-grey-pink-surface_176420-11908.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sports-equipment-isolated-grey-pink-surface_176420-11908.jpg?_wi=3",
imageAlt: "Sports wear collection",
},
{
id: 2,
title: "Party & Evening Wear",
description: "Stunning evening wear and cocktail dresses perfect for celebrations, events, and special occasions. Elegant designs that make you stand out.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-elegant-woman_23-2148323512.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-elegant-woman_23-2148323512.jpg?_wi=2",
imageAlt: "Party wear collection",
},
{
id: 3,
title: "Fitness & Gym Apparel",
description: "Breathable and flexible workout apparel engineered for gym sessions and fitness routines. Combine style with performance.",
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-yoga_23-2148077576.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-yoga_23-2148077576.jpg?_wi=2",
imageAlt: "Gym wear collection",
},
]}
@@ -183,7 +183,7 @@ export default function CollectionsPage() {
{/* Footer */}
<div id="footer-all" data-section="footer-all">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/interested-african-american-woman-trench-coat-looking-camera-front-view-curious-black-girl-standing-bricked-background_197531-28937.jpg"
imageSrc="http://img.b2bpic.net/free-photo/interested-african-american-woman-trench-coat-looking-camera-front-view-curious-black-girl-standing-bricked-background_197531-28937.jpg?_wi=3"
imageAlt="Fashion Style Shop"
videoAriaLabel="Fashion Style Shop promotional video"
columns={[

View File

@@ -81,7 +81,7 @@ export default function ContactPage() {
{/* Footer */}
<div id="footer-all" data-section="footer-all">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/interested-african-american-woman-trench-coat-looking-camera-front-view-curious-black-girl-standing-bricked-background_197531-28937.jpg"
imageSrc="http://img.b2bpic.net/free-photo/interested-african-american-woman-trench-coat-looking-camera-front-view-curious-black-girl-standing-bricked-background_197531-28937.jpg?_wi=4"
imageAlt="Fashion Style Shop"
videoAriaLabel="Fashion Style Shop promotional video"
columns={[

View File

@@ -1,24 +1,61 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Nunito_Sans } 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_Sans } 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 nunitoSans = Nunito_Sans({
variable: "--font-nunito-sans",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Fashion Style Shop - Premium Clothing Collections",
description: "Discover premium fashion for every occasion. Shop sports wear, party wear, gym clothes, and classic outfits with stylish designs and competitive prices.",
keywords: "fashion, clothing, online shopping, sports wear, party wear, gym wear, classic wear, fashion store, premium fashion, trending clothes",
metadataBase: new URL("https://fashionstyleshop.com"),
alternates: {
canonical: "https://fashionstyleshop.com",
},
openGraph: {
title: "Fashion Style Shop - Premium Clothing Collections",
description: "Discover your signature style with curated collections of premium clothing for every occasion.",
url: "https://fashionstyleshop.com",
siteName: "Fashion Style Shop",
type: "website",
images: [
{
url: "https://fashionstyleshop.com/og-image.jpg",
alt: "Fashion Style Shop - Premium Clothing",
},
],
},
twitter: {
card: "summary_large_image",
title: "Fashion Style Shop - Premium Clothing Collections",
description: "Discover your signature style with curated collections of premium clothing for every occasion.",
images: ["https://fashionstyleshop.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={`${nunitoSans.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${nunitoSans.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +78,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -66,7 +66,7 @@ export default function HomePage() {
{ text: "Learn More", href: "#about" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/interested-african-american-woman-trench-coat-looking-camera-front-view-curious-black-girl-standing-bricked-background_197531-28937.jpg"
imageSrc="http://img.b2bpic.net/free-photo/interested-african-american-woman-trench-coat-looking-camera-front-view-curious-black-girl-standing-bricked-background_197531-28937.jpg?_wi=1"
imageAlt="Fashionable clothing models"
mediaAnimation="blur-reveal"
imagePosition="right"
@@ -109,21 +109,21 @@ export default function HomePage() {
id: 1,
title: "Sports Clothes",
description: "High-performance athletic wear designed for maximum comfort and style during your workouts and active pursuits.",
imageSrc: "http://img.b2bpic.net/free-photo/sports-equipment-isolated-grey-pink-surface_176420-11908.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sports-equipment-isolated-grey-pink-surface_176420-11908.jpg?_wi=1",
imageAlt: "Sports wear collection",
},
{
id: 2,
title: "Party Wear Clothes",
description: "Stunning evening wear and cocktail dresses perfect for celebrations, events, and special occasions.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-elegant-woman_23-2148323512.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-elegant-woman_23-2148323512.jpg?_wi=1",
imageAlt: "Party wear collection",
},
{
id: 3,
title: "Gym Clothes",
description: "Breathable and flexible workout apparel engineered for gym sessions and fitness routines.",
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-yoga_23-2148077576.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-yoga_23-2148077576.jpg?_wi=1",
imageAlt: "Gym wear collection",
},
{
@@ -259,7 +259,7 @@ export default function HomePage() {
{/* Footer */}
<div id="footer-all" data-section="footer-all">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/interested-african-american-woman-trench-coat-looking-camera-front-view-curious-black-girl-standing-bricked-background_197531-28937.jpg"
imageSrc="http://img.b2bpic.net/free-photo/interested-african-american-woman-trench-coat-looking-camera-front-view-curious-black-girl-standing-bricked-background_197531-28937.jpg?_wi=2"
imageAlt="Fashion Style Shop"
videoAriaLabel="Fashion Style Shop promotional video"
columns={[