11 Commits

Author SHA1 Message Date
771c1b1a1f Merge version_4 into main
Merge version_4 into main
2026-03-03 06:14:11 +00:00
7c405eecb6 Update src/app/page.tsx 2026-03-03 06:14:06 +00:00
28a03d8b54 Update src/app/layout.tsx 2026-03-03 06:14:06 +00:00
4da3aba2d6 Switch to version 2: modified src/app/page.tsx 2026-03-03 06:12:07 +00:00
ad11bf09fe Switch to version 2: modified src/app/layout.tsx 2026-03-03 06:12:06 +00:00
aae5db5899 Merge version_3 into main
Merge version_3 into main
2026-03-03 06:10:54 +00:00
00e9dc516a Update src/app/page.tsx 2026-03-03 06:10:50 +00:00
614f92b124 Update src/app/layout.tsx 2026-03-03 06:10:49 +00:00
8663d8f424 Merge version_2 into main
Merge version_2 into main
2026-03-03 06:07:50 +00:00
2552ca446b Update src/app/page.tsx 2026-03-03 06:07:45 +00:00
549e64c5bc Merge version_1 into main
Merge version_1 into main
2026-03-03 05:33:42 +00:00
2 changed files with 42 additions and 64 deletions

View File

@@ -1,59 +1,29 @@
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 geistSans = localFont({
src: "./fonts/GeistVF.woff2", variable: "--font-geist-sans", weight: "100 900"
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const raleway = Raleway({
variable: "--font-raleway", subsets: ["latin"],
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 +1391,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}
}

View File

@@ -8,7 +8,7 @@ import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwe
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import ContactFaq from '@/components/sections/contact/ContactFaq';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import { Star, Heart, CheckCircle, Phone } from 'lucide-react';
import { Star, Heart, CheckCircle, Phone, Clock } from 'lucide-react';
export default function LandingPage() {
return (
@@ -44,28 +44,37 @@ 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}
testimonials={[
{
name: "Jessica M.", handle: "Local Resident", testimonial: "This little market is a gem! I go here all the time.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=1"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDGcQO4Zxh2qtyCLEG7RXpXvL/uploaded-1772518027004-8aifspnm.jpg"
},
{
name: "David K.", handle: "Kersey Resident", testimonial: "So convenient and friendly service. Highly recommend!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDGcQO4Zxh2qtyCLEG7RXpXvL/uploaded-1772518027004-sk4xer47.jpg"
},
{
name: "Maria L.", handle: "Regular Customer", testimonial: "Love this local store, I go here ALL the time!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=2"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDGcQO4Zxh2qtyCLEG7RXpXvL/uploaded-1772518027004-f6jr8582.jpg"
},
{
name: "Alex T.", handle: "Community Member", testimonial: "Best market in town. Great service and selection!", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDGcQO4Zxh2qtyCLEG7RXpXvL/uploaded-1772518027004-qhkzaur4.jpg"
},
{
name: "Sarah R.", handle: "Loyal Customer", testimonial: "Supporting local has never been easier. Love them!", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDGcQO4Zxh2qtyCLEG7RXpXvL/uploaded-1772518027004-lrmwx9rs.jpg"
}
]}
testimonialRotationInterval={5000}
buttons={[
{ text: "📞 Call Now", href: "tel:+19705035033" },
{ text: "📍 Get Directions", href: "https://maps.google.com/?q=202+1st+St+Kersey+CO+80644" }
{ text: "📍 Get Directions", href: "https://maps.google.com/?q=202+1st+St+Kersey+CO+80644" },
{ text: "⏰ Hours & Location", href: "hours" }
]}
/>
</div>
@@ -78,7 +87,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}
@@ -93,27 +102,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"
@@ -130,23 +139,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"
@@ -216,4 +225,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}