5 Commits

Author SHA1 Message Date
6c845057d5 Update src/app/page.tsx 2026-03-04 02:40:54 +00:00
8d90aa913f Update src/app/layout.tsx 2026-03-04 02:40:54 +00:00
a06c245384 Merge version_1 into main
Merge version_1 into main
2026-03-04 02:33:16 +00:00
7956b7101f Merge version_1 into main
Merge version_1 into main
2026-03-04 02:32:30 +00:00
3455f2995f Merge version_1 into main
Merge version_1 into main
2026-03-04 02:30:31 +00:00
2 changed files with 35 additions and 67 deletions

View File

@@ -1,68 +1,28 @@
import type { Metadata } from "next"; import type { Metadata } from "next";
import { Libre_Baskerville } from "next/font/google"; import { Geist, Geist_Mono } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css"; import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const libreBaskerville = Libre_Baskerville({ const geist = Geist({
variable: "--font-libre-baskerville", variable: "--font-geist-sans", subsets: ["latin"],
subsets: ["latin"],
weight: ["400", "700"],
}); });
const inter = Inter({ const geistMono = Geist_Mono({
variable: "--font-inter", variable: "--font-geist-mono", subsets: ["latin"],
subsets: ["latin"],
}); });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Star Kabab & Restaurant - Authentic Bangladeshi & Mughlai Cuisine in Dhaka", title: "Star Kabab - Authentic Bangladeshi & Mughlai Cuisine", description: "Experience authentic Bangladeshi and Mughlai flavors at Star Kabab, serving since 1967."};
description: "Experience authentic Bangladeshi and Mughlai cuisine at Star Kabab. Family-owned restaurant since 1967. Kababs, biryani, and traditional dishes. Reserve your table now!",
keywords: "star kabab, bangladeshi restaurant, mughlai cuisine, dhaka restaurants, biryani, kabab, authentic food, bangladeshi food dhaka",
metadataBase: new URL("https://starkabab.com"),
alternates: {
canonical: "https://starkabab.com",
},
openGraph: {
title: "Star Kabab & Restaurant - Serving Authentic Flavors Since 1967",
description: "Discover the taste of tradition at Dhaka's most trusted restaurant chain. Premium Bangladeshi and Mughlai cuisine with expert chefs.",
url: "https://starkabab.com",
siteName: "Star Kabab & Restaurant",
images: [
{
url: "http://img.b2bpic.net/free-photo/bbq-grill-cooked-with-hot-spicy-sichuan-pepper-sauce-is-chinese-herb_1150-13496.jpg",
alt: "Star Kabab - Shish Kabab",
},
],
type: "website",
},
twitter: {
card: "summary_large_image",
title: "Star Kabab & Restaurant - Authentic Bangladeshi Cuisine",
description: "Experience authentic flavors at Star Kabab. Premium kababs, biryani, and traditional dishes in Dhaka.",
images: ["http://img.b2bpic.net/free-photo/bbq-grill-cooked-with-hot-spicy-sichuan-pepper-sauce-is-chinese-herb_1150-13496.jpg"],
},
robots: {
index: true,
follow: true,
},
};
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={`${geist.variable} ${geistMono.variable} antialiased`}>
<body {children}
className={`${libreBaskerville.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<script <script
dangerouslySetInnerHTML={{ dangerouslySetInnerHTML={{
__html: ` __html: `
@@ -1430,7 +1390,6 @@ export default function RootLayout({
}} }}
/> />
</body> </body>
</ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -74,11 +74,14 @@ export default function HomePage() {
<ProductCardOne <ProductCardOne
products={[ products={[
{ {
id: "1", name: "Shish Kabab", price: "৳450", imageSrc: "http://img.b2bpic.net/free-photo/bbq-grill-cooked-with-hot-spicy-sichuan-pepper-sauce-is-chinese-herb_1150-13496.jpg?_wi=2", imageAlt: "Shish Kabab"}, id: "1", name: "Shish Kabab", price: "৳450", imageSrc: "http://img.b2bpic.net/free-photo/bbq-grill-cooked-with-hot-spicy-sichuan-pepper-sauce-is-chinese-herb_1150-13496.jpg?_wi=2", imageAlt: "Shish Kabab"
},
{ {
id: "2", name: "Kacchi Biryani", price: "৳550", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistan-meal-assortment_23-2148821516.jpg?_wi=1", imageAlt: "Kacchi Biryani"}, id: "2", name: "Kacchi Biryani", price: "৳550", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistan-meal-assortment_23-2148821516.jpg?_wi=1", imageAlt: "Kacchi Biryani"
},
{ {
id: "3", name: "Chicken Tikka", price: "৳400", imageSrc: "http://img.b2bpic.net/free-photo/chicken-kebab-with-sauce-fried-eggplant-onion-round-plate_176474-2695.jpg?_wi=1", imageAlt: "Chicken Tikka"}, id: "3", name: "Chicken Tikka", price: "৳400", imageSrc: "http://img.b2bpic.net/free-photo/chicken-kebab-with-sauce-fried-eggplant-onion-round-plate_176474-2695.jpg?_wi=1", imageAlt: "Chicken Tikka"
},
]} ]}
title="Signature Dishes" title="Signature Dishes"
description="Experience our most beloved culinary creations, prepared with the finest ingredients and traditional recipes passed down through generations." description="Experience our most beloved culinary creations, prepared with the finest ingredients and traditional recipes passed down through generations."
@@ -125,17 +128,23 @@ export default function HomePage() {
author="Karim Hassan - Regular Customer" author="Karim Hassan - Regular Customer"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", alt: "Happy Customer 1"}, src: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", alt: "Happy Customer 1"
},
{ {
src: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", alt: "Happy Customer 2"}, src: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", alt: "Happy Customer 2"
},
{ {
src: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", alt: "Happy Customer 3"}, src: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", alt: "Happy Customer 3"
},
{ {
src: "http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg", alt: "Happy Customer 4"}, src: "http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg", alt: "Happy Customer 4"
},
{ {
src: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", alt: "Happy Customer 5"}, src: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", alt: "Happy Customer 5"
},
{ {
src: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", alt: "Happy Customer 6"}, src: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", alt: "Happy Customer 6"
},
]} ]}
ratingAnimation="slide-up" ratingAnimation="slide-up"
avatarsAnimation="slide-up" avatarsAnimation="slide-up"
@@ -147,13 +156,13 @@ export default function HomePage() {
<ContactCenter <ContactCenter
tag="Get In Touch" tag="Get In Touch"
title="Ready to Taste Excellence?" title="Ready to Taste Excellence?"
description="Reserve your table at Star Kabab or subscribe to our newsletter for exclusive offers, new menu items, and special dining events." description="Reserve a table to enjoy our authentic cuisine in person, OR stay updated with exclusive offers and new menu items delivered to your email."
tagIcon={MessageSquare} tagIcon={MessageSquare}
background={{ variant: "sparkles-gradient" }} background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false} useInvertedBackground={false}
inputPlaceholder="your@email.com" inputPlaceholder="your@email.com"
buttonText="Reserve Table" buttonText="Reserve & Subscribe"
termsText="We respect your privacy. Your reservation details are secure with us." termsText="We respect your privacy. Your reservation details and email preferences are secure with us."
/> />
</div> </div>
@@ -199,4 +208,4 @@ export default function HomePage() {
</footer> </footer>
</ThemeProvider> </ThemeProvider>
); );
} }