Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-04-12 02:33:10 +00:00
2 changed files with 46 additions and 191 deletions

View File

@@ -25,22 +25,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Menu",
id: "/menu",
},
{
name: "About",
id: "/about",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "Menu", id: "/menu" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" },
]}
brandName="Mother's Restaurant"
/>
@@ -49,19 +37,11 @@ export default function LandingPage() {
<div id="contact-section" data-section="contact-section">
<ContactText
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
text="Call us or book your table today!"
buttons={[
{
text: "Call +91-767001",
href: "tel:+91767001",
},
{
text: "Book Now",
href: "/contact",
},
{ text: "Call +91-767001", href: "tel:+91767001" },
{ text: "Book Now", href: "/contact" },
]}
/>
</div>
@@ -76,16 +56,8 @@ export default function LandingPage() {
showStepNumbers={false}
features={[
{
title: "Parking Available",
description: "Easy access for all vehicles.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-bulb-room_181624-57611.jpg",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-with-delicious-cocktails_23-2150166137.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/indian-delicious-roti-assortment_23-2149073327.jpg",
imageAlt: "Vertical shot of bulb in a room",
title: "Parking Available", description: "Easy access for all vehicles.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-bulb-room_181624-57611.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-with-delicious-cocktails_23-2150166137.jpg" },
},
]}
/>
@@ -94,17 +66,11 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Mother's Restaurant"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
rightLink={{
text: "Call +91-767001",
href: "tel:+91767001",
}}
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Call +91-767001", href: "tel:+91767001" }}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -29,22 +29,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Menu",
id: "/menu",
},
{
name: "About",
id: "/about",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "Menu", id: "/menu" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" },
]}
brandName="Mother's Restaurant"
/>
@@ -52,70 +40,27 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCentered
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Delicious Home-Style Food in Balangir"
description="Experience fresh, flavorful comfort meals served with love and warm hospitality at Mother's Restaurant."
avatars={[
{
src: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg",
alt: "Customer",
},
{
src: "http://img.b2bpic.net/free-photo/indoor-shot-pretty-girl-with-clean-skin-perfect-smile-having-fun-coffee-shop_273609-9039.jpg",
alt: "Customer",
},
{
src: "http://img.b2bpic.net/free-photo/front-view-friends-enjoying-dinner-party_52683-132623.jpg",
alt: "Customer",
},
{
src: "http://img.b2bpic.net/free-photo/beautiful-woman-carrying-shopping-bags_23-2148660763.jpg",
alt: "Customer",
},
{
src: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285278.jpg",
alt: "Customer",
},
{ src: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg", alt: "Customer" },
{ src: "http://img.b2bpic.net/free-photo/indoor-shot-pretty-girl-with-clean-skin-perfect-smile-having-fun-coffee-shop_273609-9039.jpg", alt: "Customer" },
{ src: "http://img.b2bpic.net/free-photo/front-view-friends-enjoying-dinner-party_52683-132623.jpg", alt: "Customer" },
{ src: "http://img.b2bpic.net/free-photo/beautiful-woman-carrying-shopping-bags_23-2148660763.jpg", alt: "Customer" },
{ src: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285278.jpg", alt: "Customer" },
]}
avatarText="Loved by 30+ happy customers"
buttons={[
{
text: "Call Now",
href: "tel:+91767001",
},
{
text: "Book a Table",
href: "/contact",
},
{ text: "Call Now", href: "tel:+91767001" },
{ text: "Book a Table", href: "/contact" },
]}
marqueeItems={[
{
type: "text-icon",
text: "Authentic Recipes",
icon: Utensils,
},
{
type: "text-icon",
text: "Fresh Ingredients",
icon: Leaf,
},
{
type: "text-icon",
text: "Cozy Atmosphere",
icon: Coffee,
},
{
type: "text-icon",
text: "Family Owned",
icon: Heart,
},
{
type: "text-icon",
text: "Local Favorite",
icon: Star,
},
{ type: "text-icon", text: "Authentic Recipes", icon: Utensils },
{ type: "text-icon", text: "Fresh Ingredients", icon: Leaf },
{ type: "text-icon", text: "Cozy Atmosphere", icon: Coffee },
{ type: "text-icon", text: "Family Owned", icon: Heart },
{ type: "text-icon", text: "Local Favorite", icon: Star },
]}
/>
</div>
@@ -126,30 +71,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{
id: "f1",
title: "Fresh Ingredients",
descriptions: [
"Sourced daily for the best taste.",
],
imageSrc: "http://img.b2bpic.net/free-photo/pilaf-with-sabzi-with-herbs_140725-6298.jpg",
},
{
id: "f2",
title: "Cozy Ambiance",
descriptions: [
"Vintage and comfortable dining space.",
],
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistani-dish-assortment_23-2148825103.jpg",
},
{
id: "f3",
title: "Affordable Prices",
descriptions: [
"Quality food for everyone to enjoy.",
],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-soup-with-greens-white-surface-meal-food-soup-vegetables_140725-74824.jpg",
},
{ id: "f1", title: "Fresh Ingredients", descriptions: ["Sourced daily for the best taste."], imageSrc: "http://img.b2bpic.net/free-photo/pilaf-with-sabzi-with-herbs_140725-6298.jpg" },
{ id: "f2", title: "Cozy Ambiance", descriptions: ["Vintage and comfortable dining space."], imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistani-dish-assortment_23-2148825103.jpg" },
{ id: "f3", title: "Affordable Prices", descriptions: ["Quality food for everyone to enjoy."], imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-soup-with-greens-white-surface-meal-food-soup-vegetables_140725-74824.jpg" },
]}
title="Why Choose Mother's Restaurant?"
description="We take pride in our authentic recipes and cozy environment, ensuring every meal feels like home."
@@ -162,46 +86,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Rohan Das",
handle: "@rohandas",
testimonial: "Excellent quality and service!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-friends-enjoying-time-together_23-2148395394.jpg",
},
{
id: "2",
name: "Ananya P.",
handle: "@ananyap",
testimonial: "Cozy ambiance and great hospitality.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/excited-joyful-beautiful-woman-gesturing-with-hand_74855-2753.jpg",
},
{
id: "3",
name: "Vikram S.",
handle: "@vikrams",
testimonial: "Truly feels like home-cooked meals.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg",
},
{
id: "4",
name: "Meena K.",
handle: "@meenak",
testimonial: "The best affordable meal in Balangir.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg",
},
{
id: "5",
name: "Sanjay M.",
handle: "@sanjaym",
testimonial: "Fresh and flavorful, every time.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285278.jpg",
},
{ id: "1", name: "Rohan Das", handle: "@rohandas", testimonial: "Excellent quality and service!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-friends-enjoying-time-together_23-2148395394.jpg" },
{ id: "2", name: "Ananya P.", handle: "@ananyap", testimonial: "Cozy ambiance and great hospitality.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/excited-joyful-beautiful-woman-gesturing-with-hand_74855-2753.jpg" },
{ id: "3", name: "Vikram S.", handle: "@vikrams", testimonial: "Truly feels like home-cooked meals.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg" },
{ id: "4", name: "Meena K.", handle: "@meenak", testimonial: "The best affordable meal in Balangir.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg" },
{ id: "5", name: "Sanjay M.", handle: "@sanjaym", testimonial: "Fresh and flavorful, every time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285278.jpg" },
]}
showRating={true}
title="What Our Customers Say"
@@ -211,6 +100,9 @@ export default function LandingPage() {
<div id="testimonial" data-section="testimonial">
<TestimonialCardFive
testimonials={[]}
title="Testimonials"
description="Customer feedback."
textboxLayout="default"
useInvertedBackground={false}
/>
@@ -218,6 +110,9 @@ export default function LandingPage() {
<div id="blog" data-section="blog">
<BlogCardThree
blogs={[]}
title="Latest News"
description="Updates from the kitchen."
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
@@ -227,17 +122,11 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Mother's Restaurant"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
rightLink={{
text: "Call +91-767001",
href: "tel:+91767001",
}}
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Call +91-767001", href: "tel:+91767001" }}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}