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 ReactLenis from "lenis/react";
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
@@ -30,25 +30,15 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Catalog",
id: "products",
},
name: "Catalog", id: "products"},
{
name: "Pricing",
id: "pricing",
},
name: "Pricing", id: "pricing"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Athoor Events"
/>
@@ -57,15 +47,12 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
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."
buttons={[
{
text: "Explore Collection",
href: "#products",
},
text: "Explore Collection", href: "#products"},
]}
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."
bulletPoints={[
{
title: "Premium Quality",
description: "Hand-picked inventory ensuring top-tier aesthetics.",
},
title: "Premium Quality", description: "Hand-picked inventory ensuring top-tier aesthetics."},
{
title: "Reliable Delivery",
description: "On-time arrival and professional setup every time.",
},
title: "Reliable Delivery", description: "On-time arrival and professional setup every time."},
{
title: "Expert Guidance",
description: "Tailored recommendations for your unique event.",
},
title: "Expert Guidance", 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"
/>
@@ -103,41 +84,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
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",
},
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"},
{
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",
},
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"},
{
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",
},
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"},
{
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",
},
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"},
{
id: "p5",
name: "Ceremony Arch",
price: "$200/day",
imageSrc: "http://img.b2bpic.net/free-photo/white-wedding-decorated-with-flowers_8353-10182.jpg",
},
id: "p5", name: "Ceremony Arch", price: "$200/day", imageSrc: "http://img.b2bpic.net/free-photo/white-wedding-decorated-with-flowers_8353-10182.jpg"},
{
id: "p6",
name: "Crystal Glassware",
price: "$2/unit",
imageSrc: "http://img.b2bpic.net/free-photo/martini-glassware-transparent-crystal-wine_1172-229.jpg",
},
id: "p6", 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"
description="Explore our premium selection of event essentials, perfect for any occasion."
@@ -151,38 +108,20 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
id: "basic",
badge: "Intimate",
price: "$800",
subtitle: "For small gatherings",
buttons: [
id: "basic", badge: "Intimate", price: "$800", subtitle: "For small gatherings", buttons: [
{
text: "Book Now",
href: "#contact",
},
text: "Book Now", href: "#contact"},
],
features: [
"Setup assistance",
"10 tables",
"80 chairs",
],
"Setup assistance", "10 tables", "80 chairs"],
},
{
id: "pro",
badge: "Celebration",
price: "$2,500",
subtitle: "For weddings & corporate",
buttons: [
id: "pro", badge: "Celebration", price: "$2,500", subtitle: "For weddings & corporate", buttons: [
{
text: "Book Now",
href: "#contact",
},
text: "Book Now", href: "#contact"},
],
features: [
"Full delivery/setup",
"Lighting package",
"Lounge furniture",
],
"Full delivery/setup", "Lighting package", "Lounge furniture"],
},
]}
title="Event Packages"
@@ -196,60 +135,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
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",
},
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"},
{
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",
},
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"},
{
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",
},
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"},
{
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",
},
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"},
{
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",
},
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"},
]}
title="Voices of Satisfaction"
description="We are honored to have played a role in so many wonderful celebrations."
@@ -257,50 +151,27 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={true}
background={{
variant: "plain",
}}
tag="Let's Talk"
title="Start Planning Today"
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"
<ContactCTA
tag="Get in Touch"
title="Ready to plan your next event?"
description="Get in touch with our expert team to bring your vision to life with professional event solutions."
buttons={[
{
text: "Get a Quote", href: "#pricing"},
]}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "About",
href: "#about",
},
{
label: "Products",
href: "#products",
},
],
},
{
items: [
{
label: "Pricing",
href: "#pricing",
},
{
label: "Contact",
href: "#contact",
},
],
},
]}
<FooterLogoReveal
logoText="Athoor Events"
leftLink={{ text: "Privacy Policy", href: "/privacy" }}
rightLink={{ text: "Contact", href: "#contact" }}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

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