Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 55d8b6b4fe |
206
src/app/page.tsx
206
src/app/page.tsx
@@ -30,26 +30,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="The Burger Bite"
|
||||
/>
|
||||
@@ -57,45 +42,18 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="The Burger Bite (দ্যা বার্গার বাইট)"
|
||||
description="Best Burgers in Halishahar. Spicy. Juicy. Loaded."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "Order Now",
|
||||
},
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
{ text: "Visit Us", href: "#contact" },
|
||||
{ text: "Call Now", href: "tel:01839677404" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-cheeseburger-grilled-beef-patty-with-cheese-lettuce-burger-buns_141793-4806.jpg",
|
||||
imageAlt: "Juicy Beef Burger",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-meat-burger-with-tomato-lettuce-inside-served-with-black-olive-ketchup-wooden-tray_114579-116.jpg",
|
||||
imageAlt: "Chicken Burger",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheeseburger-fries-with-copy-space_23-2148678815.jpg",
|
||||
imageAlt: "Naga Burger",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-hand-pouring-sesame-seeds-beef-burger-with-salad-bacon_23-2148784492.jpg",
|
||||
imageAlt: "Loaded Fries",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-beef-burger-with-bacon_23-2148784485.jpg",
|
||||
imageAlt: "Wings",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-burger-menu-assortment_23-2148868210.jpg",
|
||||
imageAlt: "Drinks",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-cheeseburger-grilled-beef-patty-with-cheese-lettuce-burger-buns_141793-4806.jpg", imageAlt: "Juicy Beef Burger" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/chicken-meat-burger-with-tomato-lettuce-inside-served-with-black-olive-ketchup-wooden-tray_114579-116.jpg", imageAlt: "Chicken Burger" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheeseburger-fries-with-copy-space_23-2148678815.jpg", imageAlt: "Naga Burger" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -115,42 +73,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Naga Beef Burger",
|
||||
price: "৳350",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-portion-beef-burger-with-french-fries-dip-sauce-cafe_114579-1891.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Beef Cheese Burger",
|
||||
price: "৳300",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-fresh-tasty-homemade-beef-burger-french-fries-wooden-tray_181624-56515.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "BBQ Chicken Burger",
|
||||
price: "৳280",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/knife-tasty-meat-sandwich-chicken-nuggets-wooden-cutting-board-dark-blue-surface_179666-42691.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Crispy Chicken Burger",
|
||||
price: "৳250",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-food_23-2149303582.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Chicken Wings",
|
||||
price: "৳220",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-glazed-bbq-chicken-wings-with-ketchup-dip_84443-72269.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "French Fries",
|
||||
price: "৳150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thin-chicken-nuggets-with-french-fries-vegan-salad_114579-2448.jpg",
|
||||
},
|
||||
{ id: "1", name: "Naga Beef Burger", price: "৳350", imageSrc: "http://img.b2bpic.net/free-photo/big-portion-beef-burger-with-french-fries-dip-sauce-cafe_114579-1891.jpg" },
|
||||
{ id: "2", name: "Beef Cheese Burger", price: "৳300", imageSrc: "http://img.b2bpic.net/free-photo/closeup-fresh-tasty-homemade-beef-burger-french-fries-wooden-tray_181624-56515.jpg" },
|
||||
{ id: "3", name: "BBQ Chicken Burger", price: "৳280", imageSrc: "http://img.b2bpic.net/free-photo/knife-tasty-meat-sandwich-chicken-nuggets-wooden-cutting-board-dark-blue-surface_179666-42691.jpg" },
|
||||
]}
|
||||
title="Our Popular Bites"
|
||||
description="Satisfy your cravings with our handcrafted local favorites."
|
||||
@@ -163,21 +88,9 @@ export default function LandingPage() {
|
||||
title="Why Our Bites Are The Best"
|
||||
description="Quality ingredients, friendly vibes, and student-focused prices."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Halal Fresh Ingredients",
|
||||
content: "100% sourced fresh quality meat and veggies.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Student Friendly Prices",
|
||||
content: "Delicious meals starting from ৳200.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Great Hangout Spot",
|
||||
content: "Modern, clean, and cool environment.",
|
||||
},
|
||||
{ id: "1", title: "Halal Fresh Ingredients", content: "100% sourced fresh quality meat and veggies." },
|
||||
{ id: "2", title: "Student Friendly Prices", content: "Delicious meals starting from ৳200." },
|
||||
{ id: "3", title: "Great Hangout Spot", content: "Modern, clean, and cool environment." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cheeseburger-with-french-fries-table_140725-9366.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -188,31 +101,8 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Ahmed",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-paper-wrapped-sandwich_23-2151311152.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Rahim Uddin",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Fatima Khan",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-enyoing-dinner-party_23-2150717845.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Kamal Hossain",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006704.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Anisul Islam",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-laugh-together_23-2148395336.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah Ahmed", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-paper-wrapped-sandwich_23-2151311152.jpg" },
|
||||
{ id: "2", name: "Rahim Uddin", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg" },
|
||||
]}
|
||||
cardTitle="What Foodies Say"
|
||||
cardAnimation="slide-up"
|
||||
@@ -226,21 +116,9 @@ export default function LandingPage() {
|
||||
title="The Burger Bite Highlights"
|
||||
tag="Stats"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "100+",
|
||||
description: "Happy Students",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "20+",
|
||||
description: "Menu Items",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "4.1*",
|
||||
description: "Avg Rating",
|
||||
},
|
||||
{ id: "1", value: "100+", description: "Happy Students" },
|
||||
{ id: "2", value: "20+", description: "Menu Items" },
|
||||
{ id: "3", value: "4.1*", description: "Avg Rating" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -249,24 +127,12 @@ export default function LandingPage() {
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardTwentyOne
|
||||
useInvertedBackground={false}
|
||||
title="We Serve You Better"
|
||||
description="Choose from dine-in, takeaway, or our fast delivery."
|
||||
title="Experience The Difference"
|
||||
description="We prioritize a warm and welcoming atmosphere for all our guests."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Dine-In",
|
||||
content: "Come hang out with your friends.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Fast Delivery",
|
||||
content: "Hot food at your doorstep.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Events & Birthday",
|
||||
content: "Book us for your party.",
|
||||
},
|
||||
{ id: "1", title: "Freshly Prepared Food", content: "Made to order using the finest ingredients." },
|
||||
{ id: "2", title: "Cozy Hangout Spot", content: "Perfect for chilling with friends and family." },
|
||||
{ id: "3", title: "Friendly Service", content: "Our team is here to ensure you have a great time." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/ice-coffee-americano_1232-2686.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -276,9 +142,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Find Us"
|
||||
title="Visit The Burger Bite"
|
||||
description="8QPP+CJ4, Road No. 1, Halishahar, Chattogram. Call: 01839-677404"
|
||||
@@ -288,17 +152,11 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="The Burger Bite"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user