Merge version_2 into main #2
315
src/app/page.tsx
315
src/app/page.tsx
@@ -33,50 +33,33 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Exhibitions",
|
||||
id: "products",
|
||||
},
|
||||
name: "Exhibitions", id: "products"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Yash3 Events"
|
||||
button={{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get a Quote", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
logoText="Yash3 Events & Exhibitions"
|
||||
description="Transforming your vision into extraordinary celebrations, corporate events, and world-class exhibitions across Hyderabad, Vijayawada, Rajamundry, Kakinada, and Visakhapatnam."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Now", href: "#contact"},
|
||||
{
|
||||
text: "Our Services",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Our Services", href: "#features"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CdKcUgPydKW6kaEJApyshmOnYq/uploaded-1776710105794-dez5g30x.jpg?_wi=1"
|
||||
imageAlt="Yash3 Events Logo"
|
||||
@@ -91,17 +74,11 @@ export default function LandingPage() {
|
||||
description="We specialize in end-to-end event management, blending creativity with professional precision to deliver unforgettable experiences across Andhra Pradesh and Telangana."
|
||||
metrics={[
|
||||
{
|
||||
value: "500+",
|
||||
title: "Events Delivered",
|
||||
},
|
||||
value: "500+", title: "Events Delivered"},
|
||||
{
|
||||
value: "15+",
|
||||
title: "Cities Served",
|
||||
},
|
||||
value: "15+", title: "Cities Served"},
|
||||
{
|
||||
value: "100%",
|
||||
title: "Client Satisfaction",
|
||||
},
|
||||
value: "100%", title: "Client Satisfaction"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/gold-candlestick-standing-festive-table-home-new-year-eve-concept_132075-11280.jpg?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -117,35 +94,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Events & Entertainment",
|
||||
descriptions: [
|
||||
"Customized party planning.",
|
||||
"Talent management and booking.",
|
||||
"Immersive stage designs.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-high-building-high-quality-photo_114579-12190.jpg",
|
||||
},
|
||||
id: "f1", title: "Events & Entertainment", descriptions: [
|
||||
"Customized party planning.", "Talent management and booking.", "Immersive stage designs."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-high-building-high-quality-photo_114579-12190.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Exhibitions & Stalls",
|
||||
descriptions: [
|
||||
"Modular and custom booth designs.",
|
||||
"On-site construction and branding.",
|
||||
"Interactive exhibit spaces.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-dessert-with-whipped-cream-strawberries-cherries-orange_140725-3536.jpg",
|
||||
},
|
||||
id: "f2", title: "Exhibitions & Stalls", descriptions: [
|
||||
"Modular and custom booth designs.", "On-site construction and branding.", "Interactive exhibit spaces."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-dessert-with-whipped-cream-strawberries-cherries-orange_140725-3536.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Corporate & Branding",
|
||||
descriptions: [
|
||||
"Professional corporate events.",
|
||||
"Product launch branding.",
|
||||
"Strategic marketing visibility.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-shopping-mall_1203-713.jpg",
|
||||
},
|
||||
id: "f3", title: "Corporate & Branding", descriptions: [
|
||||
"Professional corporate events.", "Product launch branding.", "Strategic marketing visibility."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-shopping-mall_1203-713.jpg"},
|
||||
]}
|
||||
title="Comprehensive Event Solutions"
|
||||
description="From intimate gatherings to massive corporate exhibitions, we handle everything with perfection."
|
||||
@@ -160,59 +119,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Standard",
|
||||
name: "Corporate Event Package",
|
||||
price: "Custom",
|
||||
rating: 5,
|
||||
reviewCount: "24",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-light-box-advertising-display-urban-environment_187299-47734.jpg",
|
||||
},
|
||||
id: "p1", brand: "Standard", name: "Corporate Event Package", price: "Custom", rating: 5,
|
||||
reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/modern-light-box-advertising-display-urban-environment_187299-47734.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Standard",
|
||||
name: "Stall Fabrication & Design",
|
||||
price: "Custom",
|
||||
rating: 5,
|
||||
reviewCount: "18",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-artist-mixing-sounds-club-party-with-dj-turntables-using-audio-devices-play-music-create-modern-remix-stereo-having-fun-with-disco-equipment-nightclub-handheld-shot_482257-73645.jpg",
|
||||
},
|
||||
id: "p2", brand: "Standard", name: "Stall Fabrication & Design", price: "Custom", rating: 5,
|
||||
reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/woman-artist-mixing-sounds-club-party-with-dj-turntables-using-audio-devices-play-music-create-modern-remix-stereo-having-fun-with-disco-equipment-nightclub-handheld-shot_482257-73645.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Standard",
|
||||
name: "Entertainment Show Package",
|
||||
price: "Custom",
|
||||
rating: 5,
|
||||
reviewCount: "32",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-gift-box-with-white-roses-wedding-table_637285-5689.jpg",
|
||||
},
|
||||
id: "p3", brand: "Standard", name: "Entertainment Show Package", price: "Custom", rating: 5,
|
||||
reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/elegant-gift-box-with-white-roses-wedding-table_637285-5689.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Standard",
|
||||
name: "Wedding Decoration Service",
|
||||
price: "Custom",
|
||||
rating: 5,
|
||||
reviewCount: "45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bride-groom-exchanging-vows-wedding-ceremony_23-2150292062.jpg",
|
||||
},
|
||||
id: "p4", brand: "Standard", name: "Wedding Decoration Service", price: "Custom", rating: 5,
|
||||
reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/bride-groom-exchanging-vows-wedding-ceremony_23-2150292062.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Standard",
|
||||
name: "Launch Branding Strategy",
|
||||
price: "Custom",
|
||||
rating: 5,
|
||||
reviewCount: "21",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-glasses-movies-tickets-flat-lay_23-2149558751.jpg",
|
||||
},
|
||||
id: "p5", brand: "Standard", name: "Launch Branding Strategy", price: "Custom", rating: 5,
|
||||
reviewCount: "21", imageSrc: "http://img.b2bpic.net/free-photo/3d-glasses-movies-tickets-flat-lay_23-2149558751.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Standard",
|
||||
name: "Outdoor Tent Installation",
|
||||
price: "Custom",
|
||||
rating: 5,
|
||||
reviewCount: "15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397549.jpg",
|
||||
},
|
||||
id: "p6", brand: "Standard", name: "Outdoor Tent Installation", price: "Custom", rating: 5,
|
||||
reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397549.jpg"},
|
||||
]}
|
||||
title="Our Professional Services Portfolio"
|
||||
description="Explore our specialized service packages designed for every occasion."
|
||||
@@ -226,55 +149,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
title: "Basic Event Planning",
|
||||
price: "On Request",
|
||||
period: "Per Event",
|
||||
features: [
|
||||
"Decoration planning",
|
||||
"Lighting Basics",
|
||||
"Vendor Coordination",
|
||||
],
|
||||
id: "basic", title: "Basic Event Planning", price: "On Request", period: "Per Event", features: [
|
||||
"Decoration planning", "Lighting Basics", "Vendor Coordination"],
|
||||
button: {
|
||||
text: "Contact Us",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-decoration-children-s-baptism_58702-1505.jpg",
|
||||
imageAlt: "Beautiful decoration of children's baptism",
|
||||
},
|
||||
text: "Contact Us"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-decoration-children-s-baptism_58702-1505.jpg", imageAlt: "Beautiful decoration of children's baptism"},
|
||||
{
|
||||
id: "pro",
|
||||
title: "Full Event Management",
|
||||
price: "On Request",
|
||||
period: "Per Event",
|
||||
features: [
|
||||
"Full Theme Implementation",
|
||||
"Entertainment Management",
|
||||
"Exhibition Stalls",
|
||||
"Marketing Branding",
|
||||
],
|
||||
id: "pro", title: "Full Event Management", price: "On Request", period: "Per Event", features: [
|
||||
"Full Theme Implementation", "Entertainment Management", "Exhibition Stalls", "Marketing Branding"],
|
||||
button: {
|
||||
text: "Contact Us",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CdKcUgPydKW6kaEJApyshmOnYq/uploaded-1776710105794-dez5g30x.jpg?_wi=2",
|
||||
imageAlt: "Beautiful decoration of children's baptism",
|
||||
},
|
||||
text: "Contact Us"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CdKcUgPydKW6kaEJApyshmOnYq/uploaded-1776710105794-dez5g30x.jpg?_wi=2", imageAlt: "Beautiful decoration of children's baptism"},
|
||||
{
|
||||
id: "enterprise",
|
||||
title: "Corporate Exhibition Suite",
|
||||
price: "On Request",
|
||||
period: "Per Event",
|
||||
features: [
|
||||
"Comprehensive Design",
|
||||
"Construction Services",
|
||||
"End-to-End Branding",
|
||||
"Dedicated Manager",
|
||||
],
|
||||
id: "enterprise", title: "Corporate Exhibition Suite", price: "On Request", period: "Per Event", features: [
|
||||
"Comprehensive Design", "Construction Services", "End-to-End Branding", "Dedicated Manager"],
|
||||
button: {
|
||||
text: "Contact Us",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gold-candlestick-standing-festive-table-home-new-year-eve-concept_132075-11280.jpg?_wi=2",
|
||||
imageAlt: "Beautiful decoration of children's baptism",
|
||||
},
|
||||
text: "Contact Us"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gold-candlestick-standing-festive-table-home-new-year-eve-concept_132075-11280.jpg?_wi=2", imageAlt: "Beautiful decoration of children's baptism"},
|
||||
]}
|
||||
title="Transparent Event Packages"
|
||||
description="Choose a structure that suits your needs, fully scalable for your event scale."
|
||||
@@ -288,22 +179,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
title: "Years Experience",
|
||||
value: "10+",
|
||||
icon: Award,
|
||||
id: "m1", title: "Years Experience", value: "10+", icon: Award,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
title: "Events Executed",
|
||||
value: "850",
|
||||
icon: Zap,
|
||||
id: "m2", title: "Events Executed", value: "850", icon: Zap,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
title: "Client Retention",
|
||||
value: "95%",
|
||||
icon: Shield,
|
||||
id: "m3", title: "Client Retention", value: "95%", icon: Shield,
|
||||
},
|
||||
]}
|
||||
title="Impact Driven Results"
|
||||
@@ -319,48 +201,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Suresh Reddy",
|
||||
role: "CEO",
|
||||
company: "Tech Innovations",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/new-year-spend-with-friends-celebrating_23-2149196991.jpg",
|
||||
},
|
||||
id: "t1", name: "Suresh Reddy", role: "CEO", company: "Tech Innovations", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/new-year-spend-with-friends-celebrating_23-2149196991.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Anjali Mehta",
|
||||
role: "Marketing Head",
|
||||
company: "Growth Systems",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg",
|
||||
},
|
||||
id: "t2", name: "Anjali Mehta", role: "Marketing Head", company: "Growth Systems", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Ravi Kumar",
|
||||
role: "Founder",
|
||||
company: "Creative Spaces",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-worker-talking-phone_23-2147562047.jpg",
|
||||
},
|
||||
id: "t3", name: "Ravi Kumar", role: "Founder", company: "Creative Spaces", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-worker-talking-phone_23-2147562047.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Priya Sharma",
|
||||
role: "Project Manager",
|
||||
company: "Exhibitions Group",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-wedding-planner-working-ceremony_23-2150167263.jpg",
|
||||
},
|
||||
id: "t4", name: "Priya Sharma", role: "Project Manager", company: "Exhibitions Group", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-wedding-planner-working-ceremony_23-2150167263.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Vikram Singh",
|
||||
role: "Marketing Director",
|
||||
company: "Event Master",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-interracial-couple-sightseeing-outdoors_1262-20448.jpg",
|
||||
},
|
||||
id: "t5", name: "Vikram Singh", role: "Marketing Director", company: "Event Master", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-interracial-couple-sightseeing-outdoors_1262-20448.jpg"},
|
||||
]}
|
||||
title="Loved by Clients"
|
||||
description="Hear what our partners have to say about our professionalism."
|
||||
title="Client Success Stories"
|
||||
description="Discover how we transform visions into reality for our valued partners across the region."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -368,14 +225,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
text="Ready to host an unforgettable experience? Reach out to us today to start planning your next exhibition or corporate showcase."
|
||||
variant: "sparkles-gradient"}}
|
||||
text="Let's bring your next event to life. Contact our expert team today for a consultation and custom quote."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Yash3 Events",
|
||||
href: "mailto:info@yash3events.com",
|
||||
},
|
||||
text: "Call: +91 98765 43210", href: "tel:+919876543210"},
|
||||
{
|
||||
text: "Email: info@yash3events.com", href: "mailto:info@yash3events.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -384,54 +240,37 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "Services", href: "#features"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Exhibitions", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Cities",
|
||||
items: [
|
||||
title: "Locations", items: [
|
||||
{
|
||||
label: "Hyderabad",
|
||||
href: "#",
|
||||
},
|
||||
label: "Hyderabad HQ"},
|
||||
{
|
||||
label: "Vijayawada",
|
||||
href: "#",
|
||||
},
|
||||
label: "Vijayawada Office"},
|
||||
{
|
||||
label: "Kakinada",
|
||||
href: "#",
|
||||
},
|
||||
label: "Kakinada Branch"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Policies", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2024 Yash3 Events & Exhibitions"
|
||||
bottomRightText="All rights reserved."
|
||||
bottomRightText="Crafting excellence nationwide."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user