Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 77afb79453 | |||
| fdb48eeabc | |||
| 86a59b8c29 | |||
| 4b2155c593 | |||
| 6d73583596 | |||
| 7504f6d3ac |
@@ -1,54 +1,22 @@
|
|||||||
import type { Metadata } from "next";
|
import type { Metadata } from "next";
|
||||||
import { Halant } from "next/font/google";
|
|
||||||
import { Inter } from "next/font/google";
|
import { Inter } from "next/font/google";
|
||||||
import { Poppins } from "next/font/google";
|
import "./styles/variables.css";
|
||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|
||||||
import Tag from "@/tag/Tag";
|
|
||||||
|
|
||||||
const halant = Halant({
|
const inter = Inter({ subsets: ["latin"] });
|
||||||
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"],
|
|
||||||
});
|
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
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: {
|
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."};
|
||||||
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"],
|
|
||||||
},
|
|
||||||
};
|
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
}: Readonly<{
|
}: {
|
||||||
children: React.ReactNode;
|
children: React.ReactNode;
|
||||||
}>) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<html lang="en" suppressHydrationWarning>
|
<html lang="en">
|
||||||
<ServiceWrapper>
|
<body className={inter.className}>
|
||||||
<body
|
{children}
|
||||||
className={`${halant.variable} ${inter.variable} ${poppins.variable} antialiased`}
|
|
||||||
>
|
|
||||||
<Tag />
|
|
||||||
{children}
|
|
||||||
|
|
||||||
<script
|
<script
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
@@ -1417,7 +1385,6 @@ export default function RootLayout({
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</body>
|
</body>
|
||||||
</ServiceWrapper>
|
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -13,15 +13,15 @@ import { Zap, Heart, Clock, Star, Camera, MapPin, Home, UtensilsCrossed, Flame,
|
|||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="elastic-effect"
|
defaultButtonVariant="text-stagger"
|
||||||
defaultTextAnimation="entrance-slide"
|
defaultTextAnimation="reveal-blur"
|
||||||
borderRadius="soft"
|
borderRadius="pill"
|
||||||
contentWidth="mediumLarge"
|
contentWidth="mediumLarge"
|
||||||
sizing="mediumLarge"
|
sizing="mediumLarge"
|
||||||
background="noiseDiagonalGradient"
|
background="aurora"
|
||||||
cardStyle="layered-gradient"
|
cardStyle="gradient-mesh"
|
||||||
primaryButtonStyle="primary-glow"
|
primaryButtonStyle="radial-glow"
|
||||||
secondaryButtonStyle="layered"
|
secondaryButtonStyle="glass"
|
||||||
headingFontWeight="extrabold"
|
headingFontWeight="extrabold"
|
||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
@@ -52,7 +52,7 @@ export default function LandingPage() {
|
|||||||
{ text: "Order Now", href: "https://www.instagram.com/shreepanditjifoods" },
|
{ text: "Order Now", href: "https://www.instagram.com/shreepanditjifoods" },
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
background={{ variant: "radial-gradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
dashboard={{
|
dashboard={{
|
||||||
title: "Authentic Morning Breakfast", logoIcon: UtensilsCrossed,
|
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: [
|
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"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="bento-grid"
|
||||||
animationType="slide-up"
|
animationType="scale-rotate"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1", brand: "Morning Special", name: "Bun Makhan", price: "₹40", rating: 5,
|
id: "1", brand: "Morning Special", name: "Bun Makhan", price: "₹40", rating: 5,
|
||||||
@@ -174,7 +174,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
showRating={false}
|
showRating={false}
|
||||||
animationType="slide-up"
|
animationType="depth-3d"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Morning Rush", handle: "@breakfasttime", testimonial:
|
id: "1", name: "Morning Rush", handle: "@breakfasttime", testimonial:
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #fbfaff;
|
--background: #010912;
|
||||||
--card: #f7f5ff;
|
--card: #152840;
|
||||||
--foreground: #0f0022;
|
--foreground: #e6f0ff;
|
||||||
--primary-cta: #8b5cf6;
|
--primary-cta: #cee7ff;
|
||||||
--primary-cta-text: #fbfaff;
|
--primary-cta-text: #fbfaff;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #0e1a29;
|
||||||
--secondary-cta-text: #0f0022;
|
--secondary-cta-text: #0f0022;
|
||||||
--accent: #d8cef5;
|
--accent: #3f5c79;
|
||||||
--background-accent: #c4a8f9;
|
--background-accent: #004a93;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user