Update src/app/about/page.tsx

This commit is contained in:
2026-06-05 11:45:22 +00:00
parent 202c4a88bd
commit 885ea4cfc7

View File

@@ -26,25 +26,15 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "About Us",
id: "/about",
},
name: "About Us", id: "/about"},
{
name: "Menu",
id: "/menu",
},
name: "Menu", id: "/menu"},
{
name: "Facilities & Bar",
id: "/facilities",
},
name: "Facilities & Bar", id: "/facilities"},
{
name: "Contact Us",
id: "/contact",
},
name: "Contact Us", id: "/contact"},
]}
brandName="Celebration Family Restaurant"
/>
@@ -58,17 +48,11 @@ export default function LandingPage() {
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: "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: "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.",
},
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"
@@ -82,28 +66,16 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{
id: "metric-1",
value: "15+",
title: "Years in Service",
items: [
"Serving the community",
],
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-2", value: "100K+", title: "Happy Customers", items: [
"Loyal patrons"],
},
{
id: "metric-3",
value: "200+",
title: "Dishes Served",
items: [
"Diverse menu options",
],
id: "metric-3", value: "200+", title: "Dishes Served", items: [
"Diverse menu options"],
},
]}
title="Our Milestones"
@@ -113,72 +85,44 @@ export default function LandingPage() {
<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?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/top-view-tea-mugand-pine-cones-with-pullover_23-2148791025.jpg"
imageAlt="Elegant restaurant interior background"
videoAriaLabel="Footer video"
logoText="Celebration Family Restaurant"
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{
label: "Home",
href: "/",
},
label: "Home", href: "/"},
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Menu",
href: "/menu",
},
label: "Menu", href: "/menu"},
{
label: "Facilities",
href: "/facilities",
},
label: "Facilities", href: "/facilities"},
],
},
{
title: "Our Menu",
items: [
title: "Our Menu", items: [
{
label: "North Indian",
href: "/menu#north-indian",
},
label: "North Indian", href: "/menu#north-indian"},
{
label: "South Indian",
href: "/menu#south-indian",
},
label: "South Indian", href: "/menu#south-indian"},
{
label: "Chinese",
href: "/menu#chinese",
},
label: "Chinese", href: "/menu#chinese"},
{
label: "Biryani & Seafood",
href: "/menu#biryani-seafood",
},
label: "Biryani & Seafood", href: "/menu#biryani-seafood"},
],
},
{
title: "Contact Us",
items: [
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: "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: "Phone: +91 84216 44883", href: "tel:+918421644883"},
{
label: "Instagram",
href: "#",
},
label: "Instagram", href: "#"},
{
label: "Facebook",
href: "#",
},
label: "Facebook", href: "#"},
],
},
]}