Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -2,133 +2,104 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function AboutPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="bounce-effect"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="medium"
|
||||
background="noise"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
headingFontWeight="light"
|
||||
defaultButtonVariant="bounce-effect"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="medium"
|
||||
background="noise"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
headingFontWeight="light"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Menu", id: "/menu"},
|
||||
{
|
||||
name: "Facilities & Bar", id: "/facilities"},
|
||||
{
|
||||
name: "Contact Us", id: "/contact"},
|
||||
]}
|
||||
brandName="Celebration Family Restaurant"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About Us", id: "/about" },
|
||||
{ name: "Menu", id: "/menu" },
|
||||
{ name: "Facilities & Bar", id: "/facilities" },
|
||||
{ name: "Contact Us", id: "/contact" },
|
||||
]}
|
||||
brandName="Celebration Family Restaurant"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about-full" data-section="about-full">
|
||||
<SplitAbout
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Our Story and Philosophy"
|
||||
description="At Celebration Family Restaurant, we believe every meal is an occasion to connect and create cherished memories. Our commitment to authentic flavors, exceptional service, and a welcoming environment sets us apart as a beloved dining spot in Pune. We are dedicated to providing a family-friendly space where delicious food meets unforgettable moments."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Authentic Flavors", description: "Crafting dishes with traditional recipes and fresh, high-quality ingredients from local suppliers."},
|
||||
{
|
||||
title: "Exceptional Service", description: "Our friendly and attentive staff are committed to making your dining experience truly special."},
|
||||
{
|
||||
title: "Community Focus", description: "Proudly serving the Chinchwad community and striving to be a local favorite for all occasions."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/chef-chopping-vegetables-cutting-board-preparing-ingredients_482257-121189.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="about-full" data-section="about-full">
|
||||
<SplitAbout
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Our Story and Philosophy"
|
||||
description="At Celebration Family Restaurant, we believe every meal is an occasion to connect and create cherished memories. Our commitment to authentic flavors, exceptional service, and a welcoming environment sets us apart as a beloved dining spot in Pune. We are dedicated to providing a family-friendly space where delicious food meets unforgettable moments."
|
||||
bulletPoints={[
|
||||
{ title: "Authentic Flavors", description: "Crafting dishes with traditional recipes and fresh, high-quality ingredients from local suppliers." },
|
||||
{ title: "Exceptional Service", description: "Our friendly and attentive staff are committed to making your dining experience truly special." },
|
||||
{ title: "Community Focus", description: "Proudly serving the Chinchwad community and striving to be a local favorite for all occasions." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/chef-chopping-vegetables-cutting-board-preparing-ingredients_482257-121189.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardSeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "metric-1", value: "15+", title: "Years in Service", items: [
|
||||
"Serving the community"],
|
||||
},
|
||||
{
|
||||
id: "metric-2", value: "100K+", title: "Happy Customers", items: [
|
||||
"Loyal patrons"],
|
||||
},
|
||||
{
|
||||
id: "metric-3", value: "200+", title: "Dishes Served", items: [
|
||||
"Diverse menu options"],
|
||||
},
|
||||
]}
|
||||
title="Our Milestones"
|
||||
description="Years of dedicated service, countless happy customers, and a growing family of food lovers reflect our passion."
|
||||
/>
|
||||
</div>
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardSeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{ id: "metric-1", value: "15+", title: "Years in Service", items: ["Serving the community"] },
|
||||
{ id: "metric-2", value: "100K+", title: "Happy Customers", items: ["Loyal patrons"] },
|
||||
{ id: "metric-3", value: "200+", title: "Dishes Served", items: ["Diverse menu options"] }
|
||||
]}
|
||||
title="Our Milestones"
|
||||
description="Years of dedicated service, countless happy customers, and a growing family of food lovers reflect our passion."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-tea-mugand-pine-cones-with-pullover_23-2148791025.jpg"
|
||||
imageAlt="Elegant restaurant interior background"
|
||||
logoText="Celebration Family Restaurant"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Menu", href: "/menu"},
|
||||
{
|
||||
label: "Facilities", href: "/facilities"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Our Menu", items: [
|
||||
{
|
||||
label: "North Indian", href: "/menu#north-indian"},
|
||||
{
|
||||
label: "South Indian", href: "/menu#south-indian"},
|
||||
{
|
||||
label: "Chinese", href: "/menu#chinese"},
|
||||
{
|
||||
label: "Biryani & Seafood", href: "/menu#biryani-seafood"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact Us", items: [
|
||||
{
|
||||
label: "Location", href: "https://www.google.com/maps/dir/?api=1&destination=JQ9J%2BXVJ%2C+Kalewadi+Rd%2C+near+Chittarao+Ganapati+Mandir%2C+Deo+Wada%2C+Keshav+Nagar%2C+Chinchwad%2C+Pimpri-Chinchwad%2C+Pune%2C+Maharashtra+411033"},
|
||||
{
|
||||
label: "Phone: +91 84216 44883", href: "tel:+918421644883"},
|
||||
{
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Facebook", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 Celebration Family Restaurant. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-tea-mugand-pine-cones-with-pullover_23-2148791025.jpg"
|
||||
imageAlt="Elegant restaurant interior background"
|
||||
logoText="Celebration Family Restaurant"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Menu", href: "/menu" },
|
||||
{ label: "Facilities", href: "/facilities" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Our Menu", items: [
|
||||
{ label: "North Indian", href: "/menu#north-indian" },
|
||||
{ label: "South Indian", href: "/menu#south-indian" },
|
||||
{ label: "Chinese", href: "/menu#chinese" },
|
||||
{ label: "Biryani & Seafood", href: "/menu#biryani-seafood" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Contact Us", items: [
|
||||
{ label: "Location", href: "https://www.google.com/maps/dir/?api=1&destination=JQ9J%2BXVJ%2C+Kalewadi+Rd%2C+near+Chittarao+Ganapati+Mandir%2C+Deo+Wada%2C+Keshav+Nagar%2C+Chinchwad%2C+Pimpri-Chinchwad%2C+Pune%2C+Maharashtra+411033" },
|
||||
{ label: "Phone: +91 84216 44883", href: "tel:+918421644883" },
|
||||
{ label: "Instagram", href: "#" },
|
||||
{ label: "Facebook", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2024 Celebration Family Restaurant. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
@@ -123,9 +123,9 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "product-4", name: "Masala Dosa with Sambar", price: "₹150", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086024.jpg", imageAlt: "Masala Dosa"},
|
||||
{
|
||||
id: "product-5", name: "Grilled Seafood Platter", price: "₹650", imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-sauce-fried-eggplant_140725-2972.jpg", alt: "Seafood Platter"},
|
||||
id: "product-5", name: "Grilled Seafood Platter", price: "₹650", imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-sauce-fried-eggplant_140725-2972.jpg", imageAlt: "Seafood Platter"},
|
||||
{
|
||||
id: "product-6", name: "Classic Pepperoni Pizza", price: "₹450", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-cheesy-pepperoni-pizza-inside-brick-stone-oven_181624-58518.jpg", alt: "Classic Pepperoni Pizza"},
|
||||
id: "product-6", name: "Classic Pepperoni Pizza", price: "₹450", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-cheesy-pepperoni-pizza-inside-brick-stone-oven_181624-58518.jpg", imageAlt: "Classic Pepperoni Pizza"},
|
||||
]}
|
||||
title="Our Featured Dishes"
|
||||
description="Savor the best of North Indian, Chinese, and Seafood, crafted with passion and served with care."
|
||||
@@ -161,7 +161,7 @@ export default function LandingPage() {
|
||||
variant: "plain"}}
|
||||
tag="Visit Us or Call Ahead"
|
||||
title="Find Us in Chinchwad, Pune"
|
||||
description="Celebration Family Restaurant\nJQ9J+XVJ, Kalewadi Rd, near Chittarao Ganapati Mandir, Deo Wada, Keshav Nagar, Chinchwad, Pimpri-Chinchwad%2C+Pune%2C+Maharashtra+411033\nPhone: +91 84216 44883\nOperating Hours: 11:00 AM – 4:00 PM (Daily)"
|
||||
description="Celebration Family Restaurant\nJQ9J+XVJ, Kalewadi Rd, near Chittarao Ganapati Mandir, Deo Wada, Keshav Nagar, Chinchwad, Pimpri-Chinchwad, Pune, Maharashtra 411033\nPhone: +91 84216 44883\nOperating Hours: 11:00 AM – 4:00 PM (Daily)"
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hand-holding-mobile-phone-snap-taking-photo_53876-22974.jpg"
|
||||
imageAlt="Google Map showing restaurant location"
|
||||
|
||||
Reference in New Issue
Block a user