Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 37a1ada2e3 | |||
| 745c9d69ba | |||
| 33117337c2 | |||
| ac660adb63 | |||
| 2e172b3398 | |||
| a038ff148a | |||
| 4354654045 |
@@ -1,53 +1,24 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Montserrat } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const montserrat = Montserrat({
|
||||
variable: "--font-montserrat", subsets: ["latin"],
|
||||
});
|
||||
import "./styles/variables.css";
|
||||
import "./styles/base.css";
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Lotus Food Market | International Grocery Store in Lake Worth Beach", description: "Discover authentic international groceries, fresh produce, halal meats, exotic spices, and homemade foods at Lotus Food Market. Your neighborhood market with global flavors.", keywords: "international grocery store, fresh produce, halal meats, exotic spices, Lake Worth Beach, organic groceries, specialty foods", metadataBase: new URL("https://lotusfoodmarket.com"),
|
||||
alternates: {
|
||||
canonical: "https://lotusfoodmarket.com"
|
||||
},
|
||||
openGraph: {
|
||||
title: "Lotus Food Market - Your Neighborhood Market with Global Flavors", description: "Shop authentic international groceries, fresh produce, halal meats, and homemade specialties. Visit us in Lake Worth Beach, FL.", url: "https://lotusfoodmarket.com", siteName: "Lotus Food Market", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/photo-vegetables-supermarket-photo-your-advertising_185193-110549.jpg", alt: "Lotus Food Market - Fresh International Produce"
|
||||
}
|
||||
]
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Lotus Food Market | International Grocery Store", description: "Authentic flavors from around the world. Fresh. Quality. Community-focused.", images: ["http://img.b2bpic.net/free-photo/photo-vegetables-supermarket-photo-your-advertising_185193-110549.jpg"]
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true
|
||||
}
|
||||
};
|
||||
title: "Lotus Food Market", description: "Your neighborhood market with flavors from around the world"};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${montserrat.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={inter.variable}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1415,7 +1386,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -28,14 +28,14 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Visit Us", id: "contact" }
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Products", id: "#products" },
|
||||
{ name: "Reviews", id: "#testimonials" },
|
||||
{ name: "Visit Us", id: "#contact" }
|
||||
]}
|
||||
brandName="Lotus Food Market"
|
||||
button={{ text: "Get Directions", href: "contact" }}
|
||||
button={{ text: "Get Directions", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -51,8 +51,8 @@ export default function LandingPage() {
|
||||
]}
|
||||
avatarText="Trusted by 142+ satisfied customers • 5.0 stars"
|
||||
buttons={[
|
||||
{ text: "Visit Us Today", href: "contact" },
|
||||
{ text: "Learn More", href: "about" }
|
||||
{ text: "Get Directions Now", href: "#contact" },
|
||||
{ text: "Learn More", href: "#about" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
ariaLabel="Hero section for Lotus Food Market"
|
||||
@@ -98,7 +98,7 @@ export default function LandingPage() {
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
buttons={[{ text: "Visit Store", href: "contact" }]}
|
||||
buttons={[{ text: "Visit Store", href: "#contact" }]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -111,28 +111,22 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah M.", role: "Regular Customer", company: "Lake Worth Family", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/satisfied-female-customer-making-like-gesture-with-both-hands_74855-3666.jpg", imageAlt: "Happy customer Sarah M."
|
||||
id: "1", name: "Sarah M.", role: "Regular Customer", company: "Lake Worth Family", rating: 5
|
||||
},
|
||||
{
|
||||
id: "2", name: "Ahmed K.", role: "Loyal Customer", company: "Local Community", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Satisfied customer Ahmed K."
|
||||
id: "2", name: "Ahmed K.", role: "Loyal Customer", company: "Local Community", rating: 5
|
||||
},
|
||||
{
|
||||
id: "3", name: "Maria G.", role: "Family Shopper", company: "Neighborhood Regular", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Happy customer Maria G."
|
||||
id: "3", name: "Maria G.", role: "Family Shopper", company: "Neighborhood Regular", rating: 5
|
||||
},
|
||||
{
|
||||
id: "4", name: "David L.", role: "Food Enthusiast", company: "Community Member", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-customer-approving-new-offer_1262-17151.jpg", imageAlt: "Satisfied customer David L."
|
||||
id: "4", name: "David L.", role: "Food Enthusiast", company: "Community Member", rating: 5
|
||||
},
|
||||
{
|
||||
id: "5", name: "Priya P.", role: "Chef & Customer", company: "Local Business Owner", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Happy customer Priya P."
|
||||
id: "5", name: "Priya P.", role: "Chef & Customer", company: "Local Business Owner", rating: 5
|
||||
},
|
||||
{
|
||||
id: "6", name: "Miguel R.", role: "Regular Shopper", company: "Family of Four", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/satisfied-happy-female-customer-making-like-gesture_74855-3668.jpg", imageAlt: "Satisfied customer Miguel R."
|
||||
id: "6", name: "Miguel R.", role: "Regular Shopper", company: "Family of Four", rating: 5
|
||||
}
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -169,7 +163,7 @@ export default function LandingPage() {
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Contact Us", href: "contact" }]}
|
||||
buttons={[{ text: "Contact Us", href: "#contact" }]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -230,4 +224,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user