@@ -31,22 +31,14 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name:"Menu",
id:"menu",
},
name:"Menu",id:"menu"},
{
name:"About",
id:"about",
},
name:"About",id:"about"},
{
name:"Contact",
id:"contact",
},
name:"Contact",id:"contact"},
]}
button={{
text:"Order Now",
href:"#contact",
}}
text:"Order Now",href:"#contact"}}
brandName="CHEEZ’BAY"
/>
</div>
@@ -54,51 +46,28 @@ export default function LandingPage() {
<divid="hero"data-section="hero">
<HeroBillboardRotatedCarousel
background={{
variant:"radial-gradient",
}}
variant:"radial-gradient"}}
title="CHEEZ’BAY\nPremium Fast Food, Fresh Every Time"
description="Indulge in our crave-worthy selection of burgers, cheesy dishes, and golden fries. Experience quality ingredients and quick service designed for your ultimate satisfaction."
imageAlt:"Gourmet burger with melted cheese and fresh vegetables",
},
id:"1",imageSrc:"http://img.b2bpic.net/free-photo/tasty-sandwich-tomatoes-with-stem-knife-dark-mix-color-surface-with-free-space_179666-42279.jpg",imageAlt:"Gourmet burger with melted cheese and fresh vegetables"},
id:"3",imageSrc:"http://img.b2bpic.net/free-photo/composition-tasty-food-ingredients_23-2148869916.jpg",imageAlt:"Variety of cheesy fast food dishes"},
imageAlt:"Professional kitchen preparing fast food",
},
id:"6",imageSrc:"http://img.b2bpic.net/free-photo/top-view-chef-with-black-gloves-holding-raw-fish-wood-board-pepper-grinder-flour-bowl-pomegranate-seeds-bowl-kitchen-table_179666-46873.jpg",imageAlt:"Professional kitchen preparing fast food"},
]}
autoPlay={true}
autoPlayInterval={4000}
@@ -113,32 +82,17 @@ export default function LandingPage() {
id:"1",name:"Sarah Johnson",date:"October 2023",title:"Fresh, Flavorful, Crave-Worthy!",quote:"I recently tried Cheezbay in Topi and honestly, I loved the food! Everything was fresh, flavorful, and exactly what I was craving.",tag:"Delightful",avatarSrc:"http://img.b2bpic.net/free-photo/serious-confident-asian-male-executive_1262-5523.jpg",avatarAlt:"Sarah Johnson"},
{
id:"2",
name:"Michael Chen",
date:"November 2023",
title:"My New Favorite Spot!",
quote:"CHEEZ’BAY consistently delivers amazing food and service. The Cheez’Bay Burger is a must-try. Always a great experience!",
id:"2",name:"Michael Chen",date:"November 2023",title:"My New Favorite Spot!",quote:"CHEEZ’BAY consistently delivers amazing food and service. The Cheez’Bay Burger is a must-try. Always a great experience!",tag:"Excellent",avatarSrc:"http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84733.jpg",avatarAlt:"Michael Chen"},
{
id:"3",
name:"Emily Rodriguez",
date:"December 2023",
title:"Quick and Delicious!",
quote:"Ordered for delivery and it arrived so fast, still hot and perfectly fresh. The cheesy nuggets are incredibly addictive!",
id:"3",name:"Emily Rodriguez",date:"December 2023",title:"Quick and Delicious!",quote:"Ordered for delivery and it arrived so fast, still hot and perfectly fresh. The cheesy nuggets are incredibly addictive!",tag:"Efficient",avatarSrc:"http://img.b2bpic.net/free-photo/close-up-portrait-handsome-young-dark-skinned-student-employee_273609-9115.jpg",avatarAlt:"Emily Rodriguez"},
{
id:"4",
name:"David Kim",
date:"January 2024",
title:"Premium Fast Food Done Right",
quote:"You can tell they use quality ingredients. It’s not just fast food; it’s a premium experience. Highly recommend the golden fries!",
id:"4",name:"David Kim",date:"January 2024",title:"Premium Fast Food Done Right",quote:"You can tell they use quality ingredients. It’s not just fast food; it’s a premium experience. Highly recommend the golden fries!",tag:"Premium",avatarSrc:"http://img.b2bpic.net/free-photo/middle-age-beautiful-woman-smiling-happy-confident-standing-with-smile-face-terrace_839833-20696.jpg",avatarAlt:"David Kim"},
]}
title="What Our Customers Say"
description="Hear directly from our happy customers about their CHEEZ’BAY experience."
@@ -204,29 +126,18 @@ export default function LandingPage() {
description="Explore CHEEZ’BAY’s delicious offerings, crafted with passion and premium ingredients. Find your next favorite fast-food delight."
buttons={[
{
text:"Order Now",href:"#contact"},
]}
/>
</div>
@@ -234,6 +145,10 @@ export default function LandingPage() {
<TextAbout
useInvertedBackground={false}
title="Our Story"
buttons={[
{
text:"Order Now",href:"#contact"},
]}
/>
</div>
@@ -243,26 +158,16 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id:"1",
title:"How can I place an order?",
content:"You can place an order directly through our website, via WhatsApp, or through popular food delivery apps. Visit our 'Order Now' section for more details.",
},
id:"1",title:"How can I place an order?",content:"You can place an order directly through our website, via WhatsApp, or through popular food delivery apps. Visit our 'Order Now' section for more details."},
{
id:"2",
title:"Do you offer delivery?",
content:"Yes, we offer both delivery and pick-up options to ensure you get your CHEEZ’BAY fix whenever and wherever you want it.",
},
id:"2",title:"Do you offer delivery?",content:"Yes, we offer both delivery and pick-up options to ensure you get your CHEEZ’BAY fix whenever and wherever you want it."},
{
id:"3",
title:"What are your operating hours?",
content:"Our operating hours are 11 AM to 11 PM daily, please check our website or social media for any holiday changes.",
},
id:"3",title:"What are your operating hours?",content:"Our operating hours are 11 AM to 11 PM daily, please check our website or social media for any holiday changes."},
]}
ctaTitle="Get Your Cheez’Bay Fix Now!"
ctaDescription="Ready to experience premium fast food? Order your favorites for delivery or pick-up, or reach out for inquiries."
ctaButton={{
text:"Order Now",
}}
text:"Order Now"}}
ctaIcon={Phone}
/>
</div>
@@ -273,41 +178,25 @@ export default function LandingPage() {
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.