Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5edd0cfbc9 | |||
| c2d9e0f08a | |||
| eb55935e7f |
165
src/app/page.tsx
165
src/app/page.tsx
@@ -9,7 +9,7 @@ import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCa
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import { Clock, Leaf, MapPin, Users } from "lucide-react";
|
||||
import { Clock, Leaf, MapPin, Users, Award, Star } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Moon Light Restaura"
|
||||
/>
|
||||
@@ -56,35 +48,21 @@ export default function LandingPage() {
|
||||
description="Enjoy delicious thalis, sizzlers & desserts with your family — all at affordable prices in Bhuj."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:09428208207",
|
||||
},
|
||||
text: "Call Now", href: "tel:09428208207"},
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://maps.google.com",
|
||||
},
|
||||
text: "Get Directions", href: "https://maps.google.com"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-vegetables-with-different-seasonings-dark-space_140725-79679.jpg?_wi=1",
|
||||
imageAlt: "Gujarati Thali",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-vegetables-with-different-seasonings-dark-space_140725-79679.jpg?_wi=1", imageAlt: "Gujarati Thali"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-indian-tasty-food-called-marwari-veg-thali-wooden-table_181624-58043.jpg?_wi=1",
|
||||
imageAlt: "Traditional Gujarati Thali",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-indian-tasty-food-called-marwari-veg-thali-wooden-table_181624-58043.jpg?_wi=1", imageAlt: "Traditional Gujarati Thali"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-soup-with-different-seasonings-sliced-pepper-grey-background-soup-meal-food-meat-seasoning-spicy_140725-80756.jpg?_wi=1",
|
||||
imageAlt: "Punjabi Thali Variety",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-soup-with-different-seasonings-sliced-pepper-grey-background-soup-meal-food-meat-seasoning-spicy_140725-80756.jpg?_wi=1", imageAlt: "Punjabi Thali Variety"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-vegetables-with-sauce-pan_1220-5283.jpg?_wi=1",
|
||||
imageAlt: "Hot Veg Sizzler",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-vegetables-with-sauce-pan_1220-5283.jpg?_wi=1", imageAlt: "Hot Veg Sizzler"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background_140725-136311.jpg?_wi=1",
|
||||
imageAlt: "Sizzling Chocolate Brownie",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background_140725-136311.jpg?_wi=1", imageAlt: "Sizzling Chocolate Brownie"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -92,35 +70,15 @@ export default function LandingPage() {
|
||||
<div id="trust" data-section="trust">
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={true}
|
||||
cardTitle="Trusted by Thousands"
|
||||
cardTag="4.8 Star Average Rating"
|
||||
cardTagIcon={Star}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Rajesh Mehta",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-portrait-o-pretty-blonde-woman-drinking-tasty-cappuccino-restaurant-enjoy-her-breakfast-elegant-outfit-natural-make-up_291049-2723.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Priya Patel",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Anil Shah",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cafe-staff_1098-15450.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sita Vora",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-happy-after-shopping_23-2148660676.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Kiran Dave",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-friends-bistro_23-2149366462.jpg",
|
||||
},
|
||||
{ id: "1", name: "Rajesh Mehta", imageSrc: "http://img.b2bpic.net/free-photo/indoor-portrait-o-pretty-blonde-woman-drinking-tasty-cappuccino-restaurant-enjoy-her-breakfast-elegant-outfit-natural-make-up_291049-2723.jpg" },
|
||||
{ id: "2", name: "Priya Patel", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg" },
|
||||
{ id: "3", name: "Anil Shah", imageSrc: "http://img.b2bpic.net/free-photo/cafe-staff_1098-15450.jpg" }
|
||||
]}
|
||||
cardTitle="1500+ Happy Customers"
|
||||
cardTag="4.2 Star Rating"
|
||||
buttons={[{ text: "Read Reviews", href: "https://google.com" }]}
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -133,41 +91,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Gujarati Thali",
|
||||
price: "₹250",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-indian-tasty-food-called-marwari-veg-thali-wooden-table_181624-58043.jpg?_wi=2",
|
||||
},
|
||||
id: "p1", name: "Gujarati Thali", price: "₹250", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-indian-tasty-food-called-marwari-veg-thali-wooden-table_181624-58043.jpg?_wi=2"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Punjabi Thali",
|
||||
price: "₹300",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-soup-with-different-seasonings-sliced-pepper-grey-background-soup-meal-food-meat-seasoning-spicy_140725-80756.jpg?_wi=2",
|
||||
},
|
||||
id: "p2", name: "Punjabi Thali", price: "₹300", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-soup-with-different-seasonings-sliced-pepper-grey-background-soup-meal-food-meat-seasoning-spicy_140725-80756.jpg?_wi=2"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Veg Sizzler",
|
||||
price: "₹350",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-vegetables-with-sauce-pan_1220-5283.jpg?_wi=2",
|
||||
},
|
||||
id: "p3", name: "Veg Sizzler", price: "₹350", imageSrc: "http://img.b2bpic.net/free-photo/fried-vegetables-with-sauce-pan_1220-5283.jpg?_wi=2"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Sizzling Brownie",
|
||||
price: "₹200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background_140725-136311.jpg?_wi=2",
|
||||
},
|
||||
id: "p4", name: "Sizzling Brownie", price: "₹200", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background_140725-136311.jpg?_wi=2"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Paneer Tikka",
|
||||
price: "₹280",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-indian-tasty-food-called-marwari-veg-thali-wooden-table_181624-58043.jpg?_wi=3",
|
||||
},
|
||||
id: "p5", name: "Paneer Tikka", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-indian-tasty-food-called-marwari-veg-thali-wooden-table_181624-58043.jpg?_wi=3"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Dal Makhani",
|
||||
price: "₹220",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-soup-with-different-seasonings-sliced-pepper-grey-background-soup-meal-food-meat-seasoning-spicy_140725-80756.jpg?_wi=3",
|
||||
},
|
||||
id: "p6", name: "Dal Makhani", price: "₹220", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-soup-with-different-seasonings-sliced-pepper-grey-background-soup-meal-food-meat-seasoning-spicy_140725-80756.jpg?_wi=3"},
|
||||
]}
|
||||
title="Popular Dishes"
|
||||
description="Taste the authentic flavors of Bhuj."
|
||||
@@ -180,24 +114,16 @@ export default function LandingPage() {
|
||||
title="Why Choose Moon Light"
|
||||
metrics={[
|
||||
{
|
||||
label: "Fresh Ingredients",
|
||||
value: "Daily Sourced",
|
||||
icon: Leaf,
|
||||
label: "Fresh Ingredients", value: "Daily Sourced", icon: Leaf,
|
||||
},
|
||||
{
|
||||
label: "Service",
|
||||
value: "Quick & Warm",
|
||||
icon: Clock,
|
||||
label: "Service", value: "Quick & Warm", icon: Clock,
|
||||
},
|
||||
{
|
||||
label: "Ambiance",
|
||||
value: "Family Friendly",
|
||||
icon: Users,
|
||||
label: "Ambiance", value: "Family Friendly", icon: Users,
|
||||
},
|
||||
{
|
||||
label: "Location",
|
||||
value: "Easy Access",
|
||||
icon: MapPin,
|
||||
label: "Location", value: "Easy Access", icon: MapPin,
|
||||
},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
@@ -207,30 +133,23 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Book Your Table"
|
||||
description="Reserve a table or make an enquiry today."
|
||||
title="Connect With Our Team"
|
||||
description="Have questions about our menu or want to book a private event? Send us a message and we'll be in touch shortly."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Full Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Your Phone",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email Address", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Special requests?",
|
||||
rows: 4,
|
||||
required: false,
|
||||
name: "message", placeholder: "Your inquiry or table request", rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
buttonText="Book Table"
|
||||
buttonText="Send Inquiry"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-cooked-vegetables-with-different-seasonings-dark-space_140725-79679.jpg?_wi=2"
|
||||
mediaPosition="right"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -238,16 +157,12 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Moon Light Restaura"
|
||||
leftLink={{
|
||||
text: "Call: 094282 08207",
|
||||
href: "tel:09428208207",
|
||||
}}
|
||||
text: "Call: 094282 08207", href: "tel:09428208207"}}
|
||||
rightLink={{
|
||||
text: "Bhujodi Highway",
|
||||
href: "https://maps.google.com",
|
||||
}}
|
||||
text: "Bhujodi Highway", href: "https://maps.google.com"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user