24 Commits

Author SHA1 Message Date
6733374d66 Merge version_16 into main
Merge version_16 into main
2026-05-14 21:26:14 +00:00
36dd9507bd Update src/app/page.tsx 2026-05-14 21:26:08 +00:00
9857dbf141 Merge version_15 into main
Merge version_15 into main
2026-05-14 13:26:42 +00:00
8004198bf1 Update src/app/page.tsx 2026-05-14 13:26:40 +00:00
ddffdb181d Merge version_14 into main
Merge version_14 into main
2026-05-14 13:24:16 +00:00
4033813156 Update theme colors 2026-05-14 13:24:13 +00:00
3be41bb24f Merge version_13 into main
Merge version_13 into main
2026-05-14 13:24:06 +00:00
7dd1584a1c Update theme colors 2026-05-14 13:24:03 +00:00
da2de67a1f Merge version_12 into main
Merge version_12 into main
2026-05-14 13:22:38 +00:00
b5e23c9d62 Update theme colors 2026-05-14 13:22:34 +00:00
feea4b9580 Merge version_11 into main
Merge version_11 into main
2026-05-14 13:22:20 +00:00
687c6803b8 Update theme colors 2026-05-14 13:22:16 +00:00
7c14d6915c Merge version_10 into main
Merge version_10 into main
2026-05-14 13:22:10 +00:00
36c9e168b2 Update theme colors 2026-05-14 13:22:07 +00:00
fbc240d969 Merge version_9 into main
Merge version_9 into main
2026-05-14 13:21:57 +00:00
a39769be71 Update theme colors 2026-05-14 13:21:54 +00:00
821df9c470 Merge version_8 into main
Merge version_8 into main
2026-05-14 12:33:28 +00:00
c7a4c75cee Update theme colors 2026-05-14 12:33:25 +00:00
fe59117355 Merge version_7 into main
Merge version_7 into main
2026-05-14 12:31:23 +00:00
6ec056bb99 Merge version_6 into main
Merge version_6 into main
2026-05-14 12:31:04 +00:00
6e73396563 Merge version_5 into main
Merge version_5 into main
2026-05-14 12:30:54 +00:00
ec3cc851ec Merge version_4 into main
Merge version_4 into main
2026-05-14 12:30:47 +00:00
e8ec75b618 Merge version_3 into main
Merge version_3 into main
2026-05-14 12:30:28 +00:00
466643b65a Merge version_2 into main
Merge version_2 into main
2026-05-14 12:22:38 +00:00
2 changed files with 17 additions and 96 deletions

View File

