Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4ee5f9a7f6 | |||
| 236cd6093b | |||
| 154ad18038 | |||
| 89319b4ddb | |||
| b968b935c8 |
@@ -5,9 +5,9 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
|
|||||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||||
import { Flame, ChefHat, MapPin, Utensils } from 'lucide-react';
|
import { Flame, ChefHat, MapPin, Utensils, Clock, Store } from 'lucide-react';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -25,11 +25,11 @@ export default function LandingPage() {
|
|||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
brandName="The Noodles Co."
|
brandName="Mumma's Little Bakery"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Our Story", id: "about" },
|
{ name: "Our Story", id: "about" },
|
||||||
{ name: "Menu", id: "cuts" },
|
{ name: "Products", id: "cuts" },
|
||||||
{ name: "Contact", id: "contact" }
|
{ name: "Visit Us", id: "contact" }
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Order Online", href: "#contact"
|
text: "Order Online", href: "#contact"
|
||||||
@@ -39,48 +39,48 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardCarousel
|
<HeroBillboardCarousel
|
||||||
title="Authentic Asian Fusion in Gwalior"
|
title="Sun Valley's Finest Baked Goods"
|
||||||
description="Experience the perfect harmony of traditional spice and modern culinary innovation at The Noodles Co. Your go-to destination for authentic Asian delicacies."
|
description="Indulge in artisanal breads, cakes, and pastries, lovingly baked every day at Mumma's Little Bakery in Ajaypur Gwalior."
|
||||||
tag="Flavor Redefined"
|
tag="Freshly Baked"
|
||||||
tagIcon={Flame}
|
tagIcon={Store}
|
||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Explore Menu", href: "#cuts" },
|
{ text: "See Our Menu", href: "#cuts" },
|
||||||
{ text: "Find Us", href: "#contact" }
|
{ text: "Contact Us", href: "#contact" }
|
||||||
]}
|
]}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DIHqQ7fRNk0P3jhU0hGDnGVWkB/uploaded-1777963013798-0d86gnk8.jpg", imageAlt: "Noodle bowl preparation" },
|
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DIHqQ7fRNk0P3jhU0hGDnGVWkB/uploaded-1777963013798-0d86gnk8.jpg", imageAlt: "Freshly baked pastries" },
|
||||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DIHqQ7fRNk0P3jhU0hGDnGVWkB/uploaded-1777963013798-ycew4obu.jpg", imageAlt: "Fusion dish signature" }
|
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DIHqQ7fRNk0P3jhU0hGDnGVWkB/uploaded-1777963013798-ycew4obu.jpg", imageAlt: "Artisanal bakery cakes" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<MetricSplitMediaAbout
|
<MetricSplitMediaAbout
|
||||||
tag="Our Journey"
|
tag="About Us"
|
||||||
tagIcon={ChefHat}
|
tagIcon={ChefHat}
|
||||||
title="Culinary Mastery"
|
title="Mumma's Little Bakery"
|
||||||
description="Born in the heart of Gwalior, The Noodles Co. combines generations of Asian cooking wisdom with fresh, local produce to create plates that delight every palate."
|
description="Bringing the warmth of home-baked goodness to Sun Valley, Ajaypur. We use only the finest natural ingredients to craft memories you can taste."
|
||||||
metrics={[
|
metrics={[
|
||||||
{ value: "15+", title: "Fusion Years" },
|
{ value: "Daily", title: "Freshly Baked" },
|
||||||
{ value: "5000+", title: "Happy Diners" }
|
{ value: "100%", title: "Natural Ingredients" }
|
||||||
]}
|
]}
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DIHqQ7fRNk0P3jhU0hGDnGVWkB/uploaded-1777963013798-tkxxikhl.jpg"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DIHqQ7fRNk0P3jhU0hGDnGVWkB/uploaded-1777963013798-tkxxikhl.jpg?_wi=1"
|
||||||
imageAlt="Restaurant ambiance"
|
imageAlt="Bakery storefront"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="cuts" data-section="cuts">
|
<div id="cuts" data-section="cuts">
|
||||||
<ProductCardTwo
|
<ProductCardTwo
|
||||||
title="Signature Menu Favorites"
|
title="Our Daily Selection"
|
||||||
description="From hand-pulled noodles to crispy stir-fries, explore our curated selection of signature dishes crafted by our expert chefs."
|
description="Explore our range of fresh breads, decadent cakes, and sweet treats crafted with love."
|
||||||
tag="Menu Highlights"
|
tag="Treats"
|
||||||
tagIcon={Utensils}
|
tagIcon={Utensils}
|
||||||
products={[
|
products={[
|
||||||
{ id: "1", brand: "The Noodles Co.", name: "Spicy Sichuan Ramen", price: "₹399", rating: 5, reviewCount: "210", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DIHqQ7fRNk0P3jhU0hGDnGVWkB/uploaded-1777963013798-u4kqxz76.jpg" },
|
{ id: "1", brand: "Bakery", name: "Artisanal Sourdough", price: "₹150", rating: 5, reviewCount: "45", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DIHqQ7fRNk0P3jhU0hGDnGVWkB/uploaded-1777963013798-u4kqxz76.jpg" },
|
||||||
{ id: "2", brand: "The Noodles Co.", name: "Teriyaki Glazed Udon", price: "₹449", rating: 4, reviewCount: "155", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DIHqQ7fRNk0P3jhU0hGDnGVWkB/uploaded-1777963013798-kr1ci5wo.jpg?_wi=1" },
|
{ id: "2", brand: "Bakery", name: "Chocolate Fudge Cake", price: "₹650", rating: 5, reviewCount: "89", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DIHqQ7fRNk0P3jhU0hGDnGVWkB/uploaded-1777963013798-kr1ci5wo.jpg?_wi=1" },
|
||||||
{ id: "3", brand: "The Noodles Co.", name: "Vegetable Stir-fry", price: "₹299", rating: 4, reviewCount: "120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DIHqQ7fRNk0P3jhU0hGDnGVWkB/uploaded-1777963013798-kr1ci5wo.jpg?_wi=2" }
|
{ id: "3", brand: "Bakery", name: "Butter Croissants", price: "₹80", rating: 4, reviewCount: "62", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DIHqQ7fRNk0P3jhU0hGDnGVWkB/uploaded-1777963013798-kr1ci5wo.jpg?_wi=2" }
|
||||||
]}
|
]}
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -90,22 +90,24 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCenter
|
<ContactSplit
|
||||||
tag="Visit Us"
|
tag="Visit Us"
|
||||||
title="Find Us in Gwalior"
|
title="Find Us in Ajaypur"
|
||||||
description="Located in the heart of the city, serving authentic flavors daily. Book a table or order for pickup."
|
description="Located in Sun Valley, Ajaypur Gwalior. Visit us for freshly baked goods or place your custom orders with us."
|
||||||
tagIcon={MapPin}
|
tagIcon={MapPin}
|
||||||
background={{ variant: "rotated-rays-static" }}
|
background={{ variant: "rotated-rays-static" }}
|
||||||
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DIHqQ7fRNk0P3jhU0hGDnGVWkB/uploaded-1777963013798-tkxxikhl.jpg?_wi=2"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBase
|
<FooterBaseReveal
|
||||||
logoText="The Noodles Co."
|
logoText="Mumma's Little Bakery"
|
||||||
columns={[
|
columns={[
|
||||||
{ title: "Menu", items: [{ label: "View All", href: "#cuts" }] },
|
{ title: "Menu", items: [{ label: "View All", href: "#cuts" }] },
|
||||||
{ title: "Information", items: [{ label: "Contact", href: "#contact" }] }
|
{ title: "Business Hours", items: [{ label: "Mon-Sun: 9 AM - 9 PM", href: "#" }] },
|
||||||
|
{ title: "Address", items: [{ label: "Sun Valley, Ajaypur, Gwalior", href: "#" }] }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user