Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 30b07aa573 | |||
| 3a447a9e06 | |||
| ac15639875 | |||
| e1fd7a4153 | |||
| 2cddf17fec | |||
| d382b9edd0 | |||
| f954965514 |
259
src/app/page.tsx
259
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
name: "Menu", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="De Cafe Rooftop"
|
||||
/>
|
||||
@@ -55,106 +47,58 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Ratangarh's Finest Rooftop Experience"
|
||||
variant: "gradient-bars"}}
|
||||
title="Experience Ratangarh’s Best Rooftop Dining"
|
||||
description="Elevate your evenings with panoramic views, exquisite quick bites, and our signature cold-brew selections under the stars."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Rahul Verma",
|
||||
handle: "@rahulv",
|
||||
testimonial: "The best ambiance in Ratangarh!",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DMHWUNDop8AbIia4IOAijGULC0/uploaded-1778085126063-y7o8evep.jpg?_wi=1",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
name: "Rahul Verma", handle: "@rahulv", testimonial: "The best ambiance in Ratangarh!", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DMHWUNDop8AbIia4IOAijGULC0/uploaded-1778085126063-y7o8evep.jpg?_wi=1", imageAlt: "User provided image"},
|
||||
{
|
||||
name: "Priya Sharma",
|
||||
handle: "@priyas",
|
||||
testimonial: "Absolutely love the rooftop view and food.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DMHWUNDop8AbIia4IOAijGULC0/uploaded-1778085126063-nkvvpzyu.jpg?_wi=1",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
name: "Priya Sharma", handle: "@priyas", testimonial: "Absolutely love the rooftop view and food.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DMHWUNDop8AbIia4IOAijGULC0/uploaded-1778085126063-nkvvpzyu.jpg?_wi=1", imageAlt: "User provided image"},
|
||||
{
|
||||
name: "Amit Kumar",
|
||||
handle: "@amitk",
|
||||
testimonial: "Great spot for coffee and evening bites.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-african-gay-couple-eating-pizza-two-happy-bearded-men-sitting-table-faraway-city-background-feeding-each-other-slices-pizza-same-sex-love-lgbt-couples-rights-concept_74855-21605.jpg?_wi=1",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
name: "Amit Kumar", handle: "@amitk", testimonial: "Great spot for coffee and evening bites.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-african-gay-couple-eating-pizza-two-happy-bearded-men-sitting-table-faraway-city-background-feeding-each-other-slices-pizza-same-sex-love-lgbt-couples-rights-concept_74855-21605.jpg?_wi=1", imageAlt: "User provided image"},
|
||||
{
|
||||
name: "Neha Gupta",
|
||||
handle: "@neha_g",
|
||||
testimonial: "Perfect place for a quiet evening.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-pizza_23-2150852161.jpg?_wi=1",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
name: "Neha Gupta", handle: "@neha_g", testimonial: "Perfect place for a quiet evening.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-pizza_23-2150852161.jpg?_wi=1", imageAlt: "User provided image"},
|
||||
{
|
||||
name: "Vikram Singh",
|
||||
handle: "@v_singh",
|
||||
testimonial: "The staff is incredibly welcoming.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sweet-food-healthy-pineapple-natural_1203-5564.jpg?_wi=1",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
name: "Vikram Singh", handle: "@v_singh", testimonial: "The staff is incredibly welcoming.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sweet-food-healthy-pineapple-natural_1203-5564.jpg?_wi=1", imageAlt: "User provided image"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Menu",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Book Your Table Now", href: "#products"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DMHWUNDop8AbIia4IOAijGULC0/uploaded-1778085126063-y7o8evep.jpg?_wi=2"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/two-female-friends-spending-time-together-drinking-wine-rooftop-terrace_23-2149053020.jpg",
|
||||
alt: "Happy customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/two-female-friends-spending-time-together-drinking-wine-rooftop-terrace_23-2149053020.jpg", alt: "Happy customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/brazilian-family-enjoying-meal-together_23-2151156202.jpg",
|
||||
alt: "Happy customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/brazilian-family-enjoying-meal-together_23-2151156202.jpg", alt: "Happy customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/friends-cooking-together-barbecue_23-2149071391.jpg",
|
||||
alt: "Happy customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/friends-cooking-together-barbecue_23-2149071391.jpg", alt: "Happy customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/brazilian-family-enjoying-meal-together_23-2151156179.jpg",
|
||||
alt: "Happy customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/brazilian-family-enjoying-meal-together_23-2151156179.jpg", alt: "Happy customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-happy-friends-with-wine_23-2149073093.jpg",
|
||||
alt: "Happy customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-happy-friends-with-wine_23-2149073093.jpg", alt: "Happy customer"},
|
||||
]}
|
||||
avatarText="Join 500+ happy diners"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Rooftop Dining",
|
||||
type: "text", text: "Rooftop Dining"},
|
||||
{
|
||||
type: "text-icon", text: "Fresh Coffee", icon: Coffee,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Fresh Coffee",
|
||||
icon: Coffee,
|
||||
type: "text", text: "Night Views"},
|
||||
{
|
||||
type: "text-icon", text: "Quick Bites", icon: Utensils,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Night Views",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Quick Bites",
|
||||
icon: Utensils,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Great Vibes",
|
||||
},
|
||||
type: "text", text: "Great Vibes"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -180,19 +124,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: MapPin,
|
||||
title: "Prime Location",
|
||||
description: "Heart of Ratangarh skyline.",
|
||||
},
|
||||
title: "Prime Location", description: "Heart of Ratangarh skyline."},
|
||||
{
|
||||
icon: Coffee,
|
||||
title: "Gourmet Brews",
|
||||
description: "Freshly crafted coffee daily.",
|
||||
},
|
||||
title: "Gourmet Brews", description: "Freshly crafted coffee daily."},
|
||||
{
|
||||
icon: Sun,
|
||||
title: "Open Air Vibes",
|
||||
description: "Unmatched panoramic views.",
|
||||
},
|
||||
title: "Open Air Vibes", description: "Unmatched panoramic views."},
|
||||
]}
|
||||
title="Why Visit Us?"
|
||||
description="Experience more than just food."
|
||||
@@ -207,41 +145,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Chilli Potato",
|
||||
price: "220",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-african-gay-couple-eating-pizza-two-happy-bearded-men-sitting-table-faraway-city-background-feeding-each-other-slices-pizza-same-sex-love-lgbt-couples-rights-concept_74855-21605.jpg?_wi=2",
|
||||
},
|
||||
id: "p1", name: "Chilli Potato", price: "220", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-african-gay-couple-eating-pizza-two-happy-bearded-men-sitting-table-faraway-city-background-feeding-each-other-slices-pizza-same-sex-love-lgbt-couples-rights-concept_74855-21605.jpg?_wi=2"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Special Hub Pizza",
|
||||
price: "290",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-pizza_23-2150852161.jpg?_wi=2",
|
||||
},
|
||||
id: "p2", name: "Special Hub Pizza", price: "290", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-pizza_23-2150852161.jpg?_wi=2"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Blue Lagoon",
|
||||
price: "110",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sweet-food-healthy-pineapple-natural_1203-5564.jpg?_wi=2",
|
||||
},
|
||||
id: "p3", name: "Blue Lagoon", price: "110", imageSrc: "http://img.b2bpic.net/free-photo/sweet-food-healthy-pineapple-natural_1203-5564.jpg?_wi=2"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Cheese Grill Sandwich",
|
||||
price: "100",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-melted-cheese-served-with-salad_140725-8046.jpg",
|
||||
},
|
||||
id: "p4", name: "Cheese Grill Sandwich", price: "100", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-melted-cheese-served-with-salad_140725-8046.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Chocolate Brownie Shake",
|
||||
price: "130",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/iced-chocolate_1339-4420.jpg",
|
||||
},
|
||||
id: "p5", name: "Chocolate Brownie Shake", price: "130", imageSrc: "http://img.b2bpic.net/free-photo/iced-chocolate_1339-4420.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Schezwan Noodles",
|
||||
price: "130",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eating-noodles_23-2149734579.jpg",
|
||||
},
|
||||
id: "p6", name: "Schezwan Noodles", price: "130", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eating-noodles_23-2149734579.jpg"},
|
||||
]}
|
||||
title="Our Signature Bites"
|
||||
description="Hand-picked favorites from our kitchen to your table."
|
||||
@@ -254,60 +168,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Suresh",
|
||||
date: "Oct 2023",
|
||||
title: "Great Vibe",
|
||||
quote: "Amazing evening spot.",
|
||||
tag: "Regular",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/two-female-friends-conversing-enjoying-some-wine-rooftop-terrace_23-2149053030.jpg",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DMHWUNDop8AbIia4IOAijGULC0/uploaded-1778085126063-y7o8evep.jpg?_wi=3",
|
||||
imageAlt: "happy customer dining rooftop",
|
||||
},
|
||||
id: "1", name: "Suresh", date: "Oct 2023", title: "Great Vibe", quote: "Amazing evening spot.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/two-female-friends-conversing-enjoying-some-wine-rooftop-terrace_23-2149053030.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DMHWUNDop8AbIia4IOAijGULC0/uploaded-1778085126063-y7o8evep.jpg?_wi=3", imageAlt: "happy customer dining rooftop"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Meera",
|
||||
date: "Sep 2023",
|
||||
title: "Love the food",
|
||||
quote: "The sandwiches are perfect.",
|
||||
tag: "Guest",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DMHWUNDop8AbIia4IOAijGULC0/uploaded-1778085126063-nkvvpzyu.jpg?_wi=3",
|
||||
imageAlt: "happy customer dining rooftop",
|
||||
},
|
||||
id: "2", name: "Meera", date: "Sep 2023", title: "Love the food", quote: "The sandwiches are perfect.", tag: "Guest", avatarSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DMHWUNDop8AbIia4IOAijGULC0/uploaded-1778085126063-nkvvpzyu.jpg?_wi=3", imageAlt: "happy customer dining rooftop"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Anil",
|
||||
date: "Aug 2023",
|
||||
title: "Coffee Master",
|
||||
quote: "Strong cold brews.",
|
||||
tag: "Regular",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/two-female-friends-enjoying-some-wine-rooftop-terrace_23-2149053043.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-african-gay-couple-eating-pizza-two-happy-bearded-men-sitting-table-faraway-city-background-feeding-each-other-slices-pizza-same-sex-love-lgbt-couples-rights-concept_74855-21605.jpg?_wi=3",
|
||||
imageAlt: "happy customer dining rooftop",
|
||||
},
|
||||
id: "3", name: "Anil", date: "Aug 2023", title: "Coffee Master", quote: "Strong cold brews.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/two-female-friends-enjoying-some-wine-rooftop-terrace_23-2149053043.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-african-gay-couple-eating-pizza-two-happy-bearded-men-sitting-table-faraway-city-background-feeding-each-other-slices-pizza-same-sex-love-lgbt-couples-rights-concept_74855-21605.jpg?_wi=3", imageAlt: "happy customer dining rooftop"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Jyoti",
|
||||
date: "Jul 2023",
|
||||
title: "Beautiful views",
|
||||
quote: "Sunset views are magical.",
|
||||
tag: "Guest",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/brazilian-family-enjoying-meal-together_23-2151156149.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-pizza_23-2150852161.jpg?_wi=3",
|
||||
imageAlt: "happy customer dining rooftop",
|
||||
},
|
||||
id: "4", name: "Jyoti", date: "Jul 2023", title: "Beautiful views", quote: "Sunset views are magical.", tag: "Guest", avatarSrc: "http://img.b2bpic.net/free-photo/brazilian-family-enjoying-meal-together_23-2151156149.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-pizza_23-2150852161.jpg?_wi=3", imageAlt: "happy customer dining rooftop"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Karan",
|
||||
date: "Jun 2023",
|
||||
title: "Best in town",
|
||||
quote: "Ratangarh's rooftop pride.",
|
||||
tag: "Regular",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-friends-restaurant_23-2149930130.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sweet-food-healthy-pineapple-natural_1203-5564.jpg?_wi=3",
|
||||
imageAlt: "happy customer dining rooftop",
|
||||
},
|
||||
id: "5", name: "Karan", date: "Jun 2023", title: "Best in town", quote: "Ratangarh's rooftop pride.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-friends-restaurant_23-2149930130.jpg", imageSrc: "http://img.b2bpic.net/free-photo/sweet-food-healthy-pineapple-natural_1203-5564.jpg?_wi=3", imageAlt: "happy customer dining rooftop"},
|
||||
]}
|
||||
title="Guest Reviews"
|
||||
description="What our patrons say about us."
|
||||
@@ -320,20 +189,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you take reservations?",
|
||||
content: "Yes, we recommend booking ahead.",
|
||||
},
|
||||
id: "f1", title: "Do you take reservations?", content: "Yes, we welcome reservations! Please call us at least 2 hours in advance to secure your table during peak evening hours."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Are you open daily?",
|
||||
content: "Yes, we are open 7 days a week.",
|
||||
},
|
||||
id: "f2", title: "Are you open daily?", content: "Yes, we are open 7 days a week."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Is rooftop parking available?",
|
||||
content: "Yes, ample space available.",
|
||||
},
|
||||
id: "f3", title: "Is rooftop parking available?", content: "Yes, we offer complimentary rooftop parking directly accessible from the main building entrance ramp."},
|
||||
]}
|
||||
title="Frequently Asked"
|
||||
description="Quick answers to common questions."
|
||||
@@ -345,14 +205,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
text="Join us today for a great experience. Call or reach us via social media for reservations."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+919999999999",
|
||||
},
|
||||
text: "Call Now", href: "tel:+919999999999"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -361,25 +218,17 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Menu", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Call Us",
|
||||
href: "tel:+910000000000",
|
||||
},
|
||||
label: "Call Us", href: "tel:+910000000000"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -390,4 +239,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user