11 Commits

Author SHA1 Message Date
de1c2f63d6 Update theme colors 2026-03-05 00:48:23 +00:00
2546fb2175 Update theme colors 2026-03-05 00:48:06 +00:00
ee5f42ff1c Update theme colors 2026-03-05 00:46:39 +00:00
d4ec6cf8c9 Update src/app/page.tsx 2026-03-05 00:38:44 +00:00
6294d1b241 Update src/app/layout.tsx 2026-03-05 00:38:44 +00:00
1b1dcb6060 Update src/app/page.tsx 2026-03-05 00:35:49 +00:00
4a7a2cf822 Update src/app/page.tsx 2026-03-05 00:32:48 +00:00
4070af0bdd Update src/app/layout.tsx 2026-03-05 00:32:48 +00:00
c497bcee1c Merge version_1 into main
Merge version_1 into main
2026-03-05 00:30:50 +00:00
504973f8c6 Merge version_1 into main
Merge version_1 into main
2026-03-05 00:29:18 +00:00
ea6d1fda0f Merge version_1 into main
Merge version_1 into main
2026-03-04 23:40:11 +00:00
3 changed files with 56 additions and 52 deletions

View File

@@ -1,57 +1,25 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Source_Sans_3 } from "next/font/google";
import "./styles/variables.css";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const sourceSans3 = Source_Sans_3({
variable: "--font-source-sans-3", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Luxuria | Exclusive Social Network for Affluent Professionals", description: "Join Luxuria, the premier social platform for high-net-worth individuals and affluent professionals. Connect authentically, share curated moments, and experience networking designed for refined taste with privacy-protected community standards.", keywords: "luxury social network, exclusive networking, high-net-worth community, affluent professionals, premium social platform, curated networking", metadataBase: new URL("https://luxuria.com"),
alternates: {
canonical: "https://luxuria.com"},
openGraph: {
title: "Luxuria | Where Elegance Meets Exclusive Connection", description: "The premier social network for discerning individuals. Share curated moments, connect authentically, and experience networking designed for refined taste.", url: "https://luxuria.com", siteName: "Luxuria", type: "website", images: [
{
url: "http://img.b2bpic.net/free-psd/dynamic-technology-concept-landing-page_23-2150294640.jpg", alt: "Luxuria exclusive networking platform"},
],
},
twitter: {
card: "summary_large_image", title: "Luxuria | Exclusive Social Network for Affluent Professionals", description: "Join the premier social network for high-net-worth individuals and luxury lifestyle enthusiasts.", images: ["http://img.b2bpic.net/free-psd/dynamic-technology-concept-landing-page_23-2150294640.jpg"],
},
robots: {
index: true,
follow: true,
},
};
title: "Luxuria - Exclusive Social Network", description: "Premium social networking platform for discerning individuals"};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${sourceSans3.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.variable}>
{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1419,7 +1387,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -25,6 +25,7 @@ import {
Shield,
Sparkles,
Star,
TrendingUp,
Users,
} from "lucide-react";
@@ -49,10 +50,11 @@ export default function LandingPage() {
{ name: "About", id: "about" },
{ name: "Features", id: "features" },
{ name: "Community", id: "testimonials" },
{ name: "Earnings", id: "earnings" },
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" },
]}
button={{ text: "Join the Circle", href: "#hero" }}
button={{ text: "Start Your Membership", href: "#hero" }}
buttonClassName="px-6 py-2.5 rounded-full font-medium"
buttonTextClassName="font-semibold"
/>
@@ -67,7 +69,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
background={{ variant: "canvas-reveal" }}
buttons={[
{ text: "Join the Circle", href: "#contact" },
{ text: "Start Your Membership", href: "#contact" },
{ text: "Learn More", href: "#about" },
]}
buttonAnimation="slide-up"
@@ -215,6 +217,37 @@ export default function LandingPage() {
/>
</div>
<div id="earnings" data-section="earnings">
<MetricCardFourteen
title="Unlock Your Earning Potential"
tag="Revenue Opportunities"
tagAnimation="slide-up"
metricsAnimation="slide-up"
useInvertedBackground={false}
metrics={[
{
id: "1", value: "15-30%", description:
"Commission on premium membership referrals. Earn recurring revenue every month from members you bring to the platform."
},
{
id: "2", value: "5-20%", description:
"Revenue share from exclusive event partnerships. Host or sponsor curated gatherings and capture a percentage of ticket sales and sponsorships."
},
{
id: "3", value: "10K-50K+", description:
"Monthly earnings potential for top influencers. Build your personal brand within the community and monetize through premium content and exclusive experiences."
},
{
id: "4", value: "Unlimited", description:
"Affiliate partnership opportunities. Create sponsored content, brand collaborations, and luxury product placements tailored to our exclusive member base."
},
]}
containerClassName="max-w-6xl mx-auto"
tagClassName="text-sm font-semibold"
titleClassName="text-3xl md:text-4xl font-bold"
/>
</div>
<div id="metrics" data-section="metrics">
<MetricCardFourteen
title="Join a global community of distinguished individuals who value authentic connection, refined experiences, and meaningful engagement."
@@ -303,6 +336,10 @@ export default function LandingPage() {
id: "6", title: "Are there events or networking opportunities beyond the platform?", content:
"Yes! Luxuria members have access to exclusive events, curated networking experiences, and invitation-only gatherings in major cities worldwide. These in-person opportunities complement the digital platform and foster deeper connections within our community of distinguished individuals."
},
{
id: "7", title: "How can I earn money on Luxuria?", content:
"Members can monetize their presence through multiple channels: earn commissions by referring premium memberships, receive revenue share from exclusive event partnerships, build personal brand presence and monetize through premium content, and create sponsored collaborations with luxury brands. Top earners make $10K-50K+ monthly."
},
]}
containerClassName="max-w-6xl mx-auto"
textBoxTitleClassName="text-4xl md:text-5xl font-bold"

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
--background: #f5f4ef;
--card: #dad6cd;
--foreground: #2a2928;
--primary-cta: #2a2928;
--primary-cta-text: #f5f4ef;
--secondary-cta: #ecebea;
--secondary-cta-text: #2a2928;
--accent: #ffffff;
--background-accent: #c6b180;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);