Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-08 17:44:09 +00:00

View File

@@ -44,14 +44,14 @@ export default function LandingPage() {
title="Unrivaled Excellence, Curated for You."
description="Experience the pinnacle of luxury and bespoke service. Kader redefines your expectations, delivering results that command attention."
testimonials={[
{ name: "Marcus V.", handle: "@marcus", testimonial: "Kader is pure luxury. Transformed everything.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-plants-deco_23-2149192264.jpg", imageAlt: "luxury dark background minimalist" },
{ name: "Elena S.", handle: "@elena", testimonial: "Professional, elegant, and effective.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-thinking-about-business-while-holding-hand-chin-isolated-dark-background_613910-6615.jpg", imageAlt: "professional luxury portrait dark" },
{ name: "Julian T.", handle: "@julian", testimonial: "The best investment I've made all year.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-pen-signing-invisible-screen_53876-105188.jpg", imageAlt: "abstract luxury gold icon" },
{ name: "Sarah L.", handle: "@sarah", testimonial: "Truly a premium service experience.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-sitting-bar_23-2149220948.jpg", imageAlt: "high quality results dark" },
{ name: "David W.", handle: "@david", testimonial: "Exceeded all expectations. Simply perfect.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-working-computer-office_1303-22674.jpg", imageAlt: "client satisfaction concept dark" }
{ name: "Marcus V.", handle: "@marcus", testimonial: "Kader is pure luxury. Transformed everything.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-plants-deco_23-2149192264.jpg?_wi=1", imageAlt: "luxury dark background minimalist" },
{ name: "Elena S.", handle: "@elena", testimonial: "Professional, elegant, and effective.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-thinking-about-business-while-holding-hand-chin-isolated-dark-background_613910-6615.jpg?_wi=1", imageAlt: "professional luxury portrait dark" },
{ name: "Julian T.", handle: "@julian", testimonial: "The best investment I've made all year.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-pen-signing-invisible-screen_53876-105188.jpg?_wi=1", imageAlt: "abstract luxury gold icon" },
{ name: "Sarah L.", handle: "@sarah", testimonial: "Truly a premium service experience.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-sitting-bar_23-2149220948.jpg?_wi=1", imageAlt: "high quality results dark" },
{ name: "David W.", handle: "@david", testimonial: "Exceeded all expectations. Simply perfect.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-working-computer-office_1303-22674.jpg?_wi=1", imageAlt: "client satisfaction concept dark" }
]}
buttons={[{ text: "Book Your Experience", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/still-life-with-plants-deco_23-2149192264.jpg"
imageSrc="http://img.b2bpic.net/free-photo/still-life-with-plants-deco_23-2149192264.jpg?_wi=2"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg", alt: "Client 1" },
{ src: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg", alt: "Client 2" },
@@ -75,7 +75,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="The Kader Standard"
description="We don't just provide service; we craft experiences. Kader is built on a foundation of precision, exclusivity, and unwavering commitment to excellence."
imageSrc="http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-thinking-about-business-while-holding-hand-chin-isolated-dark-background_613910-6615.jpg"
imageSrc="http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-thinking-about-business-while-holding-hand-chin-isolated-dark-background_613910-6615.jpg?_wi=2"
/>
</div>
@@ -85,9 +85,9 @@ export default function LandingPage() {
animationType="blur-reveal"
useInvertedBackground={false}
features={[
{ id: "f1", title: "Bespoke Solutions", description: "Tailored strategies for your unique needs.", tag: "Elite", imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-pen-signing-invisible-screen_53876-105188.jpg" },
{ id: "f2", title: "Unmatched Precision", description: "Every detail handled with expert care.", tag: "Precise", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-sitting-bar_23-2149220948.jpg" },
{ id: "f3", title: "Exclusivity Guaranteed", description: "Privacy and quality at the forefront.", tag: "Private", imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-working-computer-office_1303-22674.jpg" }
{ id: "f1", title: "Bespoke Solutions", description: "Tailored strategies for your unique needs.", tag: "Elite", imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-pen-signing-invisible-screen_53876-105188.jpg?_wi=2" },
{ id: "f2", title: "Unmatched Precision", description: "Every detail handled with expert care.", tag: "Precise", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-sitting-bar_23-2149220948.jpg?_wi=2" },
{ id: "f3", title: "Exclusivity Guaranteed", description: "Privacy and quality at the forefront.", tag: "Private", imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-working-computer-office_1303-22674.jpg?_wi=2" }
]}
title="Why Choose Kader"
description="Everything we do is designed to elevate your standard."
@@ -124,7 +124,7 @@ export default function LandingPage() {
]}
title="Common Inquiries"
description="Information you need to start your Kader journey."
imageSrc="http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-thinking-about-business-while-holding-hand-chin-isolated-dark-background_613910-6615.jpg"
imageSrc="http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-thinking-about-business-while-holding-hand-chin-isolated-dark-background_613910-6615.jpg?_wi=3"
/>
</div>