4 Commits

Author SHA1 Message Date
3bedb38306 Update src/app/page.tsx 2026-04-04 19:20:32 +00:00
c00f1777fa Update src/app/styles/variables.css 2026-04-04 19:20:00 +00:00
a41edfd49a Update src/app/page.tsx 2026-04-04 19:19:59 +00:00
dc059429fa Merge version_1 into main
Merge version_1 into main
2026-04-04 19:05:55 +00:00
2 changed files with 50 additions and 179 deletions

View File

@@ -2,8 +2,8 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import ContactSplit from '@/components/sections/contact/ContactSplit'; import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
@@ -30,25 +30,15 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "About", name: "About", id: "about"},
id: "about",
},
{ {
name: "Catalog", name: "Catalog", id: "products"},
id: "products",
},
{ {
name: "Pricing", name: "Pricing", id: "pricing"},
id: "pricing",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="Athoor Events" brandName="Athoor Events"
/> />
@@ -57,15 +47,12 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardScroll <HeroBillboardScroll
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}}
title="Elevating Every Occasion" title="Elevating Every Occasion"
description="Premium event rentals that bring your vision to life. From weddings to corporate galas, Athoor provides the sophisticated foundation your event deserves." description="Premium event rentals that bring your vision to life. From weddings to corporate galas, Athoor provides the sophisticated foundation your event deserves."
buttons={[ buttons={[
{ {
text: "Explore Collection", text: "Explore Collection", href: "#products"},
href: "#products",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/elegant-table-setting-outdoor-wedding-reception_637285-5685.jpg?_wi=1" imageSrc="http://img.b2bpic.net/free-photo/elegant-table-setting-outdoor-wedding-reception_637285-5685.jpg?_wi=1"
/> />
@@ -79,17 +66,11 @@ export default function LandingPage() {
description="Athoor Events & Rental has redefined the standards of event design through precision-crafted equipment and unparalleled service. We believe every detail makes a difference." description="Athoor Events & Rental has redefined the standards of event design through precision-crafted equipment and unparalleled service. We believe every detail makes a difference."
bulletPoints={[ bulletPoints={[
{ {
title: "Premium Quality", title: "Premium Quality", description: "Hand-picked inventory ensuring top-tier aesthetics."},
description: "Hand-picked inventory ensuring top-tier aesthetics.",
},
{ {
title: "Reliable Delivery", title: "Reliable Delivery", description: "On-time arrival and professional setup every time."},
description: "On-time arrival and professional setup every time.",
},
{ {
title: "Expert Guidance", title: "Expert Guidance", description: "Tailored recommendations for your unique event."},
description: "Tailored recommendations for your unique event.",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-workers-chatting-company-event_23-2149304724.jpg?_wi=1" imageSrc="http://img.b2bpic.net/free-photo/medium-shot-workers-chatting-company-event_23-2149304724.jpg?_wi=1"
/> />
@@ -103,41 +84,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "p1", id: "p1", name: "Gold Banquet Chair", price: "$15/day", imageSrc: "http://img.b2bpic.net/free-photo/top-view-decorated-with-minimal-floral-bouquets-candles-wedding-celebration-table-with-chiavari-seats-outdoors-gardens-front-fruits-trees_8353-10876.jpg?_wi=1"},
name: "Gold Banquet Chair",
price: "$15/day",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-decorated-with-minimal-floral-bouquets-candles-wedding-celebration-table-with-chiavari-seats-outdoors-gardens-front-fruits-trees_8353-10876.jpg?_wi=1",
},
{ {
id: "p2", id: "p2", name: "Luxury Round Table", price: "$45/day", imageSrc: "http://img.b2bpic.net/free-photo/top-view-set-table-decorated-with-flowers-candles_8353-9907.jpg?_wi=1"},
name: "Luxury Round Table",
price: "$45/day",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-set-table-decorated-with-flowers-candles_8353-9907.jpg?_wi=1",
},
{ {
id: "p3", id: "p3", name: "Ambience Lighting", price: "$120/day", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-is-dancing-against-backdrop-mountains_169016-24996.jpg?_wi=1"},
name: "Ambience Lighting",
price: "$120/day",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-is-dancing-against-backdrop-mountains_169016-24996.jpg?_wi=1",
},
{ {
id: "p4", id: "p4", name: "Velvet Lounge Sofa", price: "$250/day", imageSrc: "http://img.b2bpic.net/free-photo/empty-chair-table-with-outdoor-deck_74190-1707.jpg"},
name: "Velvet Lounge Sofa",
price: "$250/day",
imageSrc: "http://img.b2bpic.net/free-photo/empty-chair-table-with-outdoor-deck_74190-1707.jpg",
},
{ {
id: "p5", id: "p5", name: "Ceremony Arch", price: "$200/day", imageSrc: "http://img.b2bpic.net/free-photo/white-wedding-decorated-with-flowers_8353-10182.jpg"},
name: "Ceremony Arch",
price: "$200/day",
imageSrc: "http://img.b2bpic.net/free-photo/white-wedding-decorated-with-flowers_8353-10182.jpg",
},
{ {
id: "p6", id: "p6", name: "Crystal Glassware", price: "$2/unit", imageSrc: "http://img.b2bpic.net/free-photo/martini-glassware-transparent-crystal-wine_1172-229.jpg"},
name: "Crystal Glassware",
price: "$2/unit",
imageSrc: "http://img.b2bpic.net/free-photo/martini-glassware-transparent-crystal-wine_1172-229.jpg",
},
]} ]}
title="Our Rental Collection" title="Our Rental Collection"
description="Explore our premium selection of event essentials, perfect for any occasion." description="Explore our premium selection of event essentials, perfect for any occasion."
@@ -151,38 +108,20 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
plans={[ plans={[
{ {
id: "basic", id: "basic", badge: "Intimate", price: "$800", subtitle: "For small gatherings", buttons: [
badge: "Intimate",
price: "$800",
subtitle: "For small gatherings",
buttons: [
{ {
text: "Book Now", text: "Book Now", href: "#contact"},
href: "#contact",
},
], ],
features: [ features: [
"Setup assistance", "Setup assistance", "10 tables", "80 chairs"],
"10 tables",
"80 chairs",
],
}, },
{ {
id: "pro", id: "pro", badge: "Celebration", price: "$2,500", subtitle: "For weddings & corporate", buttons: [
badge: "Celebration",
price: "$2,500",
subtitle: "For weddings & corporate",
buttons: [
{ {
text: "Book Now", text: "Book Now", href: "#contact"},
href: "#contact",
},
], ],
features: [ features: [
"Full delivery/setup", "Full delivery/setup", "Lighting package", "Lounge furniture"],
"Lighting package",
"Lounge furniture",
],
}, },
]} ]}
title="Event Packages" title="Event Packages"
@@ -196,60 +135,15 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "t1", id: "t1", name: "Alice M.", date: "Jan 2024", title: "Wedding Client", quote: "Athoor provided incredible furniture that elevated our wedding aesthetics.", tag: "Wedding", avatarSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg", imageSrc: "http://img.b2bpic.net/free-photo/elegant-table-setting-outdoor-wedding-reception_637285-5685.jpg?_wi=2", imageAlt: "elegant event setup outdoor"},
name: "Alice M.",
date: "Jan 2024",
title: "Wedding Client",
quote: "Athoor provided incredible furniture that elevated our wedding aesthetics.",
tag: "Wedding",
avatarSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/elegant-table-setting-outdoor-wedding-reception_637285-5685.jpg?_wi=2",
imageAlt: "elegant event setup outdoor",
},
{ {
id: "t2", id: "t2", name: "Mark S.", date: "Feb 2024", title: "Corporate Planner", quote: "Reliable and professional. The equipment was in pristine condition.", tag: "Corporate", avatarSrc: "http://img.b2bpic.net/free-photo/happy-professional-partners-posing-photo-smiling-looking-camera-african-american-successful-businessman-caucasian-businesswoman-taking-selfie-teamwork-business-concept_74855-7442.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-workers-chatting-company-event_23-2149304724.jpg?_wi=2", imageAlt: "professional event planning team"},
name: "Mark S.",
date: "Feb 2024",
title: "Corporate Planner",
quote: "Reliable and professional. The equipment was in pristine condition.",
tag: "Corporate",
avatarSrc: "http://img.b2bpic.net/free-photo/happy-professional-partners-posing-photo-smiling-looking-camera-african-american-successful-businessman-caucasian-businesswoman-taking-selfie-teamwork-business-concept_74855-7442.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-workers-chatting-company-event_23-2149304724.jpg?_wi=2",
imageAlt: "professional event planning team",
},
{ {
id: "t3", id: "t3", name: "Sarah J.", date: "Mar 2024", title: "Event Host", quote: "The team made the setup process seamless and stress-free.", tag: "Party", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-flowers-bouquet_23-2149235778.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-decorated-with-minimal-floral-bouquets-candles-wedding-celebration-table-with-chiavari-seats-outdoors-gardens-front-fruits-trees_8353-10876.jpg?_wi=2", imageAlt: "luxury gold wedding chairs"},
name: "Sarah J.",
date: "Mar 2024",
title: "Event Host",
quote: "The team made the setup process seamless and stress-free.",
tag: "Party",
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-flowers-bouquet_23-2149235778.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-decorated-with-minimal-floral-bouquets-candles-wedding-celebration-table-with-chiavari-seats-outdoors-gardens-front-fruits-trees_8353-10876.jpg?_wi=2",
imageAlt: "luxury gold wedding chairs",
},
{ {
id: "t4", id: "t4", name: "David W.", date: "Apr 2024", title: "Planner", quote: "High-quality products and great communication throughout.", tag: "Events", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-posing_23-2150312849.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-set-table-decorated-with-flowers-candles_8353-9907.jpg?_wi=2", imageAlt: "elegant round event table"},
name: "David W.",
date: "Apr 2024",
title: "Planner",
quote: "High-quality products and great communication throughout.",
tag: "Events",
avatarSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-posing_23-2150312849.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-set-table-decorated-with-flowers-candles_8353-9907.jpg?_wi=2",
imageAlt: "elegant round event table",
},
{ {
id: "t5", id: "t5", name: "Elena R.", date: "May 2024", title: "Gala Organizer", quote: "The lighting package transformed the entire venue space.", tag: "Gala", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-man-party_23-2148231996.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-is-dancing-against-backdrop-mountains_169016-24996.jpg?_wi=2", imageAlt: "outdoor party lighting string"},
name: "Elena R.",
date: "May 2024",
title: "Gala Organizer",
quote: "The lighting package transformed the entire venue space.",
tag: "Gala",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-man-party_23-2148231996.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-is-dancing-against-backdrop-mountains_169016-24996.jpg?_wi=2",
imageAlt: "outdoor party lighting string",
},
]} ]}
title="Voices of Satisfaction" title="Voices of Satisfaction"
description="We are honored to have played a role in so many wonderful celebrations." description="We are honored to have played a role in so many wonderful celebrations."
@@ -257,50 +151,27 @@ export default function LandingPage() {
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactSplit <ContactCTA
useInvertedBackground={true} tag="Get in Touch"
background={{ title="Ready to plan your next event?"
variant: "plain", description="Get in touch with our expert team to bring your vision to life with professional event solutions."
}} buttons={[
tag="Let's Talk" {
title="Start Planning Today" text: "Get a Quote", href: "#pricing"},
description="Contact our team to get a quote and availability for your upcoming event." ]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-workers-chatting-company-event_23-2149304724.jpg?_wi=3" background={{ variant: "plain" }}
useInvertedBackground={false}
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoEmphasis <FooterLogoReveal
columns={[
{
items: [
{
label: "About",
href: "#about",
},
{
label: "Products",
href: "#products",
},
],
},
{
items: [
{
label: "Pricing",
href: "#pricing",
},
{
label: "Contact",
href: "#contact",
},
],
},
]}
logoText="Athoor Events" logoText="Athoor Events"
leftLink={{ text: "Privacy Policy", href: "/privacy" }}
rightLink={{ text: "Contact", href: "#contact" }}
/> />
</div> </div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #f5f4ef; --background: #f7f6f7;
--card: #dad6cd; --card: #ffffff;
--foreground: #2a2928; --foreground: #0c1325;
--primary-cta: #2a2928; --primary-cta: #0798ff;
--primary-cta-text: #f5f4ef; --primary-cta-text: #f5f4ef;
--secondary-cta: #ecebea; --secondary-cta: #ffffff;
--secondary-cta-text: #2a2928; --secondary-cta-text: #2a2928;
--accent: #ffffff; --accent: #93c7ff;
--background-accent: #c6b180; --background-accent: #a8cde8;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);