Merge version_1 into main #2
228
src/app/page.tsx
228
src/app/page.tsx
@@ -19,27 +19,22 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="bounce-effect"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Menu", id: "/menu" },
|
||||
{ name: "Testimonials", id: "/testimonials" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Innovative Taste"
|
||||
/>
|
||||
@@ -47,22 +42,14 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
logoText="Innovative Taste"
|
||||
description="Exquisite catering services for your events in Pretoria. Fresh, flavorful, and unforgettable culinary experiences."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
{ text: "Book Now", href: "#contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/wooden-boxes-with-wine-salty-snacks_1304-5603.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/wooden-boxes-with-wine-salty-snacks_1304-5603.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
imageAlt="fresh catering buffet display"
|
||||
/>
|
||||
@@ -76,7 +63,7 @@ export default function LandingPage() {
|
||||
description="At Innovative Taste, we believe that every event deserves exceptional food. Our team in Pretoria specializes in creating menus that reflect your vision, combining local favorites with modern culinary techniques."
|
||||
subdescription="From intimate gatherings to large corporate events, we bring a passion for quality, freshness, and impeccable service to every plate."
|
||||
icon={Award}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/gastronomy-experts-restaurant-professional-kitchen-cooking-delicious-gourmet-dish-culinary-school-course-cooks-shooting-video-about-food-preparation-process-gastronomic-television-show_482257-44217.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/gastronomy-experts-restaurant-professional-kitchen-cooking-delicious-gourmet-dish-culinary-school-course-cooks-shooting-video-about-food-preparation-process-gastronomic-television-show_482257-44217.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
imageAlt="professional catering chef preparing food"
|
||||
/>
|
||||
@@ -89,66 +76,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Signature",
|
||||
name: "Chicken & Veggie Dumplings",
|
||||
price: "R120",
|
||||
rating: 5,
|
||||
reviewCount: "24",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-with-variety-fruit_1153-1554.jpg?_wi=1",
|
||||
imageAlt: "Chicken & Veggie Dumplings",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Classic",
|
||||
name: "Garden Fresh Salad",
|
||||
price: "R85",
|
||||
rating: 4,
|
||||
reviewCount: "18",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mixed-salad-bar_1339-8275.jpg",
|
||||
imageAlt: "Garden Fresh Salad",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Gourmet",
|
||||
name: "Grilled Salmon Platter",
|
||||
price: "R250",
|
||||
rating: 5,
|
||||
reviewCount: "32",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fruit-decorating-sweet-table_8353-9100.jpg?_wi=1",
|
||||
imageAlt: "Grilled Salmon Platter",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Vegetarian",
|
||||
name: "Roasted Vegetable Tart",
|
||||
price: "R95",
|
||||
rating: 4,
|
||||
reviewCount: "12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spicy-sardines-ceramic-tray_1150-20285.jpg",
|
||||
imageAlt: "Roasted Vegetable Tart",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Signature",
|
||||
name: "Beef Wellington Sliders",
|
||||
price: "R180",
|
||||
rating: 5,
|
||||
reviewCount: "40",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/four-pieces-mini-side-dishes-sadwich-form-stone-board_140725-10734.jpg",
|
||||
imageAlt: "Beef Wellington Sliders",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Delight",
|
||||
name: "Assorted Dessert Platter",
|
||||
price: "R150",
|
||||
rating: 5,
|
||||
reviewCount: "28",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-breast-roll-with-sauce-tomatoes-bread_141793-3963.jpg",
|
||||
imageAlt: "Assorted Dessert Platter",
|
||||
},
|
||||
{ id: "1", brand: "Signature", name: "Chicken & Veggie Dumplings", price: "R120", rating: 5, reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/table-with-variety-fruit_1153-1554.jpg", imageAlt: "Chicken & Veggie Dumplings" },
|
||||
{ id: "2", brand: "Classic", name: "Garden Fresh Salad", price: "R85", rating: 4, reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/mixed-salad-bar_1339-8275.jpg", imageAlt: "Garden Fresh Salad" },
|
||||
{ id: "3", brand: "Gourmet", name: "Grilled Salmon Platter", price: "R250", rating: 5, reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fruit-decorating-sweet-table_8353-9100.jpg", imageAlt: "Grilled Salmon Platter" },
|
||||
{ id: "4", brand: "Vegetarian", name: "Roasted Vegetable Tart", price: "R95", rating: 4, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/spicy-sardines-ceramic-tray_1150-20285.jpg", imageAlt: "Roasted Vegetable Tart" },
|
||||
{ id: "5", brand: "Signature", name: "Beef Wellington Sliders", price: "R180", rating: 5, reviewCount: "40", imageSrc: "http://img.b2bpic.net/free-photo/four-pieces-mini-side-dishes-sadwich-form-stone-board_140725-10734.jpg", imageAlt: "Beef Wellington Sliders" },
|
||||
{ id: "6", brand: "Delight", name: "Assorted Dessert Platter", price: "R150", rating: 5, reviewCount: "28", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-breast-roll-with-sauce-tomatoes-bread_141793-3963.jpg", imageAlt: "Assorted Dessert Platter" },
|
||||
]}
|
||||
title="Our Signature Menu"
|
||||
description="Fresh, locally sourced ingredients prepared with creativity. Explore our diverse menu selections for your next event."
|
||||
@@ -162,21 +95,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "500+",
|
||||
description: "Events Catered",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "5.0",
|
||||
description: "Star Rating",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
description: "Satisfied Clients",
|
||||
},
|
||||
{ id: "m1", value: "500+", description: "Events Catered" },
|
||||
{ id: "m2", value: "5.0", description: "Star Rating" },
|
||||
{ id: "m3", value: "100%", description: "Satisfied Clients" },
|
||||
]}
|
||||
title="Catering Excellence"
|
||||
description="We take pride in our service and our community impact."
|
||||
@@ -188,61 +109,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah D.",
|
||||
date: "Jan 2024",
|
||||
title: "Wedding Catering",
|
||||
quote: "Incredible food! Our guests are still raving about the dumplings.",
|
||||
tag: "Event",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269187.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-boxes-with-wine-salty-snacks_1304-5603.jpg?_wi=2",
|
||||
imageAlt: "happy client portrait smiling",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark S.",
|
||||
date: "Dec 2023",
|
||||
title: "Corporate Event",
|
||||
quote: "Professional, punctual, and delicious. Highly recommend Innovative Taste.",
|
||||
tag: "Corporate",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43765.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gastronomy-experts-restaurant-professional-kitchen-cooking-delicious-gourmet-dish-culinary-school-course-cooks-shooting-video-about-food-preparation-process-gastronomic-television-show_482257-44217.jpg?_wi=2",
|
||||
imageAlt: "happy client portrait smiling",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena T.",
|
||||
date: "Nov 2023",
|
||||
title: "Birthday Dinner",
|
||||
quote: "Perfect service for our small gathering. The food quality was excellent.",
|
||||
tag: "Private",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/new-year-spend-with-friends-celebrating_23-2149196991.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-holding-glass_23-2148965394.jpg",
|
||||
imageAlt: "happy client portrait smiling",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "James L.",
|
||||
date: "Oct 2023",
|
||||
title: "Garden Party",
|
||||
quote: "Absolutely lovely variety of foods, made my event stress-free.",
|
||||
tag: "Event",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-with-variety-fruit_1153-1554.jpg?_wi=2",
|
||||
imageAlt: "happy client portrait smiling",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Anita P.",
|
||||
date: "Sep 2023",
|
||||
title: "Corporate Lunch",
|
||||
quote: "Always fresh and delivered on time. Our team loves their lunch menus.",
|
||||
tag: "Corporate",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/mixed-salad-bar_1339-8275.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fruit-decorating-sweet-table_8353-9100.jpg?_wi=2",
|
||||
imageAlt: "happy client portrait smiling",
|
||||
},
|
||||
{ id: "1", name: "Sarah D.", date: "Jan 2024", title: "Wedding Catering", quote: "Incredible food! Our guests are still raving about the dumplings.", tag: "Event", avatarSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269187.jpg", imageSrc: "http://img.b2bpic.net/free-photo/wooden-boxes-with-wine-salty-snacks_1304-5603.jpg", imageAlt: "happy client portrait smiling" },
|
||||
{ id: "2", name: "Mark S.", date: "Dec 2023", title: "Corporate Event", quote: "Professional, punctual, and delicious. Highly recommend Innovative Taste.", tag: "Corporate", avatarSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43765.jpg", imageSrc: "http://img.b2bpic.net/free-photo/gastronomy-experts-restaurant-professional-kitchen-cooking-delicious-gourmet-dish-culinary-school-course-cooks-shooting-video-about-food-preparation-process-gastronomic-television-show_482257-44217.jpg", imageAlt: "happy client portrait smiling" },
|
||||
{ id: "3", name: "Elena T.", date: "Nov 2023", title: "Birthday Dinner", quote: "Perfect service for our small gathering. The food quality was excellent.", tag: "Private", avatarSrc: "http://img.b2bpic.net/free-photo/new-year-spend-with-friends-celebrating_23-2149196991.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-holding-glass_23-2148965394.jpg", imageAlt: "happy client portrait smiling" },
|
||||
{ id: "4", name: "James L.", date: "Oct 2023", title: "Garden Party", quote: "Absolutely lovely variety of foods, made my event stress-free.", tag: "Event", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg", imageSrc: "http://img.b2bpic.net/free-photo/table-with-variety-fruit_1153-1554.jpg", imageAlt: "happy client portrait smiling" },
|
||||
{ id: "5", name: "Anita P.", date: "Sep 2023", title: "Corporate Lunch", quote: "Always fresh and delivered on time. Our team loves their lunch menus.", tag: "Corporate", avatarSrc: "http://img.b2bpic.net/free-photo/mixed-salad-bar_1339-8275.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fruit-decorating-sweet-table_8353-9100.jpg", imageAlt: "happy client portrait smiling" },
|
||||
]}
|
||||
title="Client Experiences"
|
||||
description="Don't just take our word for it—hear what our satisfied clients have to say about our catering services."
|
||||
@@ -254,21 +125,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you offer vegetarian options?",
|
||||
content: "Yes, we specialize in a variety of dietary-inclusive menus, including many vegetarian and vegan options.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "How far in advance should I book?",
|
||||
content: "We recommend booking at least 2-4 weeks in advance for small events and 2 months for large gatherings.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you serve outside Pretoria?",
|
||||
content: "Currently, we focus primarily on the Pretoria region. Please contact us to discuss potential travel arrangements.",
|
||||
},
|
||||
{ id: "f1", title: "Do you offer vegetarian options?", content: "Yes, we specialize in a variety of dietary-inclusive menus, including many vegetarian and vegan options." },
|
||||
{ id: "f2", title: "How far in advance should I book?", content: "We recommend booking at least 2-4 weeks in advance for small events and 2 months for large gatherings." },
|
||||
{ id: "f3", title: "Do you serve outside Pretoria?", content: "Currently, we focus primarily on the Pretoria region. Please contact us to discuss potential travel arrangements." },
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Have questions about our catering service? We've got you covered."
|
||||
@@ -279,15 +138,10 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
text="Ready to plan your next event? We're ready to serve you. Contact us today for a free consultation or custom menu proposal."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call 087 153 7785",
|
||||
href: "tel:0871537785",
|
||||
},
|
||||
{ text: "Call 087 153 7785", href: "tel:0871537785" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -297,16 +151,8 @@ export default function LandingPage() {
|
||||
logoText="Innovative Taste"
|
||||
copyrightText="© 2025 Innovative Taste. All rights reserved."
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
{ icon: Facebook, href: "https://facebook.com", ariaLabel: "Facebook" },
|
||||
{ icon: Instagram, href: "https://instagram.com", ariaLabel: "Instagram" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user