Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
295
src/app/page.tsx
295
src/app/page.tsx
@@ -29,25 +29,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
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: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Hotel De Buhari"
|
||||
/>
|
||||
@@ -56,116 +46,43 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Colombo's Iconic Biryani Tradition"
|
||||
description="Experience the timeless taste of authentic biryani that has defined Colombo's culinary heritage for generations."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-sweet-baked-pumpkin-with-nuts-cream-glass-tea_141793-4311.jpg?_wi=1",
|
||||
imageAlt: "Biryani",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-sweet-baked-pumpkin-with-nuts-cream-glass-tea_141793-4311.jpg?_wi=2",
|
||||
imageAlt: "Chicken",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-sweet-baked-pumpkin-with-nuts-cream-glass-tea_141793-4311.jpg?_wi=3",
|
||||
imageAlt: "Spice",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-sweet-baked-pumpkin-with-nuts-cream-glass-tea_141793-4311.jpg?_wi=4",
|
||||
imageAlt: "Dining",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-sweet-baked-pumpkin-with-nuts-cream-glass-tea_141793-4311.jpg?_wi=5",
|
||||
imageAlt: "Service",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-sweet-baked-pumpkin-with-nuts-cream-glass-tea_141793-4311.jpg?_wi=6",
|
||||
imageAlt: "Heritage",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-sweet-baked-pumpkin-with-nuts-cream-glass-tea_141793-4311.jpg", imageAlt: "Biryani" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-sweet-baked-pumpkin-with-nuts-cream-glass-tea_141793-4311.jpg", imageAlt: "Chicken" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-sweet-baked-pumpkin-with-nuts-cream-glass-tea_141793-4311.jpg", imageAlt: "Spice" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-sweet-baked-pumpkin-with-nuts-cream-glass-tea_141793-4311.jpg", imageAlt: "Dining" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-sweet-baked-pumpkin-with-nuts-cream-glass-tea_141793-4311.jpg", imageAlt: "Service" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-sweet-baked-pumpkin-with-nuts-cream-glass-tea_141793-4311.jpg", imageAlt: "Heritage" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-sweet-baked-pumpkin-with-nuts-cream-glass-tea_141793-4311.jpg?_wi=7",
|
||||
imageAlt: "Biryani",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-sweet-baked-pumpkin-with-nuts-cream-glass-tea_141793-4311.jpg?_wi=8",
|
||||
imageAlt: "Chicken",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-sweet-baked-pumpkin-with-nuts-cream-glass-tea_141793-4311.jpg?_wi=9",
|
||||
imageAlt: "Spice",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-sweet-baked-pumpkin-with-nuts-cream-glass-tea_141793-4311.jpg?_wi=10",
|
||||
imageAlt: "Dining",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-sweet-baked-pumpkin-with-nuts-cream-glass-tea_141793-4311.jpg?_wi=11",
|
||||
imageAlt: "Service",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-sweet-baked-pumpkin-with-nuts-cream-glass-tea_141793-4311.jpg?_wi=12",
|
||||
imageAlt: "Heritage",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-sweet-baked-pumpkin-with-nuts-cream-glass-tea_141793-4311.jpg", imageAlt: "Biryani" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-sweet-baked-pumpkin-with-nuts-cream-glass-tea_141793-4311.jpg", imageAlt: "Chicken" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-sweet-baked-pumpkin-with-nuts-cream-glass-tea_141793-4311.jpg", imageAlt: "Spice" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-sweet-baked-pumpkin-with-nuts-cream-glass-tea_141793-4311.jpg", imageAlt: "Dining" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-sweet-baked-pumpkin-with-nuts-cream-glass-tea_141793-4311.jpg", imageAlt: "Service" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-sweet-baked-pumpkin-with-nuts-cream-glass-tea_141793-4311.jpg", imageAlt: "Heritage" }
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "Book a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
{ text: "Book a Table", href: "#contact" }
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-tablet_23-2149927583.jpg",
|
||||
alt: "Happy Customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-business-owner-working_23-2148366612.jpg",
|
||||
alt: "Happy Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/adult-going-date_23-2150168971.jpg",
|
||||
alt: "Happy Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/isolated-portrait-cheerful-young-bearded-hipster-smiling-having-fun-nice-conversation-with-his-friends_273609-1774.jpg",
|
||||
alt: "Happy Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg",
|
||||
alt: "Happy Customer 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-tablet_23-2149927583.jpg", alt: "Happy Customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/front-view-business-owner-working_23-2148366612.jpg", alt: "Happy Customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/adult-going-date_23-2150168971.jpg", alt: "Happy Customer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/isolated-portrait-cheerful-young-bearded-hipster-smiling-having-fun-nice-conversation-with-his-friends_273609-1774.jpg", alt: "Happy Customer 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg", alt: "Happy Customer 5" }
|
||||
]}
|
||||
avatarText="Join over 10,000 happy diners"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Authentic Spices",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Heritage Recipes",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Colombo's Best",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Freshly Prepared",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Timeless Flavour",
|
||||
},
|
||||
{ type: "text", text: "Authentic Spices" },
|
||||
{ type: "text", text: "Heritage Recipes" },
|
||||
{ type: "text", text: "Colombo's Best" },
|
||||
{ type: "text", text: "Freshly Prepared" },
|
||||
{ type: "text", text: "Timeless Flavour" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -175,8 +92,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="A Legacy of Flavour"
|
||||
description={[
|
||||
"For years, Hotel De Buhari has been the heart of Colombo's biryani scene. We take pride in our authentic recipes passed down through generations, delivering a nostalgic and satisfying dining experience to every guest.",
|
||||
"Our commitment to quality, fast service, and timeless atmosphere makes us the preferred destination for food enthusiasts across the city.",
|
||||
"For years, Hotel De Buhari has been the heart of Colombo's biryani scene. We take pride in our authentic recipes passed down through generations, delivering a nostalgic and satisfying dining experience to every guest.", "Our commitment to quality, fast service, and timeless atmosphere makes us the preferred destination for food enthusiasts across the city."
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -188,66 +104,12 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Signature",
|
||||
name: "Chicken Biryani",
|
||||
price: "Rs 1,500",
|
||||
rating: 5,
|
||||
reviewCount: "1.2k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-sweet-baked-pumpkin-with-nuts-cream-glass-tea_141793-4311.jpg?_wi=13",
|
||||
imageAlt: "Chicken Biryani",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Signature",
|
||||
name: "Roast Chicken Biryani",
|
||||
price: "Rs 1,800",
|
||||
rating: 5,
|
||||
reviewCount: "950",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-sweet-baked-pumpkin-with-nuts-cream-glass-tea_141793-4311.jpg?_wi=14",
|
||||
imageAlt: "Roast Chicken Biryani",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Signature",
|
||||
name: "Masala Chicken",
|
||||
price: "Rs 1,200",
|
||||
rating: 4,
|
||||
reviewCount: "400",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-sweet-baked-pumpkin-with-nuts-cream-glass-tea_141793-4311.jpg?_wi=15",
|
||||
imageAlt: "Masala Chicken",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Classic",
|
||||
name: "Traditional Watalappan",
|
||||
price: "Rs 600",
|
||||
rating: 5,
|
||||
reviewCount: "300",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-sweet-baked-pumpkin-with-nuts-cream-glass-tea_141793-4311.jpg?_wi=16",
|
||||
imageAlt: "Watalappan",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Classic",
|
||||
name: "Vegetable Biryani",
|
||||
price: "Rs 1,100",
|
||||
rating: 4,
|
||||
reviewCount: "200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-sweet-baked-pumpkin-with-nuts-cream-glass-tea_141793-4311.jpg?_wi=17",
|
||||
imageAlt: "Vegetable Biryani",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Classic",
|
||||
name: "Fried Chicken",
|
||||
price: "Rs 900",
|
||||
rating: 4,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-sweet-baked-pumpkin-with-nuts-cream-glass-tea_141793-4311.jpg?_wi=18",
|
||||
imageAlt: "Fried Chicken",
|
||||
},
|
||||
{ id: "1", brand: "Signature", name: "Chicken Biryani", price: "Rs 1,500", rating: 5, reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-sweet-baked-pumpkin-with-nuts-cream-glass-tea_141793-4311.jpg", imageAlt: "Chicken Biryani" },
|
||||
{ id: "2", brand: "Signature", name: "Roast Chicken Biryani", price: "Rs 1,800", rating: 5, reviewCount: "950", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-sweet-baked-pumpkin-with-nuts-cream-glass-tea_141793-4311.jpg", imageAlt: "Roast Chicken Biryani" },
|
||||
{ id: "3", brand: "Signature", name: "Masala Chicken", price: "Rs 1,200", rating: 4, reviewCount: "400", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-sweet-baked-pumpkin-with-nuts-cream-glass-tea_141793-4311.jpg", imageAlt: "Masala Chicken" },
|
||||
{ id: "4", brand: "Classic", name: "Traditional Watalappan", price: "Rs 600", rating: 5, reviewCount: "300", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-sweet-baked-pumpkin-with-nuts-cream-glass-tea_141793-4311.jpg", imageAlt: "Watalappan" },
|
||||
{ id: "5", brand: "Classic", name: "Vegetable Biryani", price: "Rs 1,100", rating: 4, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-sweet-baked-pumpkin-with-nuts-cream-glass-tea_141793-4311.jpg", imageAlt: "Vegetable Biryani" },
|
||||
{ id: "6", brand: "Classic", name: "Fried Chicken", price: "Rs 900", rating: 4, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-sweet-baked-pumpkin-with-nuts-cream-glass-tea_141793-4311.jpg", imageAlt: "Fried Chicken" }
|
||||
]}
|
||||
title="Signature Classics"
|
||||
description="Indulge in our most celebrated dishes, crafted with traditional techniques and the freshest ingredients."
|
||||
@@ -258,47 +120,23 @@ export default function LandingPage() {
|
||||
<TestimonialCardThirteen
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Vinothan B.",
|
||||
handle: "@localguide",
|
||||
testimonial: "A timeless biriyani experience filled with memories. Simply the best in Colombo!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-tablet_23-2149927583.jpg",
|
||||
},
|
||||
id: "1", name: "Vinothan B.", handle: "@localguide", testimonial: "A timeless biriyani experience filled with memories. Simply the best in Colombo!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-tablet_23-2149927583.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Suthar S.",
|
||||
handle: "@localguide",
|
||||
testimonial: "Authentic place with delicious food. The Masala Biryani is a must-try!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-owner-working_23-2148366612.jpg",
|
||||
},
|
||||
id: "2", name: "Suthar S.", handle: "@localguide", testimonial: "Authentic place with delicious food. The Masala Biryani is a must-try!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-owner-working_23-2148366612.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Rukshan K.",
|
||||
handle: "@foodie",
|
||||
testimonial: "A classic spot with a long history. Generous portions and rich, deep flavors.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adult-going-date_23-2150168971.jpg",
|
||||
},
|
||||
id: "3", name: "Rukshan K.", handle: "@foodie", testimonial: "A classic spot with a long history. Generous portions and rich, deep flavors.", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adult-going-date_23-2150168971.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Ananya P.",
|
||||
handle: "@diner",
|
||||
testimonial: "Very nostalgic vibes and incredibly fast service. Feels like home.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/isolated-portrait-cheerful-young-bearded-hipster-smiling-having-fun-nice-conversation-with-his-friends_273609-1774.jpg",
|
||||
},
|
||||
id: "4", name: "Ananya P.", handle: "@diner", testimonial: "Very nostalgic vibes and incredibly fast service. Feels like home.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/isolated-portrait-cheerful-young-bearded-hipster-smiling-having-fun-nice-conversation-with-his-friends_273609-1774.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Kamal D.",
|
||||
handle: "@local",
|
||||
testimonial: "Consistently good flavors, truly an icon of our city's food culture.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg",
|
||||
},
|
||||
id: "5", name: "Kamal D.", handle: "@local", testimonial: "Consistently good flavors, truly an icon of our city's food culture.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Memories in Every Bite"
|
||||
@@ -310,20 +148,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Visit Us"
|
||||
title="Ready for an Authentic Feast?"
|
||||
description="Find us at 15 Panchikawatta Rd, Colombo or place your order online for delivery."
|
||||
buttons={[
|
||||
{
|
||||
text: "Place an Order",
|
||||
href: "https://ubereats.com",
|
||||
},
|
||||
text: "Place an Order", href: "https://ubereats.com"},
|
||||
{
|
||||
text: "Call 0112 431 015",
|
||||
href: "tel:0112431015",
|
||||
},
|
||||
text: "Call 0112 431 015", href: "tel:0112431015"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -332,33 +165,21 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Information",
|
||||
items: [
|
||||
title: "Information", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Our Menu", href: "#menu"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Reviews", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
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