Merge version_1 into main #1

Merged
bender merged 4 commits from version_1 into main 2026-02-20 13:22:53 +00:00
4 changed files with 24 additions and 21 deletions

View File

@@ -23,19 +23,21 @@ export default function BlogPage() {
headingFontWeight="bold"
>
<ReactLenis root>
<NavbarStyleFullscreen
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "about" },
{ name: "Services", id: "services" },
{ name: "Testimonials", id: "testimonials" },
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" },
]}
brandName="Dmitry"
bottomLeftText="Private & Confidential"
bottomRightText="Connect with Dmitry"
/>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/#about" },
{ name: "Services", id: "/#features" },
{ name: "Testimonials", id: "/#testimonials" },
{ name: "FAQ", id: "/#faq" },
{ name: "Contact", id: "/#contact" },
]}
brandName="Dmitry"
bottomLeftText="Private & Confidential"
bottomRightText="Connect with Dmitry"
/>
</div>
{isLoading ? (
<div className="w-content-width mx-auto py-20 text-center">

View File

@@ -28,11 +28,12 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{ name: "Home", id: "home" },
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Services", id: "services" },
{ name: "Services", id: "features" },
{ name: "Testimonials", id: "testimonials" },
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" },
]}
brandName="Dmitry"
bottomLeftText="Private & Confidential"
@@ -52,12 +53,14 @@ export default function LandingPage() {
enableKpiAnimation={true}
tag="Exclusive Companionship"
tagIcon={Sparkles}
tagAnimation="slide-up"
buttons={[
{ text: "Discover More", href: "#about" },
{ text: "Contact Dmitry", href: "#contact" },
]}
imageSrc="https://img.b2bpic.net/free-photo/portrait-bald-senior-dressed-stylish-suit-posing-against-dark-background_613910-17578.jpg"
imageAlt="Dmitry, a refined gentleman, smiling warmly"
mediaAnimation="slide-up"
ariaLabel="Hero section with Dmitry, a refined companion for mature individuals."
/>
</div>
@@ -72,6 +75,7 @@ export default function LandingPage() {
useInvertedBackground={true}
tag="About Dmitry"
tagIcon={HeartHandshake}
tagAnimation="slide-up"
imageSrc="https://img.b2bpic.net/free-photo/portrait-cheerful-hairless-elder-man-dressed-dark-blue-suit-against-dark-background_613910-17566.jpg"
imageAlt="Dmitry in a candid, gentle pose"
mediaAnimation="slide-up"
@@ -93,11 +97,12 @@ export default function LandingPage() {
useInvertedBackground={false}
tag="Our Services"
tagIcon={Star}
tagAnimation="slide-up"
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen
testimonial='"Dmitry\'s presence is truly a breath of fresh air. His understanding, charm, and impeccable discretion made my experience truly exceptional. Highly recommended for anyone seeking genuine companionship and a delightful time."'
testimonial={"\"Dmitry's presence is truly a breath of fresh air. His understanding, charm, and impeccable discretion made my experience truly exceptional. Highly recommended for anyone seeking genuine companionship and a delightful time.\""}
rating={5}
author="Eleanor V., Retired Professor"
avatars={[
@@ -127,6 +132,7 @@ export default function LandingPage() {
useInvertedBackground={false}
tag="Why Choose Dmitry"
tagIcon={Sparkles}
tagAnimation="slide-up"
/>
</div>
<div id="faq" data-section="faq">

View File

@@ -86,7 +86,6 @@ export default function ProductPage({ params }: ProductPageProps) {
brandName="Dmitry"
bottomLeftText="Private & Confidential"
bottomRightText="Connect with Dmitry"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
</div>
<main className="min-h-screen flex items-center justify-center pt-20">
@@ -118,7 +117,6 @@ export default function ProductPage({ params }: ProductPageProps) {
brandName="Dmitry"
bottomLeftText="Private & Confidential"
bottomRightText="Connect with Dmitry"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
</div>
<main className="min-h-screen flex items-center justify-center pt-20">
@@ -157,7 +155,6 @@ export default function ProductPage({ params }: ProductPageProps) {
brandName="Dmitry"
bottomLeftText="Private & Confidential"
bottomRightText="Connect with Dmitry"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
</div>
<div id="product-detail-card" data-section="product-detail-card">

View File

@@ -61,7 +61,6 @@ export default function ShopPage() {
brandName="Dmitry"
bottomLeftText="Private & Confidential"
bottomRightText="Connect with Dmitry"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
</div>
<main className="min-h-screen flex items-center justify-center pt-20">
@@ -92,7 +91,6 @@ export default function ShopPage() {
brandName="Dmitry"
bottomLeftText="Private & Confidential"
bottomRightText="Connect with Dmitry"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
</div>
<div id="product-catalog" data-section="product-catalog">