7 Commits

Author SHA1 Message Date
76f53482d9 Update theme colors 2026-03-06 08:38:54 +00:00
569d429b62 Update src/app/page.tsx 2026-03-06 08:37:45 +00:00
47baf2acca Update src/app/page.tsx 2026-03-06 08:34:43 +00:00
23d1e72d4e Update src/app/layout.tsx 2026-03-06 08:34:42 +00:00
5d778f8244 Merge version_1 into main
Merge version_1 into main
2026-03-06 08:31:02 +00:00
162be18658 Merge version_1 into main
Merge version_1 into main
2026-03-06 08:30:17 +00:00
2bc0fbbfcd Merge version_1 into main
Merge version_1 into main
2026-03-06 08:29:05 +00:00
3 changed files with 23 additions and 50 deletions

View File

@@ -1,54 +1,28 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Open_Sans } 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 openSans = Open_Sans({
variable: "--font-open-sans", subsets: ["latin"],
const geistMono = Geist_Mono({
variable: "--font-geist-mono", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Fresh Bites - Fast, Quality Food Delivery & Pickup", description: "Order fresh, delicious food online for quick pickup or delivery. Browse our menu, customize your meal, and enjoy quality food fast. Open daily with special deals.", keywords: "food delivery, quick service, online ordering, fresh food, local restaurant, meal delivery, fast food", robots: {
index: true,
follow: true,
},
openGraph: {
title: "Fresh Bites - Quality Food, Fast Service", description: "Order fresh, delicious meals online for pickup or delivery. Quality ingredients, quick turnaround, loyalty rewards.", siteName: "Fresh Bites", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/fresh-vegetable-salad-wooden-background_93675-129482.jpg", alt: "food dish fresh appetizing meal"},
],
},
twitter: {
card: "summary_large_image", title: "Fresh Bites - Fresh Food, Fast Order", description: "Browse our menu, order online, and enjoy fresh meals delivered or ready for pickup.", images: ["http://img.b2bpic.net/free-photo/fresh-vegetable-salad-wooden-background_93675-129482.jpg"],
},
};
title: "Fresh Bites | Order Fresh Food Fast", description: "Browse our menu, customize your order, and enjoy fresh, delicious food quickly."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${openSans.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={`${geist.variable} ${geistMono.variable} antialiased`}>
{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1416,7 +1390,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
tag="Fresh Food, Fast"
tag="Chill Meals "
tagIcon={Flame}
tagAnimation="slide-up"
title="Order Now & Enjoy in Minutes"
@@ -228,7 +228,7 @@ export default function LandingPage() {
description="Browse our menu, customize your order, and enjoy fresh food delivered to your location or ready for quick pickup. Join hundreds of satisfied customers today."
buttons={[
{ text: "Order Online", href: "#menu" },
{ text: "View Our Hours", href: "#contact" },
{ text: "Start Your Order", href: "#menu" },
]}
buttonAnimation="slide-up"
background={{ variant: "radial-gradient" }}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #120a00e6;
--primary-cta: #E34400;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #120a00e6;
--accent: #e2e2e2;
--background-accent: #E34400;
--background: #f6f0e9;
--card: #efe7dd;
--foreground: #2b180a;
--primary-cta: #2b180a;
--primary-cta-text: #f6f0e9;
--secondary-cta: #efe7dd;
--secondary-cta-text: #2b180a;
--accent: #94877c;
--background-accent: #afa094;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);