Update src/app/page.tsx

This commit is contained in:
2026-05-12 08:35:47 +00:00
parent 3d3eac5b37
commit f1c93951f1

View File

@@ -13,6 +13,13 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
export default function LandingPage() {
const trackCall = () => {
if (typeof window !== 'undefined' && (window as any).gtag) {
(window as any).gtag('event', 'phone_call_click', { 'event_category': 'Engagement' });
}
window.location.href = "tel:07396006121";
};
return (
<ThemeProvider
defaultButtonVariant="bounce-effect"
@@ -31,21 +38,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Menu",
id: "menu",
},
name: "Menu", id: "menu"},
{
name: "Catering",
id: "catering",
},
name: "Catering", id: "catering"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Green Bucket Biryani"
/>
@@ -54,19 +53,15 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogoBillboard
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
logoText="Best Family Biryani in Maripeda"
description="Authentic Dum Biryani, Family Dining, Fast Delivery & Catering."
buttons={[
{
text: "Call Now",
href: "tel:07396006121",
text: "Call Now", onClick: trackCall,
},
{
text: "Order WhatsApp",
href: "https://wa.me/917396006121",
},
text: "Order WhatsApp", href: "https://wa.me/917396006121"},
]}
imageSrc="http://img.b2bpic.net/free-photo/pan-with-rice-meat-sauce_23-2147894751.jpg"
imageAlt="Green Bucket Biryani Maripeda"
@@ -82,25 +77,13 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "4.5★",
description: "323+ Reviews",
},
id: "m1", value: "4.5★", description: "323+ Reviews"},
{
id: "m2",
value: "Daily",
description: "Fresh Ingredients",
},
id: "m2", value: "Daily", description: "Fresh Ingredients"},
{
id: "m3",
value: "Yes",
description: "Family Friendly",
},
id: "m3", value: "Yes", description: "Family Friendly"},
{
id: "m4",
value: "Yes",
description: "Delivery & Takeout",
},
id: "m4", value: "Yes", description: "Delivery & Takeout"},
]}
title="Why Trust Us?"
description="Consistently delivering taste and quality to local families."
@@ -115,41 +98,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "p1",
name: "Chicken Dum Biryani",
price: "₹250",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistan-meal-composition_23-2148821517.jpg",
},
id: "p1", name: "Chicken Dum Biryani", price: "₹250", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistan-meal-composition_23-2148821517.jpg"},
{
id: "p2",
name: "Mutton Biryani",
price: "₹350",
imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-spices-pilaf-board-bowls-spices-citrus-fruits-garlic_140725-78736.jpg",
},
id: "p2", name: "Mutton Biryani", price: "₹350", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-spices-pilaf-board-bowls-spices-citrus-fruits-garlic_140725-78736.jpg"},
{
id: "p3",
name: "Family Bucket",
price: "₹600",
imageSrc: "http://img.b2bpic.net/free-photo/beef-stew-with-potato-chestnuts-tomato-sauce-with-rice-garnish-cabbage-carrot-salad-takeaway_114579-892.jpg",
},
id: "p3", name: "Family Bucket", price: "₹600", imageSrc: "http://img.b2bpic.net/free-photo/beef-stew-with-potato-chestnuts-tomato-sauce-with-rice-garnish-cabbage-carrot-salad-takeaway_114579-892.jpg"},
{
id: "p4",
name: "Fry Piece Biryani",
price: "₹280",
imageSrc: "http://img.b2bpic.net/free-photo/spices-lime-near-rice-dishes_23-2147894716.jpg",
},
id: "p4", name: "Fry Piece Biryani", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/spices-lime-near-rice-dishes_23-2147894716.jpg"},
{
id: "p5",
name: "Veg Biryani",
price: "₹200",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-fresh-delicious-vegan-salad-various-organic-vegetables-with-knife-fork-various-spices_140725-136785.jpg",
},
id: "p5", name: "Veg Biryani", price: "₹200", imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-fresh-delicious-vegan-salad-various-organic-vegetables-with-knife-fork-various-spices_140725-136785.jpg"},
{
id: "p6",
name: "Cool Drinks",
price: "₹50",
imageSrc: "http://img.b2bpic.net/free-photo/cup-cappuccino-dessert-glass_140725-8124.jpg",
},
id: "p6", name: "Cool Drinks", price: "₹50", imageSrc: "http://img.b2bpic.net/free-photo/cup-cappuccino-dessert-glass_140725-8124.jpg"},
]}
title="Popular Menu Items"
description="Authentic recipes, fresh ingredients."
@@ -163,34 +122,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "f1",
label: "Quality",
title: "Authentic Dum Flavors",
items: [
"Traditional spices",
"Slow-cooked meat",
"Authentic recipe",
],
id: "f1", label: "Quality", title: "Authentic Dum Flavors", items: [
"Traditional spices", "Slow-cooked meat", "Authentic recipe"],
},
{
id: "f2",
label: "Service",
title: "Fast & Hygienic",
items: [
"Quick service",
"Clean kitchen",
"Contactless delivery",
],
id: "f2", label: "Service", title: "Fast & Hygienic", items: [
"Quick service", "Clean kitchen", "Contactless delivery"],
},
{
id: "f3",
label: "Dining",
title: "Family Friendly",
items: [
"Ample seating",
"Kid friendly",
"Group orders",
],
id: "f3", label: "Dining", title: "Family Friendly", items: [
"Ample seating", "Kid friendly", "Group orders"],
},
]}
title="Why Choose Green Bucket Biryani?"
@@ -206,45 +147,20 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "t1",
name: "Ramesh Kumar",
role: "Local Resident",
company: "Maripeda",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couple-eating-salmon-dish-bowl-restaurant_23-2150461466.jpg",
},
id: "t1", name: "Ramesh Kumar", role: "Local Resident", company: "Maripeda", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couple-eating-salmon-dish-bowl-restaurant_23-2150461466.jpg"},
{
id: "t2",
name: "Sita Devi",
role: "Homemaker",
company: "Maripeda",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-taking-selfies_23-2148395361.jpg",
},
id: "t2", name: "Sita Devi", role: "Homemaker", company: "Maripeda", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-taking-selfies_23-2148395361.jpg"},
{
id: "t3",
name: "Venkatesh Rao",
role: "Local Business",
company: "Maripeda",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-holding-camera_23-2149049086.jpg",
},
id: "t3", name: "Venkatesh Rao", role: "Local Business", company: "Maripeda", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-holding-camera_23-2149049086.jpg"},
{
id: "t4",
name: "Anitha Reddy",
role: "Customer",
company: "Maripeda",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-man-bringing-food-table-while-having-lunch-with-friends-home_637285-5872.jpg",
},
id: "t4", name: "Anitha Reddy", role: "Customer", company: "Maripeda", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-man-bringing-food-table-while-having-lunch-with-friends-home_637285-5872.jpg"},
{
id: "t5",
name: "Madhu V.",
role: "Foodie",
company: "Maripeda",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/excited-male-gardener-wearing-gardening-hat-stucks-out-tongue-holds-broken-hot-pepper_141793-70732.jpg",
},
id: "t5", name: "Madhu V.", role: "Foodie", company: "Maripeda", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/excited-male-gardener-wearing-gardening-hat-stucks-out-tongue-holds-broken-hot-pepper_141793-70732.jpg"},
]}
title="Local Stories"
description="What our customers say about us."
@@ -256,15 +172,11 @@ export default function LandingPage() {
useInvertedBackground={true}
heading={[
{
type: "text",
content: "Visit Our Restaurant",
},
type: "text", content: "Visit Our Restaurant"},
]}
buttons={[
{
text: "Get Directions",
href: "https://maps.app.goo.gl/...",
},
text: "Get Directions", href: "https://maps.app.goo.gl/..."},
]}
/>
</div>
@@ -273,15 +185,13 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Events"
title="Need Biryani for Events?"
description="From birthdays to weddings, we cater to all sizes."
buttons={[
{
text: "Get Quote",
href: "tel:07396006121",
text: "Get Quote", onClick: trackCall,
},
]}
/>
@@ -291,15 +201,13 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Inquiry"
title="Book a Table or Make Inquiry"
description="Send us your request, we will get back to you immediately."
buttons={[
{
text: "Call Now",
href: "tel:07396006121",
text: "Call Now", onClick: trackCall,
},
]}
/>
@@ -309,50 +217,32 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Menu",
items: [
title: "Menu", items: [
{
label: "Chicken Biryani",
href: "#",
},
label: "Chicken Biryani", href: "#"},
{
label: "Mutton Biryani",
href: "#",
},
label: "Mutton Biryani", href: "#"},
{
label: "Family Bucket",
href: "#",
},
label: "Family Bucket", href: "#"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "073960 06121",
href: "tel:07396006121",
label: "073960 06121", onClick: trackCall,
},
{
label: "Maripeda, Telangana",
href: "#",
},
label: "Maripeda, Telangana", href: "#"},
],
},
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Catering",
href: "#",
},
label: "Catering", href: "#"},
{
label: "Delivery",
href: "#",
},
label: "Delivery", href: "#"},
{
label: "Reservation",
href: "#",
},
label: "Reservation", href: "#"},
],
},
]}