Merge version_1 into main #1
178
src/app/page.tsx
178
src/app/page.tsx
@@ -30,25 +30,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
name: "Menu", id: "products"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Sree's Cafe & Resto"
|
||||
/>
|
||||
@@ -57,8 +47,7 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Authentic Flavors, Made with Love."
|
||||
description="Discover Sree's Cafe & Resto – your neighborhood destination for authentic Kerala dishes, from legendary Biriyani to our signature Al Fahm. Fresh, affordable, and trusted."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-elegant-dining-table-arrangement_52683-111485.jpg"
|
||||
@@ -74,17 +63,11 @@ export default function LandingPage() {
|
||||
description="Nestled between Kallumala and Kattanam, Sree's Cafe & Resto is built on a foundation of quality, cleanliness, and warmth. We pride ourselves on serving dishes that feel like home, ensuring every meal meets our strict minimum guarantee of excellence."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Fresh & Authentic",
|
||||
description: "We source the best ingredients for every dish, including our famous Chicken Biriyani.",
|
||||
},
|
||||
title: "Fresh & Authentic", description: "We source the best ingredients for every dish, including our famous Chicken Biriyani."},
|
||||
{
|
||||
title: "Exceptional Value",
|
||||
description: "Quality food that is genuinely affordable, perfect for families and everyday cravings.",
|
||||
},
|
||||
title: "Exceptional Value", description: "Quality food that is genuinely affordable, perfect for families and everyday cravings."},
|
||||
{
|
||||
title: "Customer First",
|
||||
description: "Known for our clean restaurant environment and genuinely warm customer service.",
|
||||
},
|
||||
title: "Customer First", description: "Known for our clean restaurant environment and genuinely warm customer service."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-zero-waste-food-containers_23-2149316619.jpg"
|
||||
imageAlt="fresh ingredients in kitchen restaurant"
|
||||
@@ -99,41 +82,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Chicken Biriyani",
|
||||
price: "₹150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bowl-flour-lavash-sliced-bread-tea-towel-blue_114579-42486.jpg",
|
||||
},
|
||||
id: "p1", name: "Chicken Biriyani", price: "₹150", imageSrc: "http://img.b2bpic.net/free-photo/bowl-flour-lavash-sliced-bread-tea-towel-blue_114579-42486.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Beef Curry",
|
||||
price: "₹120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-potato-rice-table_23-2147894947.jpg",
|
||||
},
|
||||
id: "p2", name: "Beef Curry", price: "₹120", imageSrc: "http://img.b2bpic.net/free-photo/fried-potato-rice-table_23-2147894947.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Al Fahm Chicken",
|
||||
price: "₹250",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lavash-gutab-plate-marble-table_114579-83483.jpg",
|
||||
},
|
||||
id: "p3", name: "Al Fahm Chicken", price: "₹250", imageSrc: "http://img.b2bpic.net/free-photo/lavash-gutab-plate-marble-table_114579-83483.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Layered Porotta",
|
||||
price: "₹15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-legs-chicken-wings-coated-with-soy-sauce_23-2148029697.jpg",
|
||||
},
|
||||
id: "p4", name: "Layered Porotta", price: "₹15", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-legs-chicken-wings-coated-with-soy-sauce_23-2148029697.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Grape Lime Juice",
|
||||
price: "₹40",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-thai-street-food_53876-18298.jpg",
|
||||
},
|
||||
id: "p5", name: "Grape Lime Juice", price: "₹40", imageSrc: "http://img.b2bpic.net/free-photo/closeup-thai-street-food_53876-18298.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Chilly Chicken",
|
||||
price: "₹180",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-legs-with-spices_114579-44466.jpg",
|
||||
},
|
||||
id: "p6", name: "Chilly Chicken", price: "₹180", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-legs-with-spices_114579-44466.jpg"},
|
||||
]}
|
||||
title="Our Signature Menu"
|
||||
description="Crafted with passion, served with tradition. Discover the favorites that our guests keep coming back for."
|
||||
@@ -146,45 +105,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Adarsh",
|
||||
handle: "@localguide",
|
||||
testimonial: "Amazing food, clean restaurant & good customer service. The Al Fahm and beef curry are must-tries!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-happy-young-bearded-man-trendy-hat-texting-messages-via-social-networks-browsing-internet-using-free-wifi-his-electronic-device-coffee-break-restaurant_273609-1934.jpg",
|
||||
},
|
||||
id: "1", name: "Adarsh", handle: "@localguide", testimonial: "Amazing food, clean restaurant & good customer service. The Al Fahm and beef curry are must-tries!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-happy-young-bearded-man-trendy-hat-texting-messages-via-social-networks-browsing-internet-using-free-wifi-his-electronic-device-coffee-break-restaurant_273609-1934.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Benson Babu",
|
||||
testimonial: "There is a minimum guarantee for all the food items here. A good place to trust and have food.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-with-delicious-food_23-2148972769.jpg",
|
||||
},
|
||||
id: "2", name: "Benson Babu", handle: "", testimonial: "There is a minimum guarantee for all the food items here. A good place to trust and have food.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-with-delicious-food_23-2148972769.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Saran Lal",
|
||||
handle: "@localguide",
|
||||
testimonial: "Chicken biriyani is great, and grape lime juice is so refreshing!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-talking-by-lunch_1098-14622.jpg",
|
||||
},
|
||||
id: "3", name: "Saran Lal", handle: "@localguide", testimonial: "Chicken biriyani is great, and grape lime juice is so refreshing!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-talking-by-lunch_1098-14622.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Blesson Jacob",
|
||||
handle: "@localguide",
|
||||
testimonial: "A rare find, serving decent food at affordable prices. Great value-for-money option.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-gathering-with-gay-partners_23-2151077634.jpg",
|
||||
},
|
||||
id: "4", name: "Blesson Jacob", handle: "@localguide", testimonial: "A rare find, serving decent food at affordable prices. Great value-for-money option.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-gathering-with-gay-partners_23-2151077634.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Beena Bahulayan",
|
||||
testimonial: "Best one! We order whenever we come home. Must try items.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-man-restaurant_23-2148899031.jpg",
|
||||
},
|
||||
id: "5", name: "Beena Bahulayan", handle: "", testimonial: "Best one! We order whenever we come home. Must try items.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-man-restaurant_23-2148899031.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
animationType="slide-up"
|
||||
title="Loved by Our Community"
|
||||
description="Don't just take our word for it—hear from the families and travelers who make Sree's their first choice for authentic meals."
|
||||
/>
|
||||
@@ -196,20 +133,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you offer home delivery?",
|
||||
content: "Yes, we offer convenient home delivery services so you can enjoy our food from the comfort of your home.",
|
||||
},
|
||||
id: "f1", title: "Do you offer home delivery?", content: "Yes, we offer convenient home delivery services so you can enjoy our food from the comfort of your home."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Is parking available?",
|
||||
content: "Yes, we provide parking space for at least 4 cars for our dine-in customers.",
|
||||
},
|
||||
id: "f2", title: "Is parking available?", content: "Yes, we provide parking space for at least 4 cars for our dine-in customers."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "What are your most popular dishes?",
|
||||
content: "Our Chicken Biriyani, Al Fahm, Beef Curry, and fresh Grape Lime Juice are all customer favorites.",
|
||||
},
|
||||
id: "f3", title: "What are your most popular dishes?", content: "Our Chicken Biriyani, Al Fahm, Beef Curry, and fresh Grape Lime Juice are all customer favorites."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Here is everything you need to know about dining or ordering from Sree's Cafe & Resto."
|
||||
@@ -221,20 +149,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Visit Us Today"
|
||||
title="Hungry for Authentic Kerala Cuisine?"
|
||||
description="Come visit Sree's Cafe & Resto between Kallumala and Kattanam. We’re open and ready to serve you the best meal of your day."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "#",
|
||||
},
|
||||
text: "Get Directions", href: "#"},
|
||||
{
|
||||
text: "Call to Order",
|
||||
href: "tel:0000000000",
|
||||
},
|
||||
text: "Call to Order", href: "tel:0000000000"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -245,46 +168,29 @@ export default function LandingPage() {
|
||||
logoText="Sree's Cafe & Resto"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Menu", href: "#products"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Home Delivery",
|
||||
href: "#",
|
||||
},
|
||||
label: "Home Delivery", href: "#"},
|
||||
{
|
||||
label: "Dine In",
|
||||
href: "#",
|
||||
},
|
||||
label: "Dine In", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user