7 Commits

Author SHA1 Message Date
69878a65ad Merge version_2 into main
Merge version_2 into main
2026-03-06 07:31:18 +00:00
77afb79453 Update src/app/styles/variables.css 2026-03-06 07:31:13 +00:00
fdb48eeabc Update src/app/page.tsx 2026-03-06 07:31:13 +00:00
86a59b8c29 Update src/app/layout.tsx 2026-03-06 07:31:12 +00:00
4b2155c593 Merge version_1 into main
Merge version_1 into main
2026-03-06 07:06:47 +00:00
6d73583596 Merge version_1 into main
Merge version_1 into main
2026-03-06 07:06:07 +00:00
7504f6d3ac Merge version_1 into main
Merge version_1 into main
2026-03-06 07:04:47 +00:00
3 changed files with 27 additions and 60 deletions

View File

@@ -1,55 +1,23 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Poppins } from "next/font/google";
import "./styles/variables.css";
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 inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const poppins = Poppins({
variable: "--font-poppins", subsets: ["latin"],
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Shree Pandit Ji Foods | Kanpur Street Food", description: "Famous street food in Kanpur. Authentic Bun Makhan, fresh buttermilk & Indo-Chinese specialties at Mall Road. Open 6 AM-1 PM, 5:30-9 PM daily.", keywords: "street food kanpur, bun makhan, buttermilk, Indo-Chinese food, food in kanpur, Mall Road", robots: {
index: true,
follow: true,
},
openGraph: {
title: "Shree Pandit Ji Foods | Authentic Kanpur Street Food", description: "Experience authentic street food at Shree Pandit Ji Foods. Famous for Bun Makhan & fresh buttermilk. Located at Mall Road, Kanpur.", siteName: "Shree Pandit Ji Foods", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/hamburgers-white-plate_181624-8125.jpg", alt: "Famous Bun Makhan"},
],
},
twitter: {
card: "summary_large_image", title: "Shree Pandit Ji Foods | Kanpur Street Food", description: "Authentic street food. Bun Makhan, buttermilk & Indo-Chinese specialties.", images: ["http://img.b2bpic.net/free-photo/hamburgers-white-plate_181624-8125.jpg"],
},
};
title: "Shree Pandit Ji Foods - Authentic Street Food", description: "Experience authentic Kanpur street food at Shree Pandit Ji Foods. Famous for Bun Makhan, Buttermilk, and Indo-Chinese specialties."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${poppins.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>
{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1417,7 +1385,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -13,15 +13,15 @@ import { Zap, Heart, Clock, Star, Camera, MapPin, Home, UtensilsCrossed, Flame,
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="elastic-effect"
defaultTextAnimation="entrance-slide"
borderRadius="soft"
defaultButtonVariant="text-stagger"
defaultTextAnimation="reveal-blur"
borderRadius="pill"
contentWidth="mediumLarge"
sizing="mediumLarge"
background="noiseDiagonalGradient"
cardStyle="layered-gradient"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="layered"
background="aurora"
cardStyle="gradient-mesh"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="glass"
headingFontWeight="extrabold"
>
<div id="nav" data-section="nav">
@@ -52,7 +52,7 @@ export default function LandingPage() {
{ text: "Order Now", href: "https://www.instagram.com/shreepanditjifoods" },
]}
buttonAnimation="slide-up"
background={{ variant: "radial-gradient" }}
background={{ variant: "sparkles-gradient" }}
dashboard={{
title: "Authentic Morning Breakfast", logoIcon: UtensilsCrossed,
imageSrc: "http://img.b2bpic.net/free-photo/event-wedding-buffet-snack-meat_1203-5102.jpg", searchPlaceholder: "Search menu items...", sidebarItems: [
@@ -133,8 +133,8 @@ export default function LandingPage() {
]}
textboxLayout="default"
useInvertedBackground={false}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
gridVariant="bento-grid"
animationType="scale-rotate"
products={[
{
id: "1", brand: "Morning Special", name: "Bun Makhan", price: "₹40", rating: 5,
@@ -174,7 +174,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
showRating={false}
animationType="slide-up"
animationType="depth-3d"
testimonials={[
{
id: "1", name: "Morning Rush", handle: "@breakfasttime", testimonial:

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #fbfaff;
--card: #f7f5ff;
--foreground: #0f0022;
--primary-cta: #8b5cf6;
--background: #010912;
--card: #152840;
--foreground: #e6f0ff;
--primary-cta: #cee7ff;
--primary-cta-text: #fbfaff;
--secondary-cta: #ffffff;
--secondary-cta: #0e1a29;
--secondary-cta-text: #0f0022;
--accent: #d8cef5;
--background-accent: #c4a8f9;
--accent: #3f5c79;
--background-accent: #004a93;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);