Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-28 18:18:15 +00:00

View File

@@ -30,22 +30,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Menu",
id: "menu",
},
{
name: "About",
id: "about",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "Menu", id: "menu" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
]}
brandName="BeLs Catering"
/>
@@ -53,22 +41,14 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Delicious Moments, Delivered with Care"
description="BeLs Catering Service Your trusted partner in Kumasi for high-end takeaway and private event catering."
buttons={[
{
text: "Order Now",
href: "#contact",
},
{
text: "Book Catering",
href: "#contact",
},
{ text: "Order Now", href: "#contact" },
{ text: "Book Catering", href: "#contact" },
]}
imageSrc="http://img.b2bpic.net/free-photo/meat-catering-table-event_8353-9847.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/meat-catering-table-event_8353-9847.jpg"
/>
</div>
@@ -79,20 +59,11 @@ export default function LandingPage() {
title="Quality You Can Taste"
description="At BeLs Catering, we serve consistent, tasty meals with generous portions. Located in the heart of Kumasi, we specialize in everything from fast business lunches to private celebrations."
bulletPoints={[
{
title: "Fresh Ingredients",
description: "Sourced daily for maximum quality.",
},
{
title: "Corporate Catering",
description: "Professional service for every business need.",
},
{
title: "Fast Delivery",
description: "Quick, no-contact delivery across Kumasi.",
},
{ title: "Fresh Ingredients", description: "Sourced daily for maximum quality." },
{ title: "Corporate Catering", description: "Professional service for every business need." },
{ title: "Fast Delivery", description: "Quick, no-contact delivery across Kumasi." },
]}
imageSrc="http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727993.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727993.jpg"
mediaAnimation="slide-up"
/>
</div>
@@ -104,42 +75,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "m1",
name: "Jollof Rice Special",
price: "GH₵35",
imageSrc: "http://img.b2bpic.net/free-photo/buffet-breakfast-with-desserts_116348-83.jpg",
},
{
id: "m2",
name: "Grilled Tilapia Platter",
price: "GH₵45",
imageSrc: "http://img.b2bpic.net/free-photo/chef-presents-lula-kebab-served-with-basil_140725-8121.jpg?_wi=1",
},
{
id: "m3",
name: "Creamy Chicken Pasta",
price: "GH₵40",
imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-stuffed-aubergine-rolls-white-plate-grey-free-space_140725-105290.jpg",
},
{
id: "m4",
name: "Vegetable Stir-fry",
price: "GH₵25",
imageSrc: "http://img.b2bpic.net/free-photo/man-holds-plate-with-red-gurza-side-view_141793-4739.jpg",
},
{
id: "m5",
name: "Assorted Meat Stew",
price: "GH₵38",
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-sundried-tomato-tasty-snack-concept_185193-109446.jpg",
},
{
id: "m6",
name: "Gourmet Fruit Tart",
price: "GH₵20",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-festive-buffet-with-canapa-s-different-delicious-meals_78826-2422.jpg",
},
{ id: "m1", name: "Jollof Rice Special", price: "GH₵35", imageSrc: "http://img.b2bpic.net/free-photo/buffet-breakfast-with-desserts_116348-83.jpg" },
{ id: "m2", name: "Grilled Tilapia Platter", price: "GH₵45", imageSrc: "http://img.b2bpic.net/free-photo/chef-presents-lula-kebab-served-with-basil_140725-8121.jpg" },
{ id: "m3", name: "Creamy Chicken Pasta", price: "GH₵40", imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-stuffed-aubergine-rolls-white-plate-grey-free-space_140725-105290.jpg" },
{ id: "m4", name: "Vegetable Stir-fry", price: "GH₵25", imageSrc: "http://img.b2bpic.net/free-photo/man-holds-plate-with-red-gurza-side-view_141793-4739.jpg" },
{ id: "m5", name: "Assorted Meat Stew", price: "GH₵38", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-sundried-tomato-tasty-snack-concept_185193-109446.jpg" },
{ id: "m6", name: "Gourmet Fruit Tart", price: "GH₵20", imageSrc: "http://img.b2bpic.net/free-photo/delicious-festive-buffet-with-canapa-s-different-delicious-meals_78826-2422.jpg" },
]}
title="Signature Menu"
description="Exquisite dishes crafted to perfection."
@@ -150,15 +91,7 @@ export default function LandingPage() {
<SocialProofOne
textboxLayout="default"
useInvertedBackground={true}
names={[
"Corporate Hub",
"Tech Alliance",
"Global Partners",
"Family Estates",
"Kumasi Chamber",
"Retail Group",
"Innovators Collective",
]}
names={["Corporate Hub", "Tech Alliance", "Global Partners", "Family Estates", "Kumasi Chamber", "Retail Group", "Innovators Collective"]}
title="Trusted by Local Leaders"
description="We are proud to serve some of Kumasi's finest organizations."
/>
@@ -169,56 +102,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Doreen Adwoa",
date: "Oct 2024",
title: "Regular Client",
quote: "Consistently tasty food and amazing delivery service. My go-to in Kumasi!",
avatarSrc: "http://img.b2bpic.net/free-photo/fashionable-hipster-guy-sitting-with-woman-cafe_273609-6829.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/meat-catering-table-event_8353-9847.jpg?_wi=2",
imageAlt: "happy customer dining restaurant",
},
{
id: "t2",
name: "Esther Dede",
date: "Sep 2024",
title: "Office Lead",
quote: "The catering for our office event was flawless. Everyone loved the portions.",
avatarSrc: "http://img.b2bpic.net/free-photo/friends-eating-barbeque-cake-outdoor-party_23-2149366196.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727993.jpg?_wi=2",
imageAlt: "happy customer dining restaurant",
},
{
id: "t3",
name: "Kofi Mensa-Bonsu",
date: "Aug 2024",
title: "Satisfied Diner",
quote: "Excellent food, generous portions, and very professional staff.",
avatarSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-her-boyfriend-reading-text-message-mobile-phone-while-sitting-dining-table_637285-10328.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-holding-glass_23-2148965394.jpg",
imageAlt: "happy customer dining restaurant",
},
{
id: "t4",
name: "Sarah Appiah",
date: "Jul 2024",
title: "Family Client",
quote: "Beautiful setup and delicious meals for our family party. Highly recommend.",
avatarSrc: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149346508.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/little-bowls-with-snacks-served-white-table-outside_8353-1267.jpg?_wi=1",
imageAlt: "happy customer dining restaurant",
},
{
id: "t5",
name: "John Boateng",
date: "Jun 2024",
title: "Corporate Guest",
quote: "Professional, punctual, and tasty. BeLs is definitely top tier.",
avatarSrc: "http://img.b2bpic.net/free-photo/buffet-breakfast-with-desserts_116348-83.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/chef-presents-lula-kebab-served-with-basil_140725-8121.jpg?_wi=2",
imageAlt: "happy customer dining restaurant",
},
{ id: "t1", tag: "Review", name: "Doreen Adwoa", date: "Oct 2024", title: "Regular Client", quote: "Consistently tasty food and amazing delivery service. My go-to in Kumasi!", avatarSrc: "http://img.b2bpic.net/free-photo/fashionable-hipster-guy-sitting-with-woman-cafe_273609-6829.jpg", imageSrc: "http://img.b2bpic.net/free-photo/meat-catering-table-event_8353-9847.jpg", imageAlt: "happy customer dining restaurant" },
{ id: "t2", tag: "Review", name: "Esther Dede", date: "Sep 2024", title: "Office Lead", quote: "The catering for our office event was flawless. Everyone loved the portions.", avatarSrc: "http://img.b2bpic.net/free-photo/friends-eating-barbeque-cake-outdoor-party_23-2149366196.jpg", imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727993.jpg", imageAlt: "happy customer dining restaurant" },
{ id: "t3", tag: "Review", name: "Kofi Mensa-Bonsu", date: "Aug 2024", title: "Satisfied Diner", quote: "Excellent food, generous portions, and very professional staff.", avatarSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-her-boyfriend-reading-text-message-mobile-phone-while-sitting-dining-table_637285-10328.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-holding-glass_23-2148965394.jpg", imageAlt: "happy customer dining restaurant" },
{ id: "t4", tag: "Review", name: "Sarah Appiah", date: "Jul 2024", title: "Family Client", quote: "Beautiful setup and delicious meals for our family party. Highly recommend.", avatarSrc: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149346508.jpg", imageSrc: "http://img.b2bpic.net/free-photo/little-bowls-with-snacks-served-white-table-outside_8353-1267.jpg", imageAlt: "happy customer dining restaurant" },
{ id: "t5", tag: "Review", name: "John Boateng", date: "Jun 2024", title: "Corporate Guest", quote: "Professional, punctual, and tasty. BeLs is definitely top tier.", avatarSrc: "http://img.b2bpic.net/free-photo/buffet-breakfast-with-desserts_116348-83.jpg", imageSrc: "http://img.b2bpic.net/free-photo/chef-presents-lula-kebab-served-with-basil_140725-8121.jpg", imageAlt: "happy customer dining restaurant" },
]}
title="Loved by Our Community"
description="Hear what our wonderful clients have to say about their BeLs Catering experience."
@@ -229,21 +117,9 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={true}
faqs={[
{
id: "q1",
title: "Do you offer delivery?",
content: "Yes, we provide no-contact delivery across Kumasi.",
},
{
id: "q2",
title: "How far in advance should I book?",
content: "For catering, please book at least 48 hours in advance.",
},
{
id: "q3",
title: "Can I request custom menus?",
content: "We offer personalized menu consultations for private events.",
},
{ id: "q1", title: "Do you offer delivery?", content: "Yes, we provide no-contact delivery across Kumasi." },
{ id: "q2", title: "How far in advance should I book?", content: "For catering, please book at least 48 hours in advance." },
{ id: "q3", title: "Can I request custom menus?", content: "We offer personalized menu consultations for private events." },
]}
sideTitle="Frequently Asked Questions"
faqsAnimation="blur-reveal"
@@ -256,22 +132,11 @@ export default function LandingPage() {
title="Get in Touch"
description="Ready to experience BeLs Catering? Send us a request today."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
},
{
name: "phone",
type: "tel",
placeholder: "Your Phone Number",
},
{ name: "name", type: "text", placeholder: "Your Name" },
{ name: "phone", type: "tel", placeholder: "Your Phone Number" },
]}
textarea={{
name: "message",
placeholder: "Details of your order or event...",
}}
imageSrc="http://img.b2bpic.net/free-photo/little-bowls-with-snacks-served-white-table-outside_8353-1267.jpg?_wi=2"
textarea={{ name: "message", placeholder: "Details of your order or event..." }}
imageSrc="http://img.b2bpic.net/free-photo/little-bowls-with-snacks-served-white-table-outside_8353-1267.jpg"
/>
</div>
@@ -280,33 +145,16 @@ export default function LandingPage() {
logoText="BeLs Catering"
columns={[
{
title: "Links",
items: [
{
label: "Home",
href: "#hero",
},
{
label: "Menu",
href: "#menu",
},
{
label: "About",
href: "#about",
},
title: "Links", items: [
{ label: "Home", href: "#hero" },
{ label: "Menu", href: "#menu" },
{ label: "About", href: "#about" },
],
},
{
title: "Contact",
items: [
{
label: "055 048 9416",
href: "tel:0550489416",
},
{
label: "Kumasi, Ghana",
href: "#",
},
title: "Contact", items: [
{ label: "055 048 9416", href: "tel:0550489416" },
{ label: "Kumasi, Ghana", href: "#" },
],
},
]}
@@ -315,4 +163,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}