3 Commits

Author SHA1 Message Date
e174d9c8c8 Update src/app/page.tsx 2026-03-05 00:34:15 +00:00
6325d2e703 Update src/app/page.tsx 2026-03-05 00:31:13 +00:00
2e005047a6 Update src/app/layout.tsx 2026-03-05 00:31:13 +00:00
3 changed files with 12 additions and 54 deletions

View File

@@ -1,14 +1,11 @@
import type { Metadata } from "next";
import { Inter } from "next/font/google";
import "./styles/variables.css";
import "./globals.css";
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Luxuria - Exclusive Social Network", description: "Premium social networking platform for discerning individuals"};
title: "Luxuria | Exclusive Premium Social Network", description: "Luxuria is the premier social network for discerning individuals. Share curated moments, connect authentically, and experience networking designed for refined taste."};
export default function RootLayout({
children,
@@ -17,9 +14,7 @@ export default function RootLayout({
}) {
return (
<html lang="en">
<body className={inter.variable}>
{children}
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `

View File

@@ -25,7 +25,6 @@ import {
Shield,
Sparkles,
Star,
TrendingUp,
Users,
} from "lucide-react";
@@ -50,7 +49,6 @@ 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" },
]}
@@ -217,37 +215,6 @@ 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."
@@ -336,10 +303,6 @@ 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: #f5f4ef;
--card: #dad6cd;
--foreground: #2a2928;
--primary-cta: #2a2928;
--primary-cta-text: #f5f4ef;
--secondary-cta: #ecebea;
--secondary-cta-text: #2a2928;
--accent: #ffffff;
--background-accent: #c6b180;
--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;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);