|
|
|
|
@@ -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>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|