8 Commits

Author SHA1 Message Date
a436890699 Merge version_3 into main
Merge version_3 into main
2026-03-05 13:57:40 +00:00
a20b996d1a Update src/app/page.tsx 2026-03-05 13:57:36 +00:00
519c36c7d3 Merge version_2 into main
Merge version_2 into main
2026-03-05 13:53:29 +00:00
3cdd69de37 Update src/app/page.tsx 2026-03-05 13:53:25 +00:00
9fe3348e22 Update src/app/layout.tsx 2026-03-05 13:53:25 +00:00
20a24586e3 Merge version_1 into main
Merge version_1 into main
2026-03-05 13:46:56 +00:00
1da0ba1b75 Merge version_1 into main
Merge version_1 into main
2026-03-05 13:45:54 +00:00
52f2557b91 Merge version_1 into main
Merge version_1 into main
2026-03-05 13:44:34 +00:00
2 changed files with 56 additions and 78 deletions

View File

@@ -1,50 +1,20 @@
import type { Metadata } from "next";
import { Public_Sans } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const publicSans = Public_Sans({
variable: "--font-public-sans", subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Mouli's Bistro - Best Burgers, Mojitos & Milkshakes in Tondiarpet", description: "Delicious bistro treats in Tondiarpet, Chennai. Fresh burgers, fries, mojitos, milkshakes & ice creams. Open 11 AM - 10 PM. Call 98419 97448 to order.", keywords: "bistro tondiarpet, restaurant chennai, burgers tondiarpet, mojitos chennai, milkshakes near washermenpet, affordable restaurant, casual dining", metadataBase: new URL("https://example.com"),
openGraph: {
title: "Mouli's Bistro - Fresh Food & Drinks", description: "Experience delicious bistro treats - burgers, mojitos, milkshakes, and more at Mouli's Bistro in Tondiarpet.", siteName: "Mouli's Bistro", type: "website", images: [
{
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWpQ6Dsy1MmPLXT39nMif1ZpHT/uploaded-1772718184795-3bvre1om.jpg", alt: "Mouli's Bistro signature drink"},
],
},
twitter: {
card: "summary_large_image", title: "Mouli's Bistro - Best Burgers & Mojitos in Tondiarpet", description: "Fresh, delicious food and drinks. Call 98419 97448 to order.", images: [
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWpQ6Dsy1MmPLXT39nMif1ZpHT/uploaded-1772718184795-3bvre1om.jpg"],
},
robots: {
index: true,
follow: true,
},
};
title: "Mouli's Bistro - Fresh Food, Great Mood", description: "Delicious bistro treats in Tondiarpet. Fresh burgers, crispy fries, mojitos, and milkshakes."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${publicSans.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1412,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -7,9 +7,8 @@ import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNinete
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import MediaAbout from '@/components/sections/about/MediaAbout';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { Star, Flame, CheckCircle, Heart, MapPin } from "lucide-react";
import { Star, Flame, CheckCircle, Heart, MapPin, Phone, MapPinIcon } from "lucide-react";
export default function LandingPage() {
return (
@@ -43,20 +42,25 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardGallery
title="Delicious Bistro Treats in Tondiarpet"
description="Fresh burgers, crispy fries, refreshing mojitos and milkshakes — made fresh every day. Good Food. Good Mood."
description="Fresh burgers, crispy fries, refreshing mojitos and milkshakes — made fresh every day."
tag="4.9 ⭐ from 166 reviews"
tagIcon={Star}
mediaItems={[
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWpQ6Dsy1MmPLXT39nMif1ZpHT/uploaded-1772718184795-3bvre1om.jpg?_wi=1", imageAlt: "Mouli's Bistro signature drink"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWpQ6Dsy1MmPLXT39nMif1ZpHT/uploaded-1772719013768-vhfitplm.png", imageAlt: "Mouli's Bistro signature drink"
},
{
imageSrc: "http://img.b2bpic.net/free-psd/juicy-cheeseburger-crispy-fries-cold-beer-ultimate-comfort-food-combo_191095-90295.jpg?_wi=1", imageAlt: "Delicious burger and drink"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWpQ6Dsy1MmPLXT39nMif1ZpHT/uploaded-1772719013769-0xe2o2mz.png", imageAlt: "Delicious burger and drink"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/mojito-cocktail-wooden-table_1150-18401.jpg?_wi=1", imageAlt: "Refreshing mojito cocktail"},
imageSrc: "http://img.b2bpic.net/free-photo/mojito-cocktail-wooden-table_1150-18401.jpg?_wi=1", imageAlt: "Refreshing mojito cocktail"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/strawberry-milkshake-with-ice-table_140725-5486.jpg?_wi=1", imageAlt: "Creamy falooda dessert"},
imageSrc: "http://img.b2bpic.net/free-photo/strawberry-milkshake-with-ice-table_140725-5486.jpg?_wi=1", imageAlt: "Creamy falooda dessert"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/caramel-popcorn-cacao-with-whipped-cream-unhealthy-food_501050-688.jpg?_wi=1", imageAlt: "Thick creamy milkshake"},
imageSrc: "http://img.b2bpic.net/free-photo/caramel-popcorn-cacao-with-whipped-cream-unhealthy-food_501050-688.jpg?_wi=1", imageAlt: "Thick creamy milkshake"
},
]}
buttons={[
{ text: "Call Now", href: "tel:98419 97448" },
@@ -88,7 +92,7 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
title="Popular Menu Highlights"
description="Our signature items that keep customers coming back for more"
description="Our signature items that keep customers coming back"
tag="Best Sellers"
tagIcon={Flame}
textboxLayout="default"
@@ -129,13 +133,13 @@ export default function LandingPage() {
<TestimonialCardSix
testimonials={[
{
id: "1", name: "Lavanya Deepan", handle: "@lavanya_deepan", testimonial: "Amazing food, service and ambience. Most recommended place. Never disappoints!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Lavanya Deepan"},
id: "1", name: "Lavanya Deepan", handle: "@lavanya_deepan", testimonial: "Amazing food, service and ambience. Most recommended place!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Lavanya Deepan"},
{
id: "2", name: "Sakthi Vel", handle: "@sakthi_vel", testimonial: "Tasty foods and hygienic restaurant. Always maintains cleanliness and quality standards.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sakthi Vel"},
{
id: "3", name: "Vivek M", handle: "@vivek_m", testimonial: "Pleasant interior atmosphere and very polite staff. Will definitely come back again!", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Vivek M"},
id: "3", name: "Vivek M", handle: "@vivek_m", testimonial: "Pleasant interior atmosphere and very polite staff. Will definitely come back!", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Vivek M"},
{
id: "4", name: "Priya Singh", handle: "@priya_singh", testimonial: "Best mojitos in town! The flavors are fresh and perfectly balanced. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Priya Singh"},
id: "4", name: "Priya Singh", handle: "@priya_singh", testimonial: "Best mojitos in town! The flavors are fresh and perfectly balanced.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Priya Singh"},
{
id: "5", name: "Arun Kumar", handle: "@arun_k", testimonial: "Great place for evening hangouts with friends. Affordable and delicious food options.", imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-brunette-caucasian-girl-looks-camera_141793-103873.jpg", imageAlt: "Arun Kumar"},
{
@@ -190,35 +194,40 @@ export default function LandingPage() {
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Quick Links", items: [
{ label: "Home", href: "#home" },
{ label: "Menu", href: "#menu" },
{ label: "Popular Items", href: "#popular" },
{ label: "Reviews", href: "#reviews" },
],
},
{
title: "Get in Touch", items: [
{ label: "Call: 98419 97448", href: "tel:98419 97448" },
{ label: "WhatsApp", href: "https://wa.me/98419 97448" },
{ label: "Location", href: "#location" },
{ label: "Hours: 11 AM - 10 PM", href: "#" },
],
},
{
title: "Social", items: [
{ label: "Instagram", href: "https://instagram.com" },
{ label: "Facebook", href: "https://facebook.com" },
{ label: "Twitter", href: "https://twitter.com" },
],
},
]}
bottomLeftText="© 2025 Mouli's Bistro. All rights reserved."
bottomRightText="Good Food. Good Mood. 🍔"
/>
<footer className="w-full py-16 lg:py-20 bg-background">
<div className="w-content-width mx-auto px-vw-1_5">
<div className="space-y-8">
<div className="space-y-6">
<h2 className="text-2xl lg:text-3xl font-semibold text-foreground">Mouli's Bistro</h2>
<div className="space-y-4 text-foreground/80">
<div className="flex items-start gap-3">
<Phone className="w-5 h-5 mt-0.5 flex-shrink-0" />
<div className="flex flex-col">
<span className="text-sm lg:text-base font-medium">Phone</span>
<a href="tel:98419 97448" className="text-base lg:text-lg font-light hover:text-foreground transition-colors">
98419 97448
</a>
</div>
</div>
<div className="flex items-start gap-3">
<MapPinIcon className="w-5 h-5 mt-0.5 flex-shrink-0" />
<div className="flex flex-col">
<span className="text-sm lg:text-base font-medium">Address</span>
<p className="text-base lg:text-lg font-light leading-relaxed">
Lakshmi Kovil Bus Stop, 92/305 Thiruvottiyur High Rd, New Washermenpet, Tondiarpet, Chennai, Tamil Nadu 600081
</p>
</div>
</div>
</div>
</div>
<div className="pt-8 border-t border-accent/20">
<p className="text-sm lg:text-base text-foreground/60 font-light">
© 2025 Mouli's Bistro. All rights reserved.
</p>
</div>
</div>
</div>
</footer>
</div>
</ThemeProvider>
);