Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7c405eecb6 | |||
| 28a03d8b54 | |||
| 4da3aba2d6 | |||
| ad11bf09fe | |||
| aae5db5899 |
@@ -4,12 +4,15 @@ import "./styles/variables.css";
|
||||
import "./globals.css";
|
||||
|
||||
const geistSans = localFont({
|
||||
src: "./fonts/GeistVF.woff2", variable: "--font-geist-sans", weight: "100 900"});
|
||||
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"});
|
||||
src: "./fonts/GeistMonoVF.woff2", variable: "--font-geist-mono", weight: "100 900"
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
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."};
|
||||
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,
|
||||
|
||||
@@ -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 (
|
||||
@@ -73,7 +73,8 @@ export default function LandingPage() {
|
||||
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>
|
||||
|
||||
Reference in New Issue
Block a user