@@ -6,7 +6,7 @@ import ContactText from '@/components/sections/contact/ContactText';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
@@ -45,59 +45,18 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroBillboardTestimonial
useInvertedBackground={false}
<HeroBillboardCarousel
background={{
variant: "radial-gradient"}}
title="Elevating Excellence Beyond Expectations."
description="Luxury experiences, premium service, and innovation crafted for the truly exceptional."
testimonials={[
{
name: "Sarah J.", handle: "@sarahj", testimonial: "An experience truly beyond compare.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-backlights-modern-orange-car_181624-33071.jpg?_wi=1", imageAlt: "luxury automotive lifestyle photography"},
{
name: "Marcus V.", handle: "@marcusv", testimonial: "Exceptional service and total precision.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-stylish-man-elegant-black-suit-dark-background_613910-539.jpg?_wi=1", imageAlt: "luxury automotive lifestyle photography"},
{
name: "Elena R.", handle: "@elenar", testimonial: "The gold standard in luxury consulting.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-suit_1303-11245.jpg?_wi=1", imageAlt: "luxury automotive lifestyle photography"},
{
name: "James B.", handle: "@jamesb", testimonial: "Seamless execution every single time.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-smiling-blonde-fashion-model-sits-white-suit-soft-armchair_8353-5476.jpg?_wi=1", imageAlt: "luxury automotive lifestyle photography"},
{
name: "Liam T.", handle: "@liamt", testimonial: "Sophisticated solutions for complex needs.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-sitting_23-2149213193.jpg?_wi=1", imageAlt: "luxury automotive lifestyle photography"},
]}
buttons={[
{
text: "Get Started", href: "#contact"},
{
text: "Learn More", href: "#about"},
{ text: "Get Started", href: "#contact" },
{ text: "Learn More", href: "#about" },
]}
imageSrc="http://img.b2bpic.net/free-photo/closeup-shot-backlights-modern-orange-car_181624-33071.jpg?_wi=2"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/beautiful-sexy-fashion-blond-girl-model-with-bright-makeup-curly-hairstyle-retro-style-sitting-old-car_158538-9247.jpg", alt: "Executive profile 1"},
{
src: "http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001256.jpg", alt: "Executive profile 2"},
{
src: "http://img.b2bpic.net/free-photo/headlight-lamp-car_1203-7158.jpg", alt: "Executive profile 3"},
{
src: "http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001297.jpg", alt: "Executive profile 4"},
{
src: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-businessman-dark-background_613910-15034.jpg", alt: "Executive profile 5"},
]}
marqueeItems={[
{
type: "text", text: "UNPARALLELED"},
{
type: "text", text: "PREMIUM"},
{
type: "text", text: "EXCLUSIVITY"},
{
type: "text", text: "PRECISION"},
{
type: "text", text: "INNOVATION"},
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-backlights-modern-orange-car_181624-33071.jpg?_wi=2", imageAlt: "Luxury Car" },
{ imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-suit_1303-11245.jpg?_wi=2", imageAlt: "Business Man" }
]}
/>
</div>
@@ -121,16 +80,16 @@ export default function LandingPage() {
features={[
{
icon: Sparkles,
title: "Premium Consulting", description: "Accelerate business growth and maximize market share through our strategic frameworks."},
title: "Premium Consulting", description: "Scale your outreach to double your qualified lead flow with data-backed acquisition strategies."},
{
icon: Shield,
title: "VIP Membership", description: "Grant yourself elite entry into exclusive networks that open doors to high-value partnerships."},
title: "VIP Membership", description: "Gain prioritized entry into restricted, high-yield networks that drive measurable revenue growth."},
{
icon: Award,
title: "Exclusive Access", description: "Transform your influence and gain privileged entry into elite, high-stakes environments."},
title: "Exclusive Access", description: "Leverage privileged market intelligence to secure high-stakes partnerships ahead of competition."},
{
icon: Zap,
title: "Bespoke Solutions", description: "Achieve radical personal transformation and measurable lifestyle improvements through tailored strategies."},
title: "Bespoke Solutions", description: "Implement precision-engineered operational workflows designed for rapid ROI and lifestyle optimization."},
]}
title="Bespoke Solutions for the Exceptional."
description="We deliver curated experiences that redefine premium service."
@@ -149,15 +108,6 @@ export default function LandingPage() {
{
id: "2", name: "Marcus Chen", handle: "@marcus", testimonial: "The precision they bring is unmatched.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-suit_1303-11245.jpg?_wi=2"},
{
id: "3", name: "Elena Rodriguez", handle: "@elena", testimonial: "Elevated my lifestyle expectations.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-smiling-blonde-fashion-model-sits-white-suit-soft-armchair_8353-5476.jpg?_wi=2"},
{
id: "4", name: "David Kim", handle: "@david", testimonial: "Professional, seamless, and exclusive.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-sitting_23-2149213193.jpg?_wi=2"},
{
id: "5", name: "Sophia Lee", handle: "@sophia", testimonial: "A truly gold-standard consulting experience.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-smartphone_23-2149356775.jpg"},
]}
showRating={true}
title="Voices of the Exceptional"
@@ -175,14 +125,6 @@ export default function LandingPage() {
id: "m1", value: "10K+", title: "Clients Served", items: [
"Global Reach", "Verified Success"],
},
{
id: "m2", value: "98%", title: "Satisfaction Rate", items: [
"Customer Loyalty", "Elite Standards"],
},
{
id: "m3", value: "15+", title: "Years Experience", items: [
"Proven Legacy", "Industry Leadership"],
},
]}
title="Global Excellence by the Numbers."
description="Proven success across every industry we serve."
@@ -196,13 +138,8 @@ export default function LandingPage() {
faqs={[
{
id: "q1", title: "How can I get started?", content: "Schedule your private consultation via our contact form."},
{
id: "q2", title: "What does membership include?", content: "Full access to our concierge and consultancy tiers."},
{
id: "q3", title: "Do you serve international clients?", content: "Yes, we operate across all major global markets."},
{
id: "q4", title: "Is my information confidential?", content: "Absolute discretion is at the core of Sammy's promise."},
]}
buttons={[{ text: "Get Started Now", href: "#contact" }]}
title="Frequently Asked Questions"
description="Answers to your inquiries regarding our bespoke service model."
faqsAnimation="slide-up"
@@ -235,22 +172,6 @@ export default function LandingPage() {
label: "Services", href: "#services"},
],
},
{
title: "Support", items: [
{
label: "Contact", href: "#contact"},
{
label: "FAQ", href: "#faq"},
],
},
{
title: "Legal", items: [
{
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service", href: "#"},
],
},
]}
/>
</div>

View File

@@ -10,12 +10,12 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #cd2727;
--card: #ddb7b7;
--background: #000000;
--card: #0efb5b;
--foreground: #f5f5f5;
--primary-cta: #ffdf7d;
--primary-cta-text: #0a0a0a;
--secondary-cta: #a0d6e4;
--primary-cta: #000000;
--primary-cta-text: #f0b2b2;
--secondary-cta: #f0e3e9;
--secondary-cta-text: #ffffff;
--accent: #b8860b;
--background-accent: #8b6914;