Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-10 11:38:26 +00:00

View File

@@ -12,7 +12,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import { Coffee } from "lucide-react";
import { Coffee, Heart, Users, Utensils, Tag } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,26 +32,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "#hero",
},
{
name: "Experience",
id: "#about",
},
{
name: "Menu",
id: "#menu",
},
{
name: "Reviews",
id: "#testimonials",
},
{
name: "Contact",
id: "#contact",
},
{ name: "Home", id: "#hero" },
{ name: "Experience", id: "#about" },
{ name: "Menu", id: "#menu" },
{ name: "Reviews", id: "#testimonials" },
{ name: "Contact", id: "#contact" },
]}
brandName="Romeos Cafe"
/>
@@ -60,102 +45,31 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardTestimonial
useInvertedBackground={true}
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Welcome to Romeos Cafe & Restaurant"
description="Experience warmth, great taste, and friendly service in the heart of Faridabad. Rated 4.2 stars by our amazing community."
testimonials={[
{
name: "Ananya P.",
handle: "@localfoodie",
testimonial: "The atmosphere is so warm and beautiful. A perfect spot for our family gathering!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/he-is-satisfied-from-his-life_329181-2789.jpg",
},
{
name: "Rahul S.",
handle: "@newindustrial",
testimonial: "Cheesy Garlic Bread is a must-try. The service is incredibly friendly every time.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg",
},
{
name: "Priya D.",
handle: "@partyplanner",
testimonial: "Great venue for parties. Buffet pricing is very reasonable and worth every penny.",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-beautiful-lady-sitting-restaurant-smiling-camera_114579-92383.jpg",
},
{
name: "Vikram V.",
handle: "@foodlover",
testimonial: "The perfect local hangout spot for coffee and quick bites.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-shy-young-asian-woman-standing-front-cafe-entrance-touching-her-neck_1258-199358.jpg",
},
{
name: "Sonia K.",
handle: "@cafehopper",
testimonial: "Super cozy interiors, felt right at home during my afternoon visit.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-big-hat-cafe_273609-13406.jpg",
},
{ name: "Ananya P.", handle: "@localfoodie", testimonial: "The atmosphere is so warm and beautiful. A perfect spot for our family gathering!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/he-is-satisfied-from-his-life_329181-2789.jpg" },
{ name: "Rahul S.", handle: "@newindustrial", testimonial: "Cheesy Garlic Bread is a must-try. The service is incredibly friendly every time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg" },
{ name: "Priya D.", handle: "@partyplanner", testimonial: "Great venue for parties. Buffet pricing is very reasonable and worth every penny.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-beautiful-lady-sitting-restaurant-smiling-camera_114579-92383.jpg" },
{ name: "Vikram V.", handle: "@foodlover", testimonial: "The perfect local hangout spot for coffee and quick bites.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-shy-young-asian-woman-standing-front-cafe-entrance-touching-her-neck_1258-199358.jpg" },
{ name: "Sonia K.", handle: "@cafehopper", testimonial: "Super cozy interiors, felt right at home during my afternoon visit.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-big-hat-cafe_273609-13406.jpg" },
]}
buttons={[
{
text: "Reserve Now",
href: "#contact",
},
{
text: "Call 092114 97900",
href: "tel:09211497900",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/front-view-glassware-cutlery-served-wooden-table-printed-guest-nameplate_8353-10885.jpg?_wi=1"
buttons={[{ text: "Reserve Now", href: "#contact" }, { text: "Call 092114 97900", href: "tel:09211497900" }]}
imageSrc="http://img.b2bpic.net/free-photo/front-view-glassware-cutlery-served-wooden-table-printed-guest-nameplate_8353-10885.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/top-view-table-assortment-with-plant_23-2148914894.jpg",
alt: "Top view table assortment with plant",
},
{
src: "http://img.b2bpic.net/free-photo/wine-glass_1203-2779.jpg",
alt: "Wine glass",
},
{
src: "http://img.b2bpic.net/free-photo/young-woman-setting-table-christmas-dinner_23-2147969380.jpg",
alt: "Young woman setting the table for christmas dinner",
},
{
src: "http://img.b2bpic.net/free-photo/wedding-table-number-decoration_23-2149433892.jpg",
alt: "Wedding table number decoration",
},
{
src: "http://img.b2bpic.net/free-photo/two-men-discussing-content-laptop-cafe_1170-511.jpg",
alt: "Two men discussing content on a laptop at a cafe",
},
{ src: "http://img.b2bpic.net/free-photo/top-view-table-assortment-with-plant_23-2148914894.jpg", alt: "Top view table assortment with plant" },
{ src: "http://img.b2bpic.net/free-photo/wine-glass_1203-2779.jpg", alt: "Wine glass" },
{ src: "http://img.b2bpic.net/free-photo/young-woman-setting-table-christmas-dinner_23-2147969380.jpg", alt: "Young woman setting the table for christmas dinner" },
{ src: "http://img.b2bpic.net/free-photo/wedding-table-number-decoration_23-2149433892.jpg", alt: "Wedding table number decoration" },
{ src: "http://img.b2bpic.net/free-photo/two-men-discussing-content-laptop-cafe_1170-511.jpg", alt: "Two men discussing content on a laptop at a cafe" },
]}
marqueeItems={[
{
type: "text",
text: "Fresh Coffee",
},
{
type: "text",
text: "Family Friendly",
},
{
type: "text",
text: "Free Wi-Fi",
},
{
type: "text",
text: "Best Buffet",
},
{
type: "text",
text: "Cozy Seating",
},
{ type: "text", text: "Fresh Coffee" },
{ type: "text", text: "Family Friendly" },
{ type: "text", text: "Free Wi-Fi" },
{ type: "text", text: "Best Buffet" },
{ type: "text", text: "Cozy Seating" },
]}
/>
</div>
@@ -168,7 +82,7 @@ export default function LandingPage() {
description="Romeos Cafe & Restaurant began with a simple idea: to provide a space where great food meets exceptional service. Whether it's a quick morning coffee or a grand party, we pride ourselves on being your local hub."
subdescription="We take all feedback seriously. If something didn't meet your expectations, let us know directly and we'll make it right."
icon={Coffee}
imageSrc="http://img.b2bpic.net/free-photo/business-people-dining-together-concept_53876-26275.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/business-people-dining-together-concept_53876-26275.jpg"
mediaAnimation="slide-up"
/>
</div>
@@ -178,34 +92,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
{
title: "Warm Ambiance",
description: "Beautiful, welcoming decor designed for relaxation and comfort.",
buttonIcon: "Heart",
imageSrc: "http://img.b2bpic.net/free-photo/digital-lavender-style-interior-design_23-2151561231.jpg",
imageAlt: "Digital lavender style interior design",
},
{
title: "Friendly Service",
description: "Our staff is committed to making every visit personal and pleasant.",
buttonIcon: "Users",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-glassware-cutlery-served-wooden-table-printed-guest-nameplate_8353-10885.jpg?_wi=2",
imageAlt: "Digital lavender style interior design",
},
{
title: "Cheesy Garlic Bread",
description: "Our signature dish that guests keep coming back for time and again.",
buttonIcon: "Utensils",
imageSrc: "http://img.b2bpic.net/free-photo/business-people-dining-together-concept_53876-26275.jpg?_wi=2",
imageAlt: "Digital lavender style interior design",
},
{
title: "Buffet Value",
description: "Reasonable buffet pricing perfect for any group size or budget.",
buttonIcon: "Tag",
imageSrc: "http://img.b2bpic.net/free-photo/healthy-product-olive-oil_23-2151944020.jpg?_wi=1",
imageAlt: "Digital lavender style interior design",
},
{ title: "Warm Ambiance", description: "Beautiful, welcoming decor designed for relaxation and comfort.", buttonIcon: Heart, imageSrc: "http://img.b2bpic.net/free-photo/digital-lavender-style-interior-design_23-2151561231.jpg" },
{ title: "Friendly Service", description: "Our staff is committed to making every visit personal and pleasant.", buttonIcon: Users, imageSrc: "http://img.b2bpic.net/free-photo/front-view-glassware-cutlery-served-wooden-table-printed-guest-nameplate_8353-10885.jpg" },
{ title: "Cheesy Garlic Bread", description: "Our signature dish that guests keep coming back for time and again.", buttonIcon: Utensils, imageSrc: "http://img.b2bpic.net/free-photo/business-people-dining-together-concept_53876-26275.jpg" },
{ title: "Buffet Value", description: "Reasonable buffet pricing perfect for any group size or budget.", buttonIcon: Tag, imageSrc: "http://img.b2bpic.net/free-photo/healthy-product-olive-oil_23-2151944020.jpg" },
]}
title="Why Guests Love Romeo's"
description="From ambiance to signature dishes, discover what makes us your preferred local destination."
@@ -219,48 +109,12 @@ export default function LandingPage() {
gridVariant="two-columns-alternating-heights"
useInvertedBackground={false}
products={[
{
id: "1",
name: "Signature Cheesy Garlic Bread",
price: "Best Seller",
variant: "Appetizers",
imageSrc: "http://img.b2bpic.net/free-photo/healthy-product-olive-oil_23-2151944020.jpg?_wi=2",
},
{
id: "2",
name: "Garden Fresh Sandwich",
price: "Daily Fresh",
variant: "Main Course",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-sandwiches-inside-plate-blue_140725-29976.jpg",
},
{
id: "3",
name: "Chef's Special Buffet",
price: "Best Value",
variant: "Buffet",
imageSrc: "http://img.b2bpic.net/free-photo/meal-different-food-table-dinner-lunch_132075-14565.jpg",
},
{
id: "4",
name: "Classic Creamy Pasta",
price: "Customer Fav",
variant: "Main Course",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-sitting-table-served-with-various-dishes-as-sour-yogurt-with-herbs-rice-with-vegetables-salad_140725-12141.jpg",
},
{
id: "5",
name: "Artisan Coffee Blend",
price: "Fresh Brewed",
variant: "Beverage",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-wearing-white-shirt-black-stylish-hat-using-wireless-internet-connection-his-mobile-phone-messaging-friends-online-via-social-networks-while-sitting-table-cozy-cafe_273609-1511.jpg",
},
{
id: "6",
name: "Homemade Rich Brownie",
price: "Sweet Treat",
variant: "Dessert",
imageSrc: "http://img.b2bpic.net/free-photo/positive-chef-decorating-ice-cream-with-berries_1262-20328.jpg",
},
{ id: "1", name: "Signature Cheesy Garlic Bread", price: "Best Seller", variant: "Appetizers", imageSrc: "http://img.b2bpic.net/free-photo/healthy-product-olive-oil_23-2151944020.jpg" },
{ id: "2", name: "Garden Fresh Sandwich", price: "Daily Fresh", variant: "Main Course", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sandwiches-inside-plate-blue_140725-29976.jpg" },
{ id: "3", name: "Chef's Special Buffet", price: "Best Value", variant: "Buffet", imageSrc: "http://img.b2bpic.net/free-photo/meal-different-food-table-dinner-lunch_132075-14565.jpg" },
{ id: "4", name: "Classic Creamy Pasta", price: "Customer Fav", variant: "Main Course", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-sitting-table-served-with-various-dishes-as-sour-yogurt-with-herbs-rice-with-vegetables-salad_140725-12141.jpg" },
{ id: "5", name: "Artisan Coffee Blend", price: "Fresh Brewed", variant: "Beverage", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-wearing-white-shirt-black-stylish-hat-using-wireless-internet-connection-his-mobile-phone-messaging-friends-online-via-social-networks-while-sitting-table-cozy-cafe_273609-1511.jpg" },
{ id: "6", name: "Homemade Rich Brownie", price: "Sweet Treat", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/positive-chef-decorating-ice-cream-with-berries_1262-20328.jpg" },
]}
title="Menu Highlights"
description="Explore our curated selection of delicious offerings, prepared daily with fresh ingredients."
@@ -272,46 +126,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
testimonials={[
{
id: "1",
title: "Best in Faridabad",
quote: "Lovely ambiance and food.",
name: "Sarah J.",
role: "Diner",
imageSrc: "http://img.b2bpic.net/free-photo/positive-young-caucasian-brunette-lady-wears-black-top-pants-hoodie-top-smiling-camera-cafe_197531-33294.jpg",
},
{
id: "2",
title: "Friendly staff",
quote: "Truly wonderful service experience.",
name: "Mark L.",
role: "Regular",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-businesswoman-drinking-coffee-enjoying-cafe-after-work_637285-248.jpg",
},
{
id: "3",
title: "Highly recommend",
quote: "Great party venue, will book again.",
name: "Emma R.",
role: "Event Planner",
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517424.jpg",
},
{
id: "4",
title: "Great value",
quote: "Buffet is really well priced.",
name: "David K.",
role: "Guest",
imageSrc: "http://img.b2bpic.net/free-photo/sincere-laugh-showing-picture-smartphone-casual-meeting-with-best-friends-restaurant-terrace_8353-10272.jpg",
},
{
id: "5",
title: "Comforting food",
quote: "The garlic bread is life-changing.",
name: "Linda M.",
role: "Foodie",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-side-view_23-2149854624.jpg",
},
{ id: "1", title: "Best in Faridabad", quote: "Lovely ambiance and food.", name: "Sarah J.", role: "Diner", imageSrc: "http://img.b2bpic.net/free-photo/positive-young-caucasian-brunette-lady-wears-black-top-pants-hoodie-top-smiling-camera-cafe_197531-33294.jpg" },
{ id: "2", title: "Friendly staff", quote: "Truly wonderful service experience.", name: "Mark L.", role: "Regular", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-businesswoman-drinking-coffee-enjoying-cafe-after-work_637285-248.jpg" },
{ id: "3", title: "Highly recommend", quote: "Great party venue, will book again.", name: "Emma R.", role: "Event Planner", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517424.jpg" },
{ id: "4", title: "Great value", quote: "Buffet is really well priced.", name: "David K.", role: "Guest", imageSrc: "http://img.b2bpic.net/free-photo/sincere-laugh-showing-picture-smartphone-casual-meeting-with-best-friends-restaurant-terrace_8353-10272.jpg" },
{ id: "5", title: "Comforting food", quote: "The garlic bread is life-changing.", name: "Linda M.", role: "Foodie", imageSrc: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-side-view_23-2149854624.jpg" },
]}
title="What Our Guests Say"
description="With 271 reviews and counting, we cherish every conversation with our community."
@@ -324,21 +143,9 @@ export default function LandingPage() {
title="By The Numbers"
tag="Our Impact"
metrics={[
{
id: "1",
value: "271+",
description: "Happy Reviews Shared",
},
{
id: "2",
value: "4.2",
description: "Star Rating Avg",
},
{
id: "3",
value: "10+",
description: "Events Hosted Monthly",
},
{ id: "1", value: "271+", description: "Happy Reviews Shared" },
{ id: "2", value: "4.2", description: "Star Rating Avg" },
{ id: "3", value: "10+", description: "Events Hosted Monthly" },
]}
metricsAnimation="slide-up"
/>
@@ -348,26 +155,10 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={true}
faqs={[
{
id: "1",
title: "What are your hours?",
content: "We are open daily and close at 11:00 PM.",
},
{
id: "2",
title: "Do you host private parties?",
content: "Yes! Our venue is highly suitable for private parties and group bookings.",
},
{
id: "3",
title: "How can I book a table?",
content: "Call us at 092114 97900 or fill out our reservation request form.",
},
{
id: "4",
title: "Where are you located?",
content: "Plot 5, 5E-7, B.P. Railway Rd, near OM sweets, New Industrial Township, Faridabad.",
},
{ id: "1", title: "What are your hours?", content: "We are open daily and close at 11:00 PM." },
{ id: "2", title: "Do you host private parties?", content: "Yes! Our venue is highly suitable for private parties and group bookings." },
{ id: "3", title: "How can I book a table?", content: "Call us at 092114 97900 or fill out our reservation request form." },
{ id: "4", title: "Where are you located?", content: "Plot 5, 5E-7, B.P. Railway Rd, near OM sweets, New Industrial Township, Faridabad." },
]}
sideTitle="Common Questions"
faqsAnimation="blur-reveal"
@@ -377,20 +168,9 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
text="Ready to visit or plan your next event? Call us today or drop us a message to secure your spot."
buttons={[
{
text: "Call Now: 092114 97900",
href: "tel:09211497900",
},
{
text: "Book a Table",
href: "#",
},
]}
buttons={[{ text: "Call Now: 092114 97900", href: "tel:09211497900" }, { text: "Book a Table", href: "#" }]}
/>
</div>
@@ -398,49 +178,9 @@ export default function LandingPage() {
<FooterBaseReveal
logoText="Romeos Cafe & Restaurant"
columns={[
{
title: "Contact",
items: [
{
label: "Call 092114 97900",
href: "tel:09211497900",
},
{
label: "Faridabad, Haryana",
href: "#",
},
],
},
{
title: "Explore",
items: [
{
label: "Home",
href: "#hero",
},
{
label: "Menu Highlights",
href: "#menu",
},
{
label: "Book Event",
href: "#contact",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
],
},
{ title: "Contact", items: [{ label: "Call 092114 97900", href: "tel:09211497900" }, { label: "Faridabad, Haryana", href: "#" }] },
{ title: "Explore", items: [{ label: "Home", href: "#hero" }, { label: "Menu Highlights", href: "#menu" }, { label: "Book Event", href: "#contact" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
]}
/>
</div>