7 Commits

Author SHA1 Message Date
b9dc356835 Merge version_3 into main
Merge version_3 into main
2026-03-05 08:45:28 +00:00
6e4831940e Update src/app/page.tsx 2026-03-05 08:45:24 +00:00
d09f4eae84 Update src/app/layout.tsx 2026-03-05 08:45:24 +00:00
3444fcb89e Merge version_2 into main
Merge version_2 into main
2026-03-05 08:25:54 +00:00
61e0022957 Update src/app/page.tsx 2026-03-05 08:25:50 +00:00
c5c8e4ef9f Update src/app/layout.tsx 2026-03-05 08:25:50 +00:00
73e13e9790 Merge version_1 into main
Merge version_1 into main
2026-03-05 08:02:20 +00:00
2 changed files with 16 additions and 49 deletions

View File

@@ -1,57 +1,28 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Mulish } from "next/font/google";
import { Geist, Geist_Mono } from "next/font/google";
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 geist = Geist({
variable: "--font-geist-sans", subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const mulish = Mulish({
variable: "--font-mulish", subsets: ["latin"],
const geistMono = Geist_Mono({
variable: "--font-geist-mono", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "FoodFlow - Fast Food Delivery Service", description: "Order from your favorite restaurants with FoodFlow. 30-minute delivery guarantee, 500+ partner restaurants, and real-time tracking. Download our app today!", keywords: "food delivery, restaurant delivery, fast food delivery, online food ordering", metadataBase: new URL("https://foodflow.com"),
alternates: {
canonical: "https://foodflow.com"},
openGraph: {
title: "FoodFlow - Fast Food Delivery Service", description: "Order delicious food from 500+ restaurants with FoodFlow. 30-minute delivery guarantee!", url: "https://foodflow.com", siteName: "FoodFlow", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/man-with-beverage-using-smartphone-cafe_23-2147826810.jpg", alt: "FoodFlow food delivery service"},
],
},
twitter: {
card: "summary_large_image", title: "FoodFlow - Fast Food Delivery Service", description: "Order delicious food from your favorite restaurants. 30-minute delivery guarantee!", images: ["http://img.b2bpic.net/free-photo/man-with-beverage-using-smartphone-cafe_23-2147826810.jpg"],
},
robots: {
index: true,
follow: true,
},
};
title: "FoodFlow", description: "Order from your favorite restaurants and enjoy delicious meals delivered fresh to your door."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${mulish.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={`${geist.variable} ${geistMono.variable} antialiased`}>
{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1419,7 +1390,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -10,7 +10,7 @@ import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven";
import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo";
import ContactText from "@/components/sections/contact/ContactText";
import FooterCard from "@/components/sections/footer/FooterCard";
import { Facebook, Twitter, Instagram } from "lucide-react";
import { Facebook, Twitter, Instagram, Search, CreditCard, MapPin } from "lucide-react";
export default function LandingPage() {
return (
@@ -64,12 +64,9 @@ export default function LandingPage() {
description="Partner with the best restaurants in your city. Quality food, fair prices, and guaranteed freshness."
tag="Our Network"
bulletPoints={[
{
title: "Premium Selection", description: "Handpicked restaurants offering the best cuisines and quality."},
{
title: "Fast Delivery", description: "Average delivery time of 30 minutes or your food is free."},
{
title: "Quality Assurance", description: "Every order packed and delivered with utmost care."},
{ title: "Premium Selection", description: "Handpicked restaurants offering the best cuisines and quality."},
{ title: "Fast Delivery", description: "Average delivery time of 30 minutes or your food is free."},
{ title: "Quality Assurance", description: "Every order packed and delivered with utmost care."},
]}
imageSrc="http://img.b2bpic.net/free-photo/wicker-gray-table-with-glass-gray-chairs_140725-3025.jpg"
imageAlt="Featured restaurant partner"