From 432edbd381d36675abef07b0e6b5f6889d1daac3 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 08:19:48 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 62 ++++++++++++++++++++---------------------------- 1 file changed, 26 insertions(+), 36 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7bd4887..d1b34c1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,10 +31,10 @@ export default function LandingPage() { navItems={[ { name: "Home", id: "hero" }, { name: "About", id: "about" }, - { name: "Comfort", id: "features" } + { name: "Features", id: "features" } ]} - brandName="Serenity" - button={{ text: "Connect" }} + brandName="Vampire Sanctuary" + button={{ text: "Bite In" }} /> @@ -42,34 +42,26 @@ export default function LandingPage() {
@@ -97,25 +89,23 @@ export default function LandingPage() { useInvertedBackground={true} animationType="blur-reveal" testimonials={[ - { id: "1", name: "Friend", handle: "@love", testimonial: "You are doing amazing.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-silly-young-hispanic-trying-kiss-girl-after-date-first-time-leaning_1258-110296.jpg?_wi=2" }, - { id: "2", name: "Friend", handle: "@care", testimonial: "Take it slow, breathe.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-cool-woman-posing-outdoors_23-2149726465.jpg?_wi=2" }, - { id: "3", name: "Friend", handle: "@hug", testimonial: "Everything will be okay.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-girl-smiling-happy-walking-city_839833-21293.jpg?_wi=2" }, - { id: "4", name: "Friend", handle: "@light", testimonial: "I'm always by your side.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-shooting-with-projector_23-2149424951.jpg" }, - { id: "5", name: "Friend", handle: "@safe", testimonial: "You are loved so much.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-young-woman-face_23-2148248543.jpg" } + { id: "1", name: "Elena", handle: "@gilbert", testimonial: "I found myself here. Not the human me, but the real me.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-silly-young-hispanic-trying-kiss-girl-after-date-first-time-leaning_1258-110296.jpg?_wi=2" }, + { id: "2", name: "Klaus", handle: "@hybrid", testimonial: "Even I enjoy the peace here. It's legendary.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-cool-woman-posing-outdoors_23-2149726465.jpg?_wi=2" }, + { id: "3", name: "Olaf", handle: "@warmhugs", testimonial: "I'm a little puddle of joy, even in the dark!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-girl-smiling-happy-walking-city_839833-21293.jpg?_wi=2" } ]} showRating={true} - title="Warm Reminders" - description="Kind thoughts shared to brighten your day." + title="Timeless Praise" + description="Words that live on, long after the moon sets." /> -- 2.49.1 From 7675924d96af0ba2046d56826cb3267736fdcd19 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 08:19:49 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index b7afc67..73154c2 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f4ef; - --card: #dad6cd; - --foreground: #2a2928; - --primary-cta: #2a2928; + --background: #050012; + --card: #040121; + --foreground: #f0e6ff; + --primary-cta: #c89bff; --primary-cta-text: #f5f4ef; - --secondary-cta: #ecebea; + --secondary-cta: #1d123b; --secondary-cta-text: #2a2928; - --accent: #ffffff; - --background-accent: #c6b180; + --accent: #684f7b; + --background-accent: #65417c; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1