Merge version_1 into main #1
@@ -106,7 +106,7 @@ export default function AboutPage() {
|
||||
|
||||
<div id="about-page-footer" data-section="about-page-footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/square-front-modern-office-buildings_1359-1123.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/square-front-modern-office-buildings_1359-1123.jpg?_wi=2"
|
||||
imageAlt="Moose Sweats store exterior in Richards Landing"
|
||||
logoText="Moose Sweats"
|
||||
copyrightText="© 2025 Moose Sweats | Richards Landing, Ontario, Canada"
|
||||
|
||||
@@ -48,7 +48,7 @@ export default function ContactPage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
layoutOrder="reverse"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/clothing-hanger-modern-shop-boutique_23-2148175634.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/clothing-hanger-modern-shop-boutique_23-2148175634.jpg?_wi=3"
|
||||
imageAlt="Moose Sweats store location"
|
||||
mediaAnimation="blur-reveal"
|
||||
frameStyle="card"
|
||||
@@ -78,7 +78,7 @@ export default function ContactPage() {
|
||||
|
||||
<div id="contact-page-footer" data-section="contact-page-footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/square-front-modern-office-buildings_1359-1123.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/square-front-modern-office-buildings_1359-1123.jpg?_wi=4"
|
||||
imageAlt="Moose Sweats store exterior in Richards Landing"
|
||||
logoText="Moose Sweats"
|
||||
copyrightText="© 2025 Moose Sweats | Richards Landing, Ontario, Canada"
|
||||
|
||||
@@ -1,28 +1,55 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Montserrat, Inter } from "next/font/google";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } 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 { Montserrat } from "next/font/google";
|
||||
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const montserrat = Montserrat({
|
||||
variable: "--font-montserrat",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Moose Sweats | Quality Clothing & Gifts in Richards Landing, ON",
|
||||
description: "Discover cozy sweaters, hoodies, and unique gifts at Moose Sweats in Richards Landing, Ontario. Premium quality Canadian-inspired clothing and artisan gift finds.",
|
||||
keywords: "clothing store Richards Landing, hoodies sweaters Ontario, gift shop Northern Ontario, Canadian apparel, local retail",
|
||||
metadataBase: new URL("https://moosesweats.com"),
|
||||
alternates: {
|
||||
canonical: "https://moosesweats.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "Moose Sweats | Quality Clothing & Gifts in Richards Landing",
|
||||
description: "Cozy clothing and unique gifts celebrating Canadian heritage",
|
||||
siteName: "Moose Sweats",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/clothing-hanger-modern-shop-boutique_23-2148175634.jpg",
|
||||
alt: "Moose Sweats store front",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Moose Sweats | Richards Landing",
|
||||
description: "Quality clothing & unique gifts",
|
||||
images: ["http://img.b2bpic.net/free-photo/clothing-hanger-modern-shop-boutique_23-2148175634.jpg"],
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -31,7 +58,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${montserrat.variable} ${inter.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${montserrat.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -43,4 +72,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -94,7 +94,7 @@ export default function HomePage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/clothing-hanger-modern-shop-boutique_23-2148175634.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/clothing-hanger-modern-shop-boutique_23-2148175634.jpg?_wi=1"
|
||||
imageAlt="Moose Sweats store interior with warm lighting and cozy ambiance"
|
||||
mediaAnimation="blur-reveal"
|
||||
frameStyle="card"
|
||||
@@ -132,7 +132,7 @@ export default function HomePage() {
|
||||
price: "$64.99",
|
||||
rating: 5,
|
||||
reviewCount: "48",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-hipster-man-woman-love-traveling-together-wild-nature_285396-2048.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-hipster-man-woman-love-traveling-together-wild-nature_285396-2048.jpg?_wi=1",
|
||||
imageAlt: "Forest green hoodie with moose emblem design",
|
||||
},
|
||||
{
|
||||
@@ -142,7 +142,7 @@ export default function HomePage() {
|
||||
price: "$74.99",
|
||||
rating: 5,
|
||||
reviewCount: "32",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-by-tree-spring-forest-with-drink-thermos_1157-32856.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-by-tree-spring-forest-with-drink-thermos_1157-32856.jpg?_wi=1",
|
||||
imageAlt: "Cream cable knit sweater perfect for cozy moments",
|
||||
},
|
||||
{
|
||||
@@ -152,7 +152,7 @@ export default function HomePage() {
|
||||
price: "$89.99",
|
||||
rating: 5,
|
||||
reviewCount: "26",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-knitted-hats_23-2149311009.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-knitted-hats_23-2149311009.jpg?_wi=1",
|
||||
imageAlt: "Curated gift set featuring local artisan items",
|
||||
},
|
||||
]}
|
||||
@@ -256,7 +256,7 @@ export default function HomePage() {
|
||||
|
||||
<div id="footer-home" data-section="footer-home">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/square-front-modern-office-buildings_1359-1123.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/square-front-modern-office-buildings_1359-1123.jpg?_wi=1"
|
||||
imageAlt="Moose Sweats store exterior in Richards Landing"
|
||||
logoText="Moose Sweats"
|
||||
copyrightText="© 2025 Moose Sweats | Richards Landing, Ontario, Canada"
|
||||
|
||||
@@ -49,7 +49,7 @@ export default function ShopPage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/clothing-hanger-modern-shop-boutique_23-2148175634.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/clothing-hanger-modern-shop-boutique_23-2148175634.jpg?_wi=2"
|
||||
imageAlt="Moose Sweats product collection display"
|
||||
mediaAnimation="blur-reveal"
|
||||
frameStyle="card"
|
||||
@@ -72,7 +72,7 @@ export default function ShopPage() {
|
||||
price: "$64.99",
|
||||
rating: 5,
|
||||
reviewCount: "48",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-hipster-man-woman-love-traveling-together-wild-nature_285396-2048.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-hipster-man-woman-love-traveling-together-wild-nature_285396-2048.jpg?_wi=2",
|
||||
imageAlt: "Forest green hoodie with moose emblem",
|
||||
},
|
||||
{
|
||||
@@ -82,7 +82,7 @@ export default function ShopPage() {
|
||||
price: "$64.99",
|
||||
rating: 5,
|
||||
reviewCount: "35",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-hipster-man-woman-love-traveling-together-wild-nature_285396-2048.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-hipster-man-woman-love-traveling-together-wild-nature_285396-2048.jpg?_wi=3",
|
||||
imageAlt: "Burgundy hoodie with heritage design",
|
||||
},
|
||||
{
|
||||
@@ -92,7 +92,7 @@ export default function ShopPage() {
|
||||
price: "$74.99",
|
||||
rating: 5,
|
||||
reviewCount: "32",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-by-tree-spring-forest-with-drink-thermos_1157-32856.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-by-tree-spring-forest-with-drink-thermos_1157-32856.jpg?_wi=2",
|
||||
imageAlt: "Cream cable knit sweater",
|
||||
},
|
||||
{
|
||||
@@ -102,7 +102,7 @@ export default function ShopPage() {
|
||||
price: "$79.99",
|
||||
rating: 5,
|
||||
reviewCount: "28",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-by-tree-spring-forest-with-drink-thermos_1157-32856.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-by-tree-spring-forest-with-drink-thermos_1157-32856.jpg?_wi=3",
|
||||
imageAlt: "Charcoal wool blend sweater",
|
||||
},
|
||||
{
|
||||
@@ -112,7 +112,7 @@ export default function ShopPage() {
|
||||
price: "$89.99",
|
||||
rating: 5,
|
||||
reviewCount: "26",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-knitted-hats_23-2149311009.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-knitted-hats_23-2149311009.jpg?_wi=2",
|
||||
imageAlt: "Northern Ontario gift collection",
|
||||
},
|
||||
{
|
||||
@@ -122,7 +122,7 @@ export default function ShopPage() {
|
||||
price: "$94.99",
|
||||
rating: 5,
|
||||
reviewCount: "19",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-knitted-hats_23-2149311009.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-knitted-hats_23-2149311009.jpg?_wi=3",
|
||||
imageAlt: "Artisan crafted gift selection",
|
||||
},
|
||||
]}
|
||||
@@ -143,7 +143,7 @@ export default function ShopPage() {
|
||||
|
||||
<div id="shop-page-footer" data-section="shop-page-footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/square-front-modern-office-buildings_1359-1123.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/square-front-modern-office-buildings_1359-1123.jpg?_wi=3"
|
||||
imageAlt="Moose Sweats store exterior"
|
||||
logoText="Moose Sweats"
|
||||
copyrightText="© 2025 Moose Sweats | Richards Landing, Ontario, Canada"
|
||||
|
||||
Reference in New Issue
Block a user