Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
230
src/app/page.tsx
230
src/app/page.tsx
@@ -33,27 +33,17 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "products",
|
||||
},
|
||||
name: "Services", id: "products"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Smiles For Miles"
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book Now", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -63,13 +53,9 @@ export default function LandingPage() {
|
||||
description="Exquisite catering and flawless event planning for your most memorable moments."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Services",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Explore Services", href: "#products"},
|
||||
{
|
||||
text: "Book Event",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Event", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cream-apricot-appetizers-decorated-with-leaves_140725-4606.jpg"
|
||||
imageAlt="elegant catering food display"
|
||||
@@ -81,14 +67,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Crafting Joyful Occasions",
|
||||
},
|
||||
type: "text", content: "Crafting Joyful Occasions"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/woman-puts-delicate-orange-rose-buds-white-plate_8353-1764.jpg",
|
||||
alt: "professional chef cooking catering",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/woman-puts-delicate-orange-rose-buds-white-plate_8353-1764.jpg", alt: "professional chef cooking catering"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -101,65 +82,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Standard",
|
||||
name: "Gourmet Buffet Package",
|
||||
price: "$150",
|
||||
rating: 5,
|
||||
reviewCount: "24",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fruits-dessert_23-2148482464.jpg",
|
||||
imageAlt: "gourmet event menu selection",
|
||||
},
|
||||
id: "1", brand: "Standard", name: "Gourmet Buffet Package", price: "$150", rating: 5,
|
||||
reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fruits-dessert_23-2148482464.jpg", imageAlt: "gourmet event menu selection"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Deluxe",
|
||||
name: "Signature Plated Dinner",
|
||||
price: "$250",
|
||||
rating: 5,
|
||||
reviewCount: "18",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-cakes-with-fresh-fruits-light-background_140725-80143.jpg",
|
||||
imageAlt: "wedding catering buffet setup",
|
||||
},
|
||||
id: "2", brand: "Deluxe", name: "Signature Plated Dinner", price: "$250", rating: 5,
|
||||
reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-cakes-with-fresh-fruits-light-background_140725-80143.jpg", imageAlt: "wedding catering buffet setup"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Package",
|
||||
name: "Cocktail Hour Starter",
|
||||
price: "$80",
|
||||
rating: 4,
|
||||
reviewCount: "12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/reserved-table-restaurant_53876-41412.jpg",
|
||||
imageAlt: "gourmet event menu selection",
|
||||
},
|
||||
id: "3", brand: "Package", name: "Cocktail Hour Starter", price: "$80", rating: 4,
|
||||
reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/reserved-table-restaurant_53876-41412.jpg", imageAlt: "gourmet event menu selection"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Luxury",
|
||||
name: "All-Inclusive Wedding",
|
||||
price: "$500",
|
||||
rating: 5,
|
||||
reviewCount: "30",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-cake-wooden-table_23-2148395153.jpg",
|
||||
imageAlt: "wedding catering buffet setup",
|
||||
},
|
||||
id: "4", brand: "Luxury", name: "All-Inclusive Wedding", price: "$500", rating: 5,
|
||||
reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/traditional-cake-wooden-table_23-2148395153.jpg", imageAlt: "wedding catering buffet setup"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Standard",
|
||||
name: "Corporate Event Kit",
|
||||
price: "$200",
|
||||
rating: 4,
|
||||
reviewCount: "9",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-putting-tartines-display-case_23-2147830514.jpg",
|
||||
imageAlt: "gourmet event menu selection",
|
||||
},
|
||||
id: "5", brand: "Standard", name: "Corporate Event Kit", price: "$200", rating: 4,
|
||||
reviewCount: "9", imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-putting-tartines-display-case_23-2147830514.jpg", imageAlt: "gourmet event menu selection"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Deluxe",
|
||||
name: "Holiday Special Package",
|
||||
price: "$300",
|
||||
rating: 5,
|
||||
reviewCount: "15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/catering-restaurant-service_624325-934.jpg",
|
||||
imageAlt: "wedding catering buffet setup",
|
||||
},
|
||||
id: "6", brand: "Deluxe", name: "Holiday Special Package", price: "$300", rating: 5,
|
||||
reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/catering-restaurant-service_624325-934.jpg", imageAlt: "wedding catering buffet setup"},
|
||||
]}
|
||||
title="Our Signature Menus"
|
||||
description="Choose from our expertly crafted culinary packages for your next event."
|
||||
@@ -168,30 +107,19 @@ export default function LandingPage() {
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "500+",
|
||||
title: "Events Catered",
|
||||
description: "Successful events delivered",
|
||||
icon: CheckCircle,
|
||||
id: "m1", value: "500+", title: "Events Catered", description: "Successful events delivered", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "10k+",
|
||||
title: "Happy Guests",
|
||||
description: "Smiles created globally",
|
||||
icon: Sparkles,
|
||||
id: "m2", value: "10k+", title: "Happy Guests", description: "Smiles created globally", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
title: "Customer Joy",
|
||||
description: "Rated with 5 stars",
|
||||
icon: Award,
|
||||
id: "m3", value: "100%", title: "Customer Joy", description: "Rated with 5 stars", icon: Award,
|
||||
},
|
||||
]}
|
||||
title="Our Impact"
|
||||
@@ -206,45 +134,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Corporate Client",
|
||||
testimonial: "The catering was absolutely exquisite and professionally handled.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-family-enjoying-new-year-party_23-2149173314.jpg",
|
||||
imageAlt: "happy event guest smiling",
|
||||
},
|
||||
id: "1", name: "Sarah J.", role: "Corporate Client", testimonial: "The catering was absolutely exquisite and professionally handled.", imageSrc: "http://img.b2bpic.net/free-photo/lovely-family-enjoying-new-year-party_23-2149173314.jpg", imageAlt: "happy event guest smiling"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael T.",
|
||||
role: "Wedding Groom",
|
||||
testimonial: "Best decision we made for our wedding day. Flawless!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-standing-near-bearded-man-suit_171337-18288.jpg",
|
||||
imageAlt: "satisfied wedding client couple",
|
||||
},
|
||||
id: "2", name: "Michael T.", role: "Wedding Groom", testimonial: "Best decision we made for our wedding day. Flawless!", imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-standing-near-bearded-man-suit_171337-18288.jpg", imageAlt: "satisfied wedding client couple"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
role: "Event Planner",
|
||||
testimonial: "Reliable, delicious, and always on time. Highly recommended.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-friends-party_23-2148232027.jpg",
|
||||
imageAlt: "party planner working hard",
|
||||
},
|
||||
id: "3", name: "Emily R.", role: "Event Planner", testimonial: "Reliable, delicious, and always on time. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/happy-friends-party_23-2148232027.jpg", imageAlt: "party planner working hard"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
role: "Private Host",
|
||||
testimonial: "Smiles for Miles delivered above and beyond expectations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-coworkers-celebrating_23-2149295517.jpg",
|
||||
imageAlt: "client review event success",
|
||||
},
|
||||
id: "4", name: "David K.", role: "Private Host", testimonial: "Smiles for Miles delivered above and beyond expectations.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-coworkers-celebrating_23-2149295517.jpg", imageAlt: "client review event success"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lisa M.",
|
||||
role: "Birthday Host",
|
||||
testimonial: "The team made our party so memorable and tasty.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-having-fun-white-party_23-2149575174.jpg",
|
||||
imageAlt: "happy event guest smiling",
|
||||
},
|
||||
id: "5", name: "Lisa M.", role: "Birthday Host", testimonial: "The team made our party so memorable and tasty.", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-having-fun-white-party_23-2149575174.jpg", imageAlt: "happy event guest smiling"},
|
||||
]}
|
||||
title="Hear From Our Happy Clients"
|
||||
description="Discover why we are the preferred choice for events."
|
||||
@@ -256,14 +154,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Harare Events",
|
||||
"Zim Weddings",
|
||||
"Venue Solutions",
|
||||
"Floral Decorators",
|
||||
"Tech Caterers",
|
||||
"Event Pros",
|
||||
"City Venue",
|
||||
]}
|
||||
"Harare Events", "Zim Weddings", "Venue Solutions", "Floral Decorators", "Tech Caterers", "Event Pros", "City Venue"]}
|
||||
title="Trusted Partners"
|
||||
description="We work with top-tier vendors and venues."
|
||||
/>
|
||||
@@ -275,20 +166,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How do I make a payment?",
|
||||
content: "You can pay via EcoCash to 0788015630.",
|
||||
},
|
||||
id: "q1", title: "How do I make a payment?", content: "You can pay via EcoCash to 0788015630."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Can I customize the menu?",
|
||||
content: "Yes, all our menus are fully customizable to suit your event needs.",
|
||||
},
|
||||
id: "q2", title: "Can I customize the menu?", content: "Yes, all our menus are fully customizable to suit your event needs."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Where can I find you on social media?",
|
||||
content: "Follow our journey on Facebook at Tracy Wadzanai.",
|
||||
},
|
||||
id: "q3", title: "Where can I find you on social media?", content: "Follow our journey on Facebook at Tracy Wadzanai."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/senior-man-wearing-glasses-public-library-green-lamp_482257-123145.jpg"
|
||||
title="Frequently Asked Questions"
|
||||
@@ -306,25 +188,14 @@ export default function LandingPage() {
|
||||
description="Fill out the form below to get a quote and start the booking process."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
},
|
||||
name: "name", type: "text", placeholder: "Your Name"},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
},
|
||||
name: "email", type: "email", placeholder: "Your Email"},
|
||||
{
|
||||
name: "date",
|
||||
type: "date",
|
||||
placeholder: "Event Date",
|
||||
},
|
||||
name: "date", type: "date", placeholder: "Event Date"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Event Details",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Event Details", rows: 4,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-defocused-restaurant-cafe_1203-9895.jpg"
|
||||
imageAlt="modern catering event kitchen"
|
||||
@@ -336,34 +207,23 @@ export default function LandingPage() {
|
||||
logoText="Smiles For Miles"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Services", href: "#products"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
title: "Social", items: [
|
||||
{
|
||||
label: "Tracy Wadzanai Facebook",
|
||||
href: "https://facebook.com",
|
||||
},
|
||||
label: "Tracy Wadzanai Facebook", href: "https://facebook.com"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Payment",
|
||||
items: [
|
||||
title: "Payment", items: [
|
||||
{
|
||||
label: "EcoCash: 0788015630",
|
||||
href: "#",
|
||||
},
|
||||
label: "EcoCash: 0788015630", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user