Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6954384ad4 | |||
| f15b8e48c4 |
242
src/app/page.tsx
242
src/app/page.tsx
@@ -32,29 +32,17 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Vendors",
|
||||
id: "vendors",
|
||||
},
|
||||
name: "Vendors", id: "vendors"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="EventHub"
|
||||
/>
|
||||
@@ -66,63 +54,33 @@ export default function LandingPage() {
|
||||
description="Connecting you with the city's finest event decorators. Book professional services for birthdays, weddings, and corporate events with ease."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Aarav K.",
|
||||
handle: "@aaravk",
|
||||
testimonial: "The decoration was beyond my expectations. Highly recommended!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-african-american-female-has-minimal-make-up-wears-pink-jacket_273609-26058.jpg",
|
||||
},
|
||||
name: "Aarav K.", handle: "@aaravk", testimonial: "The decoration was beyond my expectations. Highly recommended!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-african-american-female-has-minimal-make-up-wears-pink-jacket_273609-26058.jpg"},
|
||||
{
|
||||
name: "Priya M.",
|
||||
handle: "@priyam",
|
||||
testimonial: "Best event planners in town. Very professional and timely.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-new-year-party_23-2147717172.jpg",
|
||||
},
|
||||
name: "Priya M.", handle: "@priyam", testimonial: "Best event planners in town. Very professional and timely.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-new-year-party_23-2147717172.jpg"},
|
||||
{
|
||||
name: "Vikram S.",
|
||||
handle: "@vikrams",
|
||||
testimonial: "Excellent service and budget-friendly options. Loved it!",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-takes-off-her-protective-medical-face-mask_1153-8487.jpg",
|
||||
},
|
||||
name: "Vikram S.", handle: "@vikrams", testimonial: "Excellent service and budget-friendly options. Loved it!", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-takes-off-her-protective-medical-face-mask_1153-8487.jpg"},
|
||||
{
|
||||
name: "Sneha L.",
|
||||
handle: "@snehal",
|
||||
testimonial: "Transformed our venue into a dreamland. Simply perfect.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-holding-glass-champagne_23-2147931381.jpg",
|
||||
},
|
||||
name: "Sneha L.", handle: "@snehal", testimonial: "Transformed our venue into a dreamland. Simply perfect.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-holding-glass-champagne_23-2147931381.jpg"},
|
||||
{
|
||||
name: "Rahul V.",
|
||||
handle: "@rahulv",
|
||||
testimonial: "Prompt, professional, and creative. A delight to work with.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-man-enjoying-new-years-party_23-2148349045.jpg",
|
||||
},
|
||||
name: "Rahul V.", handle: "@rahulv", testimonial: "Prompt, professional, and creative. A delight to work with.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-man-enjoying-new-years-party_23-2148349045.jpg"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-composition-basketball-sport_52683-117176.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-trans-man-with-apron-working-as-waiter_23-2149409827.jpg",
|
||||
alt: "Client avatar 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-trans-man-with-apron-working-as-waiter_23-2149409827.jpg", alt: "Client avatar 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-smiling-female-shop-assistant-clothing-store-young-woman-holding-credit-card-reader-waiting-payment-done-looking-shoppers-clothes-business-retail-trading-shopping-concept_74855-21501.jpg",
|
||||
alt: "Client avatar 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-smiling-female-shop-assistant-clothing-store-young-woman-holding-credit-card-reader-waiting-payment-done-looking-shoppers-clothes-business-retail-trading-shopping-concept_74855-21501.jpg", alt: "Client avatar 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-businessman-toasting-with-colleague-office-party_637285-9559.jpg",
|
||||
alt: "Client avatar 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-businessman-toasting-with-colleague-office-party_637285-9559.jpg", alt: "Client avatar 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-couple-enjoying-cafe-while-waiter-is-brining-their-order-table_637285-573.jpg",
|
||||
alt: "Client avatar 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-couple-enjoying-cafe-while-waiter-is-brining-their-order-table_637285-573.jpg", alt: "Client avatar 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-hugging-dinosaur-toy_23-2148288009.jpg",
|
||||
alt: "Client avatar 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-hugging-dinosaur-toy_23-2148288009.jpg", alt: "Client avatar 5"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -134,26 +92,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "feat1",
|
||||
title: "Birthday Parties",
|
||||
description: "Creative themes and colorful setups for your special day.",
|
||||
tag: "Popular",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/birthday-cake-still-life_23-2148109279.jpg",
|
||||
},
|
||||
id: "feat1", title: "Birthday Parties", description: "Creative themes and colorful setups for your special day.", tag: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/birthday-cake-still-life_23-2148109279.jpg"},
|
||||
{
|
||||
id: "feat2",
|
||||
title: "Wedding Decor",
|
||||
description: "Elegant and sophisticated floral designs for grand weddings.",
|
||||
tag: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-photo_158595-3891.jpg",
|
||||
},
|
||||
id: "feat2", title: "Wedding Decor", description: "Elegant and sophisticated floral designs for grand weddings.", tag: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-photo_158595-3891.jpg"},
|
||||
{
|
||||
id: "feat3",
|
||||
title: "Corporate Events",
|
||||
description: "Professional decor services for your business conferences.",
|
||||
tag: "Professional",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-designer-working-out-office_23-2150379213.jpg",
|
||||
},
|
||||
id: "feat3", title: "Corporate Events", description: "Professional decor services for your business conferences.", tag: "Professional", imageSrc: "http://img.b2bpic.net/free-photo/interior-designer-working-out-office_23-2150379213.jpg"},
|
||||
]}
|
||||
title="Our Specialized Services"
|
||||
description="Comprehensive event planning solutions for every occasion."
|
||||
@@ -168,40 +111,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "v1",
|
||||
name: "Raj Decor",
|
||||
price: "₹8,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-cupcakes-with-pink-blue-glaze-flowers_8353-618.jpg",
|
||||
id: "v1", name: "Raj Decor", price: "₹8,000", imageSrc: "http://img.b2bpic.net/free-photo/pretty-cupcakes-with-pink-blue-glaze-flowers_8353-618.jpg", priceButtonProps: { text: "Book Now", onClick: () => console.log("Book v1") }
|
||||
},
|
||||
{
|
||||
id: "v2",
|
||||
name: "Shiv Events",
|
||||
price: "₹10,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-cafeteria-event-hall-with-white-furniture-imaeg_114579-2231.jpg",
|
||||
id: "v2", name: "Shiv Events", price: "₹10,000", imageSrc: "http://img.b2bpic.net/free-photo/cozy-cafeteria-event-hall-with-white-furniture-imaeg_114579-2231.jpg", priceButtonProps: { text: "Book Now", onClick: () => console.log("Book v2") }
|
||||
},
|
||||
{
|
||||
id: "v3",
|
||||
name: "Royal Decor",
|
||||
price: "₹12,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/look-from-pink-chrysanthemums-hanging-from-black-ceiling_1304-2664.jpg",
|
||||
id: "v3", name: "Royal Decor", price: "₹12,000", imageSrc: "http://img.b2bpic.net/free-photo/look-from-pink-chrysanthemums-hanging-from-black-ceiling_1304-2664.jpg", priceButtonProps: { text: "Book Now", onClick: () => console.log("Book v3") }
|
||||
},
|
||||
{
|
||||
id: "v4",
|
||||
name: "Star Events",
|
||||
price: "₹9,500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-christmas-serving-table-with-candles-fir-tree-decoration-cozy-modern-interior-close-up-celebrating-december-holiday-new-year-surrounded-by-seasonal-decorated-glasses-plates_132075-11418.jpg",
|
||||
id: "v4", name: "Star Events", price: "₹9,500", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-christmas-serving-table-with-candles-fir-tree-decoration-cozy-modern-interior-close-up-celebrating-december-holiday-new-year-surrounded-by-seasonal-decorated-glasses-plates_132075-11418.jpg", priceButtonProps: { text: "Book Now", onClick: () => console.log("Book v4") }
|
||||
},
|
||||
{
|
||||
id: "v5",
|
||||
name: "Elite Decor",
|
||||
price: "₹15,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-furniture-decorated-with-flowers-leaves_114579-2083.jpg",
|
||||
id: "v5", name: "Elite Decor", price: "₹15,000", imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-furniture-decorated-with-flowers-leaves_114579-2083.jpg", priceButtonProps: { text: "Book Now", onClick: () => console.log("Book v5") }
|
||||
},
|
||||
{
|
||||
id: "v6",
|
||||
name: "Grand Occasions",
|
||||
price: "₹20,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-elegant-luxurious-wedding-stationery-planner-resources_23-2150166836.jpg",
|
||||
id: "v6", name: "Grand Occasions", price: "₹20,000", imageSrc: "http://img.b2bpic.net/free-photo/view-elegant-luxurious-wedding-stationery-planner-resources_23-2150166836.jpg", priceButtonProps: { text: "Book Now", onClick: () => console.log("Book v6") }
|
||||
},
|
||||
]}
|
||||
title="Featured Vendors"
|
||||
@@ -217,25 +142,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "500+",
|
||||
title: "Events Done",
|
||||
description: "Successfully completed events",
|
||||
icon: CheckCircle,
|
||||
id: "m1", value: "500+", title: "Events Done", description: "Successfully completed events", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "4.9/5",
|
||||
title: "Rating",
|
||||
description: "Average client satisfaction",
|
||||
icon: Star,
|
||||
id: "m2", value: "4.9/5", title: "Rating", description: "Average client satisfaction", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "50+",
|
||||
title: "Partners",
|
||||
description: "Top-tier vendor partners",
|
||||
icon: Award,
|
||||
id: "m3", value: "50+", title: "Partners", description: "Top-tier vendor partners", icon: Award,
|
||||
},
|
||||
]}
|
||||
title="Why Choose EventHub"
|
||||
@@ -251,45 +164,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
role: "Client",
|
||||
company: "Birthday",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-man-holding-her-girlfriend-s-hand_23-2147891265.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah J.", role: "Client", company: "Birthday", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-man-holding-her-girlfriend-s-hand_23-2147891265.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael R.",
|
||||
role: "Client",
|
||||
company: "Wedding",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-smiling-woman-offering-glass-whiskey_23-2148037522.jpg",
|
||||
},
|
||||
id: "t2", name: "Michael R.", role: "Client", company: "Wedding", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-smiling-woman-offering-glass-whiskey_23-2148037522.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily D.",
|
||||
role: "Client",
|
||||
company: "Party",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friendly-man-new-year-party_23-2147717177.jpg",
|
||||
},
|
||||
id: "t3", name: "Emily D.", role: "Client", company: "Party", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friendly-man-new-year-party_23-2147717177.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David W.",
|
||||
role: "Client",
|
||||
company: "Event",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-smiling-young-woman_181624-40759.jpg",
|
||||
},
|
||||
id: "t4", name: "David W.", role: "Client", company: "Event", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-smiling-young-woman_181624-40759.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Jessica B.",
|
||||
role: "Client",
|
||||
company: "Corporate",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-party-guy-wearing-pink-hat-standing-balloons-isolated-pink_141793-94979.jpg",
|
||||
},
|
||||
id: "t5", name: "Jessica B.", role: "Client", company: "Corporate", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-party-guy-wearing-pink-hat-standing-balloons-isolated-pink_141793-94979.jpg"},
|
||||
]}
|
||||
title="What Clients Say"
|
||||
description="Heartfelt feedback from our community."
|
||||
@@ -302,20 +190,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How do I book a vendor?",
|
||||
content: "Simply select a vendor, view their profile, and click 'Book Now' to connect via WhatsApp.",
|
||||
},
|
||||
id: "f1", title: "How do I book a vendor?", content: "Simply select a vendor, view their profile, and click 'Book Now' to connect via WhatsApp."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Can I customize decorations?",
|
||||
content: "Absolutely! Discuss your specific requirements with the vendor directly.",
|
||||
},
|
||||
id: "f2", title: "Can I customize decorations?", content: "Absolutely! Discuss your specific requirements with the vendor directly."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Are there hidden costs?",
|
||||
content: "No, all pricing provided by vendors is transparent.",
|
||||
},
|
||||
id: "f3", title: "Are there hidden costs?", content: "No, all pricing provided by vendors is transparent."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Everything you need to know about booking with us."
|
||||
@@ -327,14 +206,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
text="Ready to plan your next event? Reach out to our support team for any assistance."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Support",
|
||||
href: "mailto:support@eventhub.com",
|
||||
},
|
||||
text: "Contact Support", href: "mailto:support@eventhub.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -344,29 +220,19 @@ export default function LandingPage() {
|
||||
logoText="EventHub"
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "Vendors",
|
||||
href: "#vendors",
|
||||
},
|
||||
label: "Vendors", href: "#vendors"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Help Center",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "Help Center", href: "#faq"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user