@@ -43,7 +43,6 @@ import {
4343} from "@/lib/living-home"
4444
4545const NV = "var(--font-brand), var(--font-geist-sans), system-ui, sans-serif"
46- const BORDER = "0.8px solid rgba(255,255,255,0.12)"
4746const SESSION_KEY = "9ruby:living-home:v1"
4847const AMBIENT_INTENTS : readonly HomeIntent [ ] = [ "ai-agents" , "websites" , "automation" , "tools" ]
4948const ACTIONABLE_TOP_SCORE = 1.2
@@ -714,7 +713,7 @@ export function LivingResponsePanel() {
714713 return (
715714 < section
716715 className = "living-response-section relative z-10 px-6 md:px-12 py-12 md:py-16"
717- style = { { background : "#080808" , borderTop : BORDER } }
716+ style = { { background : "#080808" } }
718717 data-living-section-intent = { activeIntent }
719718 data-living-section-id = "response"
720719 data-living-rail-section = "response"
@@ -956,7 +955,7 @@ export function LivingProjectsSection() {
956955 return (
957956 < section
958957 className = "home-mid-section"
959- style = { { background : "#1d1d1d" , borderTop : BORDER } }
958+ style = { { background : "#1d1d1d" } }
960959 data-living-section-intents = "voice,ai-agents,automation,websites,templates,seo,tools"
961960 data-living-section-id = "work"
962961 data-living-rail-section = "work"
@@ -1031,7 +1030,7 @@ export function LivingServiceTagline() {
10311030 return (
10321031 < section
10331032 className = "home-mid-section text-center"
1034- style = { { background : "#1d1d1d" , borderTop : BORDER } }
1033+ style = { { background : "#1d1d1d" } }
10351034 data-living-section-intent = { activeIntent }
10361035 data-living-section-id = "service-tagline"
10371036 >
@@ -1063,7 +1062,7 @@ export function LivingFinalCta() {
10631062
10641063 return (
10651064 < section
1066- style = { { background : "#080808" , borderTop : BORDER } }
1065+ style = { { background : "#080808" } }
10671066 data-living-section-intent = { activeIntent }
10681067 data-living-section-id = "final-cta"
10691068 data-living-rail-section = "cta"
0 commit comments