Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 053a505b6e | |||
| 35b45423c4 | |||
| 056e6b0f2f | |||
| 47d0fda4cc |
@@ -6,12 +6,12 @@ const geist = Geist({
|
||||
variable: "--font-geist-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const geistMono = Geist_Mono({
|
||||
const geist_mono = Geist_Mono({
|
||||
variable: "--font-geist-mono", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Fresh Local - Quality Groceries in Kigali", description: "Affordable groceries and household products in Kigali. Quality rice, sugar, cooking oil, and everyday essentials. Fast local delivery and wholesale options."};
|
||||
title: "Fresh Local - Quality Groceries in Kigali", description: "Affordable groceries and household products in Kigali. Fast local delivery, in-store pickup, and wholesale options available."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
@@ -20,7 +20,7 @@ export default function RootLayout({
|
||||
}) {
|
||||
return (
|
||||
<html lang="en">
|
||||
<body className={`${geist.variable} ${geistMono.variable} antialiased`}>
|
||||
<body className={`${geist.variable} ${geist_mono.variable} antialiased`}>
|
||||
{children}
|
||||
|
||||
<script
|
||||
|
||||
@@ -10,7 +10,7 @@ import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo";
|
||||
import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen";
|
||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
||||
import { ShoppingCart, Sparkles, CheckCircle, TrendingUp, Star, MessageSquare, MapPin, Package } from "lucide-react";
|
||||
import { ShoppingCart, Sparkles, CheckCircle, TrendingUp, Star, MessageSquare, MapPin } from "lucide-react";
|
||||
|
||||
export default function HomePage() {
|
||||
const navItems = [
|
||||
@@ -82,9 +82,9 @@ export default function HomePage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sesame-seeds-bag-dark-background_1150-45317.jpg?_wi=1", imageAlt: "Quality rice products"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Order on WhatsApp", href: "https://wa.me/250783847767?text=Hi%20Fresh%20Local%20store,%20I'd%20like%20to%20place%20an%20order"},
|
||||
{ text: "Call Now", href: "tel:+250783847767" },
|
||||
{
|
||||
text: "Order Now on WhatsApp", href: "https://wa.me/250783847767?text=Hi%20Fresh%20Local%20store,%20I'd%20like%20to%20place%20an%20order"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaAnimation="opacity"
|
||||
@@ -95,8 +95,8 @@ export default function HomePage() {
|
||||
<ProductCardOne
|
||||
title="Featured Products"
|
||||
description="Browse our most popular grocery items and household essentials. All products available for in-store shopping, delivery, or WhatsApp ordering."
|
||||
tag="Bestselling Essentials"
|
||||
tagIcon={Package}
|
||||
tag="Best Sellers"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user