Merge version_4 into main #4
@@ -1,44 +1,20 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Mulish } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const mulish = Mulish({
|
||||
variable: "--font-mulish", subsets: ["latin"],
|
||||
});
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Famous d'cafe Naihati - Affordable Café for Friends & Couples", description: "Naihati's favorite affordable café. Delicious pasta, pizza, waffles, and more. Perfect for hangouts, couples, and birthdays. 4.6★ rating from 131+ customers.", keywords: "cafe in Naihati, affordable restaurant, couple-friendly cafe, pasta pizza waffles, party booking, reservation", metadataBase: new URL("https://famousdcafe.com"),
|
||||
alternates: {
|
||||
canonical: "https://famousdcafe.com"},
|
||||
openGraph: {
|
||||
title: "Famous d'cafe - Your Favorite Affordable Café in Naihati", description: "Cozy cafe serving delicious pasta, pizza, and waffles at affordable prices. Perfect for dates, group hangouts, and celebrations.", url: "https://famousdcafe.com", siteName: "Famous d'cafe", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg", alt: "Famous d'cafe Interior"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Famous d'cafe - Naihati's Favorite Affordable Café", description: "Great pasta, pizza, waffles & friendly service at ₹200-400/person. Perfect for couples & groups!", images: ["http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
title: "Famous d'cafe - Naihati's Favorite Affordable Café", description: "Pasta • Pizza • Waffles • Cozy Vibes — Perfect for friends, couples, and celebrations"};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${mulish.variable} antialiased`}>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={inter.className}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1406,7 +1382,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -52,7 +52,7 @@ export default function HomePage() {
|
||||
showBlur={true}
|
||||
showDimOverlay={true}
|
||||
buttons={[
|
||||
{ text: "📞 Call Now", href: "tel:+919876543210" },
|
||||
{ text: "Reserve Now", href: "/contact" },
|
||||
{ text: "📅 Book a Table", href: "/contact" },
|
||||
]}
|
||||
/>
|
||||
@@ -98,13 +98,17 @@ export default function HomePage() {
|
||||
tag="Best Sellers"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Creamy Pasta", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/creamy-fettuccine-pasta-with-mushrooms-bacon_84443-72402.jpg?_wi=1", imageAlt: "Creamy Pasta"},
|
||||
id: "1", name: "Creamy Pasta", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/creamy-fettuccine-pasta-with-mushrooms-bacon_84443-72402.jpg?_wi=1", imageAlt: "Creamy Pasta"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Loaded Pizza", price: "₹320", imageSrc: "http://img.b2bpic.net/free-photo/close-up-appetizing-pizza-slices-food-background_169016-18645.jpg?_wi=1", imageAlt: "Loaded Pizza"},
|
||||
id: "2", name: "Loaded Pizza", price: "₹320", imageSrc: "http://img.b2bpic.net/free-photo/close-up-appetizing-pizza-slices-food-background_169016-18645.jpg?_wi=1", imageAlt: "Loaded Pizza"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Crispy Chicken Nuggets", price: "₹220", imageSrc: "http://img.b2bpic.net/free-photo/four-boxes-nuggets-with-chicken-prawn-cheese-fish-with-four-sauce_141793-2305.jpg?_wi=1", imageAlt: "Crispy Chicken Nuggets"},
|
||||
id: "3", name: "Crispy Chicken Nuggets", price: "₹220", imageSrc: "http://img.b2bpic.net/free-photo/four-boxes-nuggets-with-chicken-prawn-cheese-fish-with-four-sauce_141793-2305.jpg?_wi=1", imageAlt: "Crispy Chicken Nuggets"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Chocolate Waffles", price: "₹180", imageSrc: "http://img.b2bpic.net/free-photo/closeup-belgian-waffles-with-fruits-covered-with-chocolate_169016-25534.jpg?_wi=1", imageAlt: "Chocolate Waffles"},
|
||||
id: "4", name: "Chocolate Waffles", price: "₹180", imageSrc: "http://img.b2bpic.net/free-photo/closeup-belgian-waffles-with-fruits-covered-with-chocolate_169016-25534.jpg?_wi=1", imageAlt: "Chocolate Waffles"
|
||||
},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -122,7 +126,8 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Affordable for Everyone", description: "₹200–400 per person. Perfect for students, couples, and groups who want quality without breaking the bank.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-being-kissed-hand-by-her-boyfriend_637285-3196.jpg?_wi=1", imageAlt: "Cafe ambiance"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-being-kissed-hand-by-her-boyfriend_637285-3196.jpg?_wi=1", imageAlt: "Cafe ambiance"
|
||||
},
|
||||
items: [
|
||||
{ icon: DollarSign, text: "Budget-friendly pricing" },
|
||||
{ icon: Smile, text: "Value for money" },
|
||||
@@ -131,7 +136,8 @@ export default function HomePage() {
|
||||
},
|
||||
{
|
||||
id: "2", title: "Cozy & Couple-Friendly", description: "Perfect intimate spot for dates, anniversaries, and special moments with warm lighting and comfortable seating.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-being-kissed-hand-by-her-boyfriend_637285-3196.jpg?_wi=2", imageAlt: "Cafe ambiance"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-being-kissed-hand-by-her-boyfriend_637285-3196.jpg?_wi=2", imageAlt: "Cafe ambiance"
|
||||
},
|
||||
items: [
|
||||
{ icon: Heart, text: "Romantic ambiance" },
|
||||
{ icon: Armchair, text: "Comfortable seating" },
|
||||
@@ -140,7 +146,8 @@ export default function HomePage() {
|
||||
},
|
||||
{
|
||||
id: "3", title: "Great Staff & Hygiene", description: "Our team is trained to provide friendly, quick service. We maintain highest hygiene standards in food preparation and service.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-being-kissed-hand-by-her-boyfriend_637285-3196.jpg?_wi=3", imageAlt: "Cafe ambiance"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-being-kissed-hand-by-her-boyfriend_637285-3196.jpg?_wi=3", imageAlt: "Cafe ambiance"
|
||||
},
|
||||
items: [
|
||||
{ icon: Users, text: "Friendly staff" },
|
||||
{ icon: Shield, text: "Hygiene assured" },
|
||||
@@ -163,22 +170,28 @@ export default function HomePage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Priya Sharma", handle: "@priya_loves_food", testimonial: "Best affordable cafe in Naihati! The pasta is amazing and staff is super friendly. Perfect for a casual hangout with friends.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Priya Sharma"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Priya Sharma"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Rahul Gupta", handle: "@rahul_dines", testimonial: "Took my girlfriend here for our anniversary. The cozy vibes and delicious pizza made it super special. Highly recommended!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Rahul Gupta"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Rahul Gupta"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Anjali Verma", handle: "@anjali_travels", testimonial: "The waffles are to die for! And at these prices, you can't find better quality anywhere in Naihati. Love this place!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Anjali Verma"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Anjali Verma"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Vikas Patel", handle: "@vikas_bday", testimonial: "Organized my friend's birthday here. The team was so helpful and accommodating. Everyone loved the food and service!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Vikas Patel"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Vikas Patel"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Deepa Rao", handle: "@deepa_foodie", testimonial: "Clean, hygienic, and absolutely delicious. The chicken nuggets are crispy and the chicken pasta is creamy perfection.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Deepa Rao"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Deepa Rao"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Arjun Singh", handle: "@arjun_hangouts", testimonial: "My go-to place when hanging out with the squad. Great food, affordable prices, and the vibe is always on point!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "Arjun Singh"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "Arjun Singh"
|
||||
},
|
||||
]}
|
||||
showRating={true}
|
||||
textboxLayout="default"
|
||||
@@ -211,4 +224,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user