Merge version_3 into main #3
@@ -1,59 +1,26 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Raleway } from "next/font/google";
|
||||
import localFont from "next/font/local";
|
||||
import "./styles/variables.css";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const raleway = Raleway({
|
||||
variable: "--font-raleway", subsets: ["latin"],
|
||||
});
|
||||
const geistSans = localFont({
|
||||
src: "./fonts/GeistVF.woff2", variable: "--font-geist-sans", weight: "100 900"});
|
||||
const geistMono = localFont({
|
||||
src: "./fonts/GeistMonoVF.woff2", variable: "--font-geist-mono", weight: "100 900"});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Mini Market Moras | Convenience Store in Kersey, CO", description: "Your friendly neighborhood convenience store in Kersey, CO. Well-stocked with snacks, groceries, and essentials. ⭐ 5.0 rated. Call (970) 503-5033 or visit 202 1st St today.", keywords: "convenience store Kersey, mini market Colorado, grocery store near me, local market Kersey CO", metadataBase: new URL("https://minimarketmoras.com"),
|
||||
alternates: {
|
||||
canonical: "https://minimarketmoras.com"
|
||||
},
|
||||
openGraph: {
|
||||
title: "Mini Market Moras - Kersey's Trusted Convenience Store", description: "Visit Mini Market Moras for your everyday essentials. Friendly service, great selection, and community focus. ⭐ 5.0 rated.", url: "https://minimarketmoras.com", siteName: "Mini Market Moras", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/hipster-buying-fresh-vegetables-store_482257-76243.jpg", alt: "Mini Market Moras storefront"
|
||||
}
|
||||
]
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Mini Market Moras - Kersey, CO", description: "Your friendly neighborhood market. Call (970) 503-5033", images: ["http://img.b2bpic.net/free-photo/hipster-buying-fresh-vegetables-store_482257-76243.jpg"]
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true
|
||||
}
|
||||
};
|
||||
title: "Mini Market Moras - Local Market in Kersey, CO", description: "Your friendly neighborhood market in Kersey, Colorado. Well-stocked with quality products and friendly service."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${raleway.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={`${geistSans.variable} ${geistMono.variable}`}>
|
||||
{children}
|
||||
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1421,7 +1388,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
||||
tag="⭐ 5.0 Rated"
|
||||
tagIcon={Star}
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hipster-buying-fresh-vegetables-store_482257-76243.jpg?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDGcQO4Zxh2qtyCLEG7RXpXvL/uploaded-1772518027004-hero1.jpg"
|
||||
imageAlt="Mini Market Moras storefront in Kersey"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -86,7 +86,7 @@ export default function LandingPage() {
|
||||
description="Mini Market Moras has earned a 5.0-star reputation by delivering friendly service, convenience, and quality products every single day."
|
||||
subdescription="Proudly serving Kersey since opening"
|
||||
icon={CheckCircle}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiling-african-american-cashier-sitting-checkout_74855-3297.jpg?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDGcQO4Zxh2qtyCLEG7RXpXvL/uploaded-1772518027004-about1.jpg"
|
||||
imageAlt="Friendly staff at Mini Market Moras"
|
||||
mediaAnimation="opacity"
|
||||
useInvertedBackground={true}
|
||||
@@ -101,27 +101,27 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Snacks & Drinks", tags: ["Popular", "Always In Stock"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-lunch-grilled-chicken-cabbage-grape-juice-packed-different-boxes-fresh-healthy-eating-white-wooden-background_482257-31552.jpg?_wi=1", imageAlt: "Snacks and beverages selection"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDGcQO4Zxh2qtyCLEG7RXpXvL/uploaded-1772518027004-product1.jpg", imageAlt: "Snacks and beverages selection"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Grocery Essentials", tags: ["Staples", "Fresh"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-lunch-grilled-chicken-cabbage-grape-juice-packed-different-boxes-fresh-healthy-eating-white-wooden-background_482257-31552.jpg?_wi=2", imageAlt: "Grocery staples and fresh items"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDGcQO4Zxh2qtyCLEG7RXpXvL/uploaded-1772518027004-product2.jpg", imageAlt: "Grocery staples and fresh items"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Household Basics", tags: ["Convenience", "Quality"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-lunch-grilled-chicken-cabbage-grape-juice-packed-different-boxes-fresh-healthy-eating-white-wooden-background_482257-31552.jpg?_wi=3", imageAlt: "Household items and supplies"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDGcQO4Zxh2qtyCLEG7RXpXvL/uploaded-1772518027004-product3.jpg", imageAlt: "Household items and supplies"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Cold Beverages", tags: ["Refreshing", "Year-Round"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-lunch-grilled-chicken-cabbage-grape-juice-packed-different-boxes-fresh-healthy-eating-white-wooden-background_482257-31552.jpg?_wi=4", imageAlt: "Cold drink section"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDGcQO4Zxh2qtyCLEG7RXpXvL/uploaded-1772518027004-product4.jpg", imageAlt: "Cold drink section"
|
||||
},
|
||||
{
|
||||
id: "5", title: "Specialty Items", tags: ["Local", "Unique"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-lunch-grilled-chicken-cabbage-grape-juice-packed-different-boxes-fresh-healthy-eating-white-wooden-background_482257-31552.jpg?_wi=5", imageAlt: "Specialty and local products"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDGcQO4Zxh2qtyCLEG7RXpXvL/uploaded-1772518027004-product5.jpg", imageAlt: "Specialty and local products"
|
||||
},
|
||||
{
|
||||
id: "6", title: "Quick Grab & Go", tags: ["Ready", "Fast"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-lunch-grilled-chicken-cabbage-grape-juice-packed-different-boxes-fresh-healthy-eating-white-wooden-background_482257-31552.jpg?_wi=6", imageAlt: "Grab and go ready items"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDGcQO4Zxh2qtyCLEG7RXpXvL/uploaded-1772518027004-product6.jpg", imageAlt: "Grab and go ready items"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -138,23 +138,23 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Friendly Service", tags: ["Personal", "Welcoming"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-cashier-sitting-checkout_74855-3297.jpg?_wi=2", imageAlt: "Friendly staff greeting customers"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDGcQO4Zxh2qtyCLEG7RXpXvL/uploaded-1772518027004-feature1.jpg", imageAlt: "Friendly staff greeting customers"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Convenient Location", tags: ["Central", "Easy Access"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hipster-buying-fresh-vegetables-store_482257-76243.jpg?_wi=2", imageAlt: "Store location in Kersey"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDGcQO4Zxh2qtyCLEG7RXpXvL/uploaded-1772518027004-feature2.jpg", imageAlt: "Store location in Kersey"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Well-Stocked", tags: ["Quality", "Variety"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-supermarket-grocery-store-background_640221-331.jpg", imageAlt: "Well-stocked shelves"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDGcQO4Zxh2qtyCLEG7RXpXvL/uploaded-1772518027004-feature3.jpg", imageAlt: "Well-stocked shelves"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Easy In-and-Out", tags: ["Quick", "Efficient"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hipster-buying-fresh-vegetables-store_482257-76243.jpg?_wi=3", imageAlt: "Quick shopping experience"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDGcQO4Zxh2qtyCLEG7RXpXvL/uploaded-1772518027004-feature4.jpg", imageAlt: "Quick shopping experience"
|
||||
},
|
||||
{
|
||||
id: "5", title: "Trusted by Community", tags: ["Reliable", "Local"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-cashier-sitting-checkout_74855-3297.jpg?_wi=3", imageAlt: "Community trust and connection"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDGcQO4Zxh2qtyCLEG7RXpXvL/uploaded-1772518027004-feature5.jpg", imageAlt: "Community trust and connection"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user