Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d2f1839033 | |||
| 31de5d1616 | |||
| cdc80bce37 | |||
| 0c06c7fa22 | |||
| 0dbacce260 | |||
| bc5d54c903 | |||
| caa572e403 |
261
src/app/page.tsx
261
src/app/page.tsx
@@ -11,6 +11,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import { Zap } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -30,64 +31,33 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Menu", id: "#menu" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="Grill Masters"
|
||||
brandName="Grill Masters Jhunjhunu"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlay
|
||||
title="Jhunjhunu's Favorite Flavor Destination"
|
||||
description="Experience the best fast food, handcrafted pizzas, and artisan coffee in the heart of Jhunjhunu. Grill Masters brings quality to your plate every day."
|
||||
title="Experience Jhunjhunu's Best Artisan Pizza & Coffee"
|
||||
description="The ultimate destination for fast food, authentic artisan pizzas, and premium coffee in Jhunjhunu. Grill Masters serves quality and taste in every bite."
|
||||
tag="Exclusive Offer"
|
||||
tagIcon={Zap}
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Online",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "Visit Us",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "Order Online & Get 10% Off", href: "#menu" },
|
||||
{ text: "Visit Us", href: "#contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/delicious-pizza-party_23-2151309471.jpg?_wi=1"
|
||||
imageAlt="Grill Masters fast food restaurant display"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-chef-preparing-pizza_23-2150235806.jpg",
|
||||
alt: "Chef preparing pizza",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/asian-friends-guys-eating-pizza-party-pizzeria-happy-indian-people-having-fun-together-eating-italian-food-sitting-couch_627829-1259.jpg",
|
||||
alt: "Friends eating pizza",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/wooden-plate-holds-gourmet-pizza-wine-generated-by-ai_188544-18487.jpg",
|
||||
alt: "Gourmet pizza on wooden table",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/confident-young-indian-man-orange-sweater-sitting-pizzeria-eat-pizza_627829-5506.jpg",
|
||||
alt: "Customer eating pizza",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727969.jpg",
|
||||
alt: "Kitchen staff at work",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-chef-preparing-pizza_23-2150235806.jpg", alt: "Chef preparing pizza" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/asian-friends-guys-eating-pizza-party-pizzeria-happy-indian-people-having-fun-together-eating-italian-food-sitting-couch_627829-1259.jpg", alt: "Friends eating pizza" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/wooden-plate-holds-gourmet-pizza-wine-generated-by-ai_188544-18487.jpg", alt: "Gourmet pizza on wooden table" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/confident-young-indian-man-orange-sweater-sitting-pizzeria-eat-pizza_627829-5506.jpg", alt: "Customer eating pizza" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727969.jpg", alt: "Kitchen staff at work" },
|
||||
]}
|
||||
avatarText="Join 5000+ satisfied foodies"
|
||||
/>
|
||||
@@ -98,9 +68,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Passionate About Taste"
|
||||
description={[
|
||||
"At Grill Masters, we believe that food is not just sustenance; it is a celebration of flavors.",
|
||||
"Our chefs use locally sourced ingredients to curate the best pizza and fast food experiences in Jhunjhunu.",
|
||||
"Whether you need a morning caffeine boost from our cafe or a hearty dinner with family, we are here for you.",
|
||||
"At Grill Masters Jhunjhunu, we believe that food is not just sustenance; it is a celebration of flavors.", "Our chefs use locally sourced ingredients to curate the best pizza and fast food experiences in Jhunjhunu.", "Whether you need a morning caffeine boost from our cafe or a hearty dinner with family, we are here for you."
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -112,48 +80,12 @@ export default function LandingPage() {
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Margherita Pizza",
|
||||
price: "₹299",
|
||||
variant: "Authentic Italian Style",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-delicious-potato-fries-grey-plate_23-2148501600.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Classic Chicken Burger",
|
||||
price: "₹199",
|
||||
variant: "Juicy and Fresh",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-fast-food-dishes_23-2149187953.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Artisan Latte",
|
||||
price: "₹149",
|
||||
variant: "Cafe Blend",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burger-menu-with-variety-marinated-turshu_114579-2049.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Crispy Fries",
|
||||
price: "₹99",
|
||||
variant: "Golden Crispy",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-wings-paper-box-black_1150-46809.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Caesar Salad",
|
||||
price: "₹179",
|
||||
variant: "Fresh Veggie Mix",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-potato-fries-bowl_23-2148501579.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Spicy Wings",
|
||||
price: "₹249",
|
||||
variant: "Chef's Special",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/iced-latte-glass-pink-stand-wooden-table-summer-cafe-green-bushes_343596-1559.jpg",
|
||||
},
|
||||
{ id: "1", name: "Margherita Pizza", price: "₹299", variant: "Authentic Italian Style", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-delicious-potato-fries-grey-plate_23-2148501600.jpg?_wi=1" },
|
||||
{ id: "2", name: "Classic Chicken Burger", price: "₹199", variant: "Juicy and Fresh", imageSrc: "http://img.b2bpic.net/free-photo/still-life-fast-food-dishes_23-2149187953.jpg" },
|
||||
{ id: "3", name: "Artisan Latte", price: "₹149", variant: "Cafe Blend", imageSrc: "http://img.b2bpic.net/free-photo/burger-menu-with-variety-marinated-turshu_114579-2049.jpg?_wi=1" },
|
||||
{ id: "4", name: "Crispy Fries", price: "₹99", variant: "Golden Crispy", imageSrc: "http://img.b2bpic.net/free-photo/chicken-wings-paper-box-black_1150-46809.jpg" },
|
||||
{ id: "5", name: "Caesar Salad", price: "₹179", variant: "Fresh Veggie Mix", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-potato-fries-bowl_23-2148501579.jpg" },
|
||||
{ id: "6", name: "Spicy Wings", price: "₹249", variant: "Chef's Special", imageSrc: "http://img.b2bpic.net/free-photo/iced-latte-glass-pink-stand-wooden-table-summer-cafe-green-bushes_343596-1559.jpg" },
|
||||
]}
|
||||
title="Our Signature Menu"
|
||||
description="Handpicked favorites prepared fresh to order."
|
||||
@@ -166,21 +98,9 @@ export default function LandingPage() {
|
||||
title="Grill Masters by Numbers"
|
||||
tag="Trusted Quality"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "5000+",
|
||||
description: "Happy Foodies Served",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "15+",
|
||||
description: "Unique Menu Items",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "4.8/5",
|
||||
description: "Average Customer Rating",
|
||||
},
|
||||
{ id: "m1", value: "5000+", description: "Happy Foodies Served" },
|
||||
{ id: "m2", value: "15+", description: "Unique Menu Items" },
|
||||
{ id: "m3", value: "4.8/5", description: "Average Customer Rating" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -191,61 +111,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Rahul Verma",
|
||||
date: "Oct 2023",
|
||||
title: "Regular Customer",
|
||||
quote: "Best pizza in town by far! Always fresh.",
|
||||
tag: "Delicious",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-eating-funny-way_23-2150269632.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-party_23-2151309471.jpg?_wi=2",
|
||||
imageAlt: "happy customer eating pizza",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Anita Kumari",
|
||||
date: "Nov 2023",
|
||||
title: "Coffee Lover",
|
||||
quote: "My favorite cafe spot to work and relax.",
|
||||
tag: "Ambience",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/roommates-sharing-meal-together_23-2149112172.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-chopping-vegetables-cutting-board-preparing-ingredients_482257-121189.jpg",
|
||||
imageAlt: "happy customer eating pizza",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Vijay Singh",
|
||||
date: "Dec 2023",
|
||||
title: "Foodie",
|
||||
quote: "The burger is juicy and perfect every single time.",
|
||||
tag: "Burgers",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149304414.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-delicious-potato-fries-grey-plate_23-2148501600.jpg?_wi=2",
|
||||
imageAlt: "happy customer eating pizza",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Suman Devi",
|
||||
date: "Jan 2024",
|
||||
title: "Family Dinner",
|
||||
quote: "Great service and even better pizza.",
|
||||
tag: "Family Friendly",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-friends-with-food_23-2149410394.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/merry-young-adult-enjoying-christmas-conversation-video-call-room-decorated-festivity-celebration-talking-woman-preparing-drink-wine-kitchen-with-joyful-ornaments_482257-28400.jpg",
|
||||
imageAlt: "happy customer eating pizza",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Amit Kumar",
|
||||
date: "Feb 2024",
|
||||
title: "Fast Food Fan",
|
||||
quote: "Wings are spicy and amazing. Totally worth it.",
|
||||
tag: "Spicy Food",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/still-life-fast-food-dishes_23-2149187953.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burger-menu-with-variety-marinated-turshu_114579-2049.jpg?_wi=2",
|
||||
imageAlt: "happy customer eating pizza",
|
||||
},
|
||||
{ id: "1", name: "Rahul Verma", date: "Oct 2023", title: "Regular Customer", quote: "Best pizza in town by far! Always fresh.", tag: "Delicious", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-eating-funny-way_23-2150269632.jpg", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-party_23-2151309471.jpg?_wi=2" },
|
||||
{ id: "2", name: "Anita Kumari", date: "Nov 2023", title: "Coffee Lover", quote: "My favorite cafe spot to work and relax.", tag: "Ambience", avatarSrc: "http://img.b2bpic.net/free-photo/roommates-sharing-meal-together_23-2149112172.jpg", imageSrc: "http://img.b2bpic.net/free-photo/chef-chopping-vegetables-cutting-board-preparing-ingredients_482257-121189.jpg" },
|
||||
{ id: "3", name: "Vijay Singh", date: "Dec 2023", title: "Foodie", quote: "The burger is juicy and perfect every single time.", tag: "Burgers", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149304414.jpg", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-delicious-potato-fries-grey-plate_23-2148501600.jpg?_wi=2" },
|
||||
{ id: "4", name: "Suman Devi", date: "Jan 2024", title: "Family Dinner", quote: "Great service and even better pizza.", tag: "Family Friendly", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-friends-with-food_23-2149410394.jpg", imageSrc: "http://img.b2bpic.net/free-photo/merry-young-adult-enjoying-christmas-conversation-video-call-room-decorated-festivity-celebration-talking-woman-preparing-drink-wine-kitchen-with-joyful-ornaments_482257-28400.jpg" },
|
||||
{ id: "5", name: "Amit Kumar", date: "Feb 2024", title: "Fast Food Fan", quote: "Wings are spicy and amazing. Totally worth it.", tag: "Spicy Food", avatarSrc: "http://img.b2bpic.net/free-photo/still-life-fast-food-dishes_23-2149187953.jpg", imageSrc: "http://img.b2bpic.net/free-photo/burger-menu-with-variety-marinated-turshu_114579-2049.jpg?_wi=2" },
|
||||
]}
|
||||
title="What Our Neighbors Say"
|
||||
description="Stories from the heart of Jhunjhunu."
|
||||
@@ -257,21 +127,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you provide home delivery?",
|
||||
content: "Yes, we deliver across all major areas in Jhunjhunu.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What are your opening hours?",
|
||||
content: "We are open from 10 AM to 10 PM daily.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Is there seating available?",
|
||||
content: "Yes, we offer comfortable indoor and outdoor seating.",
|
||||
},
|
||||
{ id: "f1", title: "Do you provide home delivery?", content: "Yes, we deliver across all major areas in Jhunjhunu." },
|
||||
{ id: "f2", title: "What are your opening hours?", content: "We are open from 10 AM to 10 PM daily." },
|
||||
{ id: "f3", title: "Is there seating available?", content: "Yes, we offer comfortable indoor and outdoor seating." },
|
||||
]}
|
||||
title="Commonly Asked Questions"
|
||||
description="Everything you need to know about our cafe."
|
||||
@@ -282,56 +140,17 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
text="Visit us at Main Road, Jhunjhunu, or call us to reserve a table."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+919999999999",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Call Now", href: "tel:+919999999999" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
{
|
||||
label: "Pizza",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "Coffee",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "Fast Food",
|
||||
href: "#menu",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Menu", items: [{ label: "Pizza", href: "#menu" }, { label: "Coffee", href: "#menu" }, { label: "Fast Food", href: "#menu" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Contact", href: "#contact" }, { label: "Privacy Policy", href: "#" }] },
|
||||
]}
|
||||
logoText="Grill Masters"
|
||||
/>
|
||||
@@ -339,4 +158,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user