Update src/app/page.tsx

This commit is contained in:
2026-04-05 10:01:56 +00:00
parent 3a92d19ec6
commit 016f925ccb

View File

@@ -30,25 +30,15 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "#hero",
},
name: "Home", id: "#hero"},
{
name: "About",
id: "#about",
},
name: "About", id: "#about"},
{
name: "Menu",
id: "#menu",
},
name: "Menu", id: "#menu"},
{
name: "Gallery",
id: "#gallery",
},
name: "Gallery", id: "#gallery"},
{
name: "Contact",
id: "#location",
},
name: "Contact", id: "#location"},
]}
brandName="Sambookas"
/>
@@ -58,104 +48,59 @@ export default function LandingPage() {
<HeroBillboardTestimonial
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Where Every Bite Tells a Story"
description="GTB Nagar, Delhi · 12 PM 11 PM Daily. Warm wooden spaces, bold flavors, and live energy."
testimonials={[
{
name: "Arjun Mehta",
handle: "@arjun_foodie",
testimonial: "The best brownie shakes in Delhi! The vibe is unmatched.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/view-fresh-coffee-cup_23-2150698863.jpg?_wi=1",
},
name: "Arjun Mehta", handle: "@arjun_foodie", testimonial: "The best brownie shakes in Delhi! The vibe is unmatched.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/view-fresh-coffee-cup_23-2150698863.jpg"},
{
name: "Sarah J.",
handle: "@sarah_eats",
testimonial: "Such a cozy spot for late-night coffee.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/table-with-watercolor-sketchbooks_23-2147802055.jpg",
},
name: "Sarah J.", handle: "@sarah_eats", testimonial: "Such a cozy spot for late-night coffee.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/table-with-watercolor-sketchbooks_23-2147802055.jpg"},
{
name: "Vikram Singh",
handle: "@vikram_dines",
testimonial: "The tandoori platter is legendary!",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/roasted-cauliflower-with-sprouts-beans-served-with-tomato-sauce-herbs_114579-283.jpg?_wi=1",
},
name: "Vikram Singh", handle: "@vikram_dines", testimonial: "The tandoori platter is legendary!", rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/roasted-cauliflower-with-sprouts-beans-served-with-tomato-sauce-herbs_114579-283.jpg"},
{
name: "Maya Rao",
handle: "@maya_foodie",
testimonial: "Amazing decor, feels like home.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-works-cafe-evening_1153-3549.jpg?_wi=1",
},
name: "Maya Rao", handle: "@maya_foodie", testimonial: "Amazing decor, feels like home.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-works-cafe-evening_1153-3549.jpg"},
{
name: "Leo D.",
handle: "@leo_delhi",
testimonial: "Best service in the whole GTB Nagar.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-male-barista-with-tattoos-using-coffee-machine-work_23-2149052849.jpg?_wi=1",
},
name: "Leo D.", handle: "@leo_delhi", testimonial: "Best service in the whole GTB Nagar.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-male-barista-with-tattoos-using-coffee-machine-work_23-2149052849.jpg"},
]}
buttons={[
{
text: "Reserve a Table",
href: "#location",
},
text: "Reserve a Table", href: "#location"},
{
text: "Explore Menu",
href: "#menu",
},
text: "Explore Menu", href: "#menu"},
]}
imageSrc="http://img.b2bpic.net/free-photo/view-fresh-coffee-cup_23-2150698863.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/view-fresh-coffee-cup_23-2150698863.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/view-fresh-coffee-cup_23-2150698863.jpg",
alt: "Customer",
},
src: "http://img.b2bpic.net/free-photo/view-fresh-coffee-cup_23-2150698863.jpg", alt: "Customer"},
{
src: "http://img.b2bpic.net/free-photo/table-with-watercolor-sketchbooks_23-2147802055.jpg",
alt: "Customer",
},
src: "http://img.b2bpic.net/free-photo/table-with-watercolor-sketchbooks_23-2147802055.jpg", alt: "Customer"},
{
src: "http://img.b2bpic.net/free-photo/side-view-spaghetti-with-minced-meat-round-plate_176474-3225.jpg",
alt: "Customer",
},
src: "http://img.b2bpic.net/free-photo/side-view-spaghetti-with-minced-meat-round-plate_176474-3225.jpg", alt: "Customer"},
{
src: "http://img.b2bpic.net/free-photo/woman-works-cafe-evening_1153-3549.jpg",
alt: "Customer",
},
src: "http://img.b2bpic.net/free-photo/woman-works-cafe-evening_1153-3549.jpg", alt: "Customer"},
{
src: "http://img.b2bpic.net/free-photo/restaurant-tables-with-cozy-decor_23-2147764388.jpg",
alt: "Customer",
},
src: "http://img.b2bpic.net/free-photo/restaurant-tables-with-cozy-decor_23-2147764388.jpg", alt: "Customer"},
]}
avatarText="Loved by 500+ happy diners"
marqueeItems={[
{
type: "text",
text: "100% Organic Ingredients",
type: "text", text: "100% Organic Ingredients"},
{
type: "text-icon", text: "Freshly Brewed Daily", icon: Coffee,
},
{
type: "text-icon",
text: "Freshly Brewed Daily",
icon: Coffee,
type: "text", text: "Multicuisine Delights"},
{
type: "text-icon", text: "Live Music Atmosphere", icon: Music,
},
{
type: "text",
text: "Multicuisine Delights",
},
{
type: "text-icon",
text: "Live Music Atmosphere",
icon: Music,
},
{
type: "text",
text: "Open 7 Days a Week",
},
type: "text", text: "Open 7 Days a Week"},
]}
/>
</div>
@@ -167,24 +112,16 @@ export default function LandingPage() {
metrics={[
{
icon: Star,
label: "Google Reviews",
value: "39+",
},
label: "Google Reviews", value: "39+"},
{
icon: Award,
label: "Cuisines",
value: "4+",
},
label: "Cuisines", value: "4+"},
{
icon: Calendar,
label: "Established",
value: "2019",
},
label: "Established", value: "2019"},
{
icon: Coffee,
label: "Cups Served",
value: "10k+",
},
label: "Cups Served", value: "10k+"},
]}
metricsAnimation="slide-up"
/>
@@ -198,41 +135,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Spaghetti Bolognese",
price: "$12",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-spaghetti-with-minced-meat-round-plate_176474-3225.jpg?_wi=1",
},
id: "p1", name: "Spaghetti Bolognese", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/side-view-spaghetti-with-minced-meat-round-plate_176474-3225.jpg"},
{
id: "p2",
name: "American Chicken Steak",
price: "$15",
imageSrc: "http://img.b2bpic.net/free-photo/fried-steak-wooden-board_140725-4715.jpg?_wi=1",
},
id: "p2", name: "American Chicken Steak", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/fried-steak-wooden-board_140725-4715.jpg"},
{
id: "p3",
name: "Masala Soya Chaap",
price: "$8",
imageSrc: "http://img.b2bpic.net/free-photo/roasted-cauliflower-with-sprouts-beans-served-with-tomato-sauce-herbs_114579-283.jpg?_wi=2",
},
id: "p3", name: "Masala Soya Chaap", price: "$8", imageSrc: "http://img.b2bpic.net/free-photo/roasted-cauliflower-with-sprouts-beans-served-with-tomato-sauce-herbs_114579-283.jpg"},
{
id: "p4",
name: "Brownie Shake",
price: "$6",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-spaghetti-with-minced-meat-round-plate_176474-3225.jpg?_wi=2",
},
id: "p4", name: "Brownie Shake", price: "$6", imageSrc: "http://img.b2bpic.net/free-photo/side-view-spaghetti-with-minced-meat-round-plate_176474-3225.jpg"},
{
id: "p5",
name: "Freaky Shakes",
price: "$7",
imageSrc: "http://img.b2bpic.net/free-photo/fried-steak-wooden-board_140725-4715.jpg?_wi=2",
},
id: "p5", name: "Freaky Shakes", price: "$7", imageSrc: "http://img.b2bpic.net/free-photo/fried-steak-wooden-board_140725-4715.jpg"},
{
id: "p6",
name: "Tandoori Platter",
price: "$14",
imageSrc: "http://img.b2bpic.net/free-photo/roasted-cauliflower-with-sprouts-beans-served-with-tomato-sauce-herbs_114579-283.jpg?_wi=3",
},
id: "p6", name: "Tandoori Platter", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/roasted-cauliflower-with-sprouts-beans-served-with-tomato-sauce-herbs_114579-283.jpg"},
]}
title="Menu Highlights"
description="From Italian classics to local favorites."
@@ -241,44 +154,20 @@ export default function LandingPage() {
<div id="gallery" data-section="gallery">
<TestimonialCardSix
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
{
id: "t1",
name: "Priya",
handle: "@priya_travels",
testimonial: "Beautiful wooden interiors!",
imageSrc: "http://img.b2bpic.net/free-photo/woman-works-cafe-evening_1153-3549.jpg?_wi=2",
},
id: "t1", name: "Priya", handle: "@priya_travels", testimonial: "Beautiful wooden interiors!", imageSrc: "http://img.b2bpic.net/free-photo/woman-works-cafe-evening_1153-3549.jpg"},
{
id: "t2",
name: "Rohan",
handle: "@rohan_eat",
testimonial: "Amazing live shake counter.",
imageSrc: "http://img.b2bpic.net/free-photo/young-male-barista-with-tattoos-using-coffee-machine-work_23-2149052849.jpg?_wi=2",
},
id: "t2", name: "Rohan", handle: "@rohan_eat", testimonial: "Amazing live shake counter.", imageSrc: "http://img.b2bpic.net/free-photo/young-male-barista-with-tattoos-using-coffee-machine-work_23-2149052849.jpg"},
{
id: "t3",
name: "Simran",
handle: "@simran_vibes",
testimonial: "Perfect lighting for photos.",
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-tables-with-cozy-decor_23-2147764388.jpg",
},
id: "t3", name: "Simran", handle: "@simran_vibes", testimonial: "Perfect lighting for photos.", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-tables-with-cozy-decor_23-2147764388.jpg"},
{
id: "t4",
name: "Karan",
handle: "@karan_delhi",
testimonial: "Best atmosphere in GTB.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-works-cafe-evening_1153-3549.jpg?_wi=3",
},
id: "t4", name: "Karan", handle: "@karan_delhi", testimonial: "Best atmosphere in GTB.", imageSrc: "http://img.b2bpic.net/free-photo/woman-works-cafe-evening_1153-3549.jpg"},
{
id: "t5",
name: "Ananya",
handle: "@ananya_food",
testimonial: "Super energetic vibe!",
imageSrc: "http://img.b2bpic.net/free-photo/young-male-barista-with-tattoos-using-coffee-machine-work_23-2149052849.jpg?_wi=3",
},
id: "t5", name: "Ananya", handle: "@ananya_food", testimonial: "Super energetic vibe!", imageSrc: "http://img.b2bpic.net/free-photo/young-male-barista-with-tattoos-using-coffee-machine-work_23-2149052849.jpg"},
]}
title="Ambiance Gallery"
description="The space you'll never want to leave."
@@ -289,16 +178,13 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
tag="Visit Us"
title="Find Sambookas"
description="GTB Nagar, New Delhi. Open Daily: 12 PM 11 PM. Call: +91 8383092639."
buttons={[
{
text: "Get Directions",
href: "https://maps.google.com",
},
text: "Get Directions", href: "https://maps.google.com"},
]}
/>
</div>
@@ -308,37 +194,23 @@ export default function LandingPage() {
logoText="SAMBOOKAS"
columns={[
{
title: "Social",
items: [
title: "Social", items: [
{
label: "Instagram",
href: "#",
},
label: "Instagram", href: "#"},
{
label: "Zomato",
href: "#",
},
label: "Zomato", href: "#"},
{
label: "TripAdvisor",
href: "#",
},
label: "TripAdvisor", href: "#"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Menu",
href: "#menu",
},
label: "Menu", href: "#menu"},
{
label: "Contact",
href: "#location",
},
label: "Contact", href: "#location"},
],
},
]}