import { createFileRoute } from "@tanstack/react-router";
import { Check, Star, ShieldCheck, Truck, RotateCcw, ChevronDown } from "lucide-react";
import { useState } from "react";
import heroImg from "@/assets/comfortseat-hero.jpg";
import postureImg from "@/assets/comfortseat-posture.jpg";
export const Route = createFileRoute("/")({
head: () => ({
meta: [
{ title: "VEVIYO™ ComfortSeat – Relieve Back & Tailbone Pain While Sitting" },
{
name: "description",
content:
"Ergonomic memory foam seat cushion that relieves pressure on your back, hips and tailbone. Sit comfortably for hours — 30-day risk-free trial.",
},
{ property: "og:title", content: "VEVIYO™ ComfortSeat – Sit Without Pain" },
{
property: "og:description",
content:
"Memory foam cushion designed to relieve back and tailbone pressure. Loved by office workers, drivers and remote workers.",
},
{ property: "og:type", content: "website" },
{ name: "twitter:card", content: "summary_large_image" },
],
}),
component: Landing,
});
const avatars = [
"https://i.pravatar.cc/64?img=12",
"https://i.pravatar.cc/64?img=32",
"https://i.pravatar.cc/64?img=47",
"https://i.pravatar.cc/64?img=68",
];
const symptoms = [
{ title: "Lower back pain", desc: "Nagging ache after hours at your desk or in the car." },
{ title: "Tailbone pressure", desc: "Sharp discomfort right where you sit, worst on hard chairs." },
{ title: "Stiff hips & legs", desc: "Tightness that builds up and lingers into the evening." },
{ title: "Poor posture", desc: "Slouching because sitting straight simply hurts too much." },
];
const features = [
{
title: "PressureRelief™ U-Cutout",
desc: "Ergonomic cutout suspends the tailbone so weight redistributes to hips and thighs.",
},
{
title: "SlowSink™ Memory Foam",
desc: "High-density foam contours to your body and springs back — no flattening over time.",
},
{
title: "AirMesh™ Cover",
desc: "Breathable, moisture-wicking fabric keeps you cool even after hours of sitting.",
},
{
title: "GripBase™ Anti-Slip",
desc: "Rubberised base stays exactly where you put it — office chair, car seat, dining chair.",
},
{
title: "Removable & Washable",
desc: "Zip-off cover machine washes clean in minutes. Hygiene made easy.",
},
{
title: "PostureAlign™ Contour",
desc: "Tilts the pelvis forward to naturally straighten the spine and relax lower back muscles.",
},
];
const reviews = [
{
name: "Anita",
text: "The memory foam feels high quality and doesn't collapse. The cover is easily removable for washing — a lifesaver at my desk.",
img: "https://i.pravatar.cc/120?img=45",
},
{
name: "John",
text: "I was about to spend a fortune on an ergonomic chair, then tried this cushion. My lower back pain is gone within a week.",
img: "https://i.pravatar.cc/120?img=13",
},
{
name: "Michael",
text: "8–10 hours a day at my desk. The ComfortSeat made a noticeable difference — supportive without being too soft. Absolutely worth it.",
img: "https://i.pravatar.cc/120?img=52",
},
{
name: "Sarah",
text: "I bring it in the car for long drives. Used to arrive stiff and sore — now I just… don't. My husband stole one, had to order a second.",
img: "https://i.pravatar.cc/120?img=41",
},
];
const faqs = [
{
q: "Will the ComfortSeat help with my tailbone pain?",
a: "Yes. The U-shaped cutout is engineered specifically to lift pressure off the coccyx, redistributing weight to your hips and thighs where your body is built to support it.",
},
{
q: "Will it fit my office chair or car seat?",
a: "The ComfortSeat is universally sized (approx. 45 × 35 cm) and works on office chairs, car seats, dining chairs, wheelchairs and airplane seats.",
},
{
q: "How long does the memory foam last?",
a: "Our high-density foam is rated for 3+ years of daily use. It contours to your body and springs back — no permanent flattening.",
},
{
q: "What if I don't like it?",
a: "You get a 30-day risk-free trial. Not the relief you hoped for? Send it back for a full refund. No questions.",
},
{
q: "Is the cover washable?",
a: "Yes — the breathable AirMesh cover zips off and is machine washable at 30°C.",
},
];
function Landing() {
return (
The VEVIYO™ ComfortSeat is an ergonomic memory-foam cushion engineered to
lift pressure off your tailbone and realign your posture — so long days at
the desk, in the car or on the couch stop hurting.
{[
"Relieves back, hip and tailbone pressure",
"Supports natural spinal alignment",
"All-day comfort at your desk, in the car or at home",
].map((t) => (
);
}
function Stars({ value }: { value: number }) {
return (
{[0, 1, 2, 3, 4].map((i) => (
))}
);
}
function SymptomsSection() {
return (
Do any of these sound familiar?
Prolonged sitting compresses the tailbone, tightens the hips and forces the
spine into positions it was never built for. Small discomforts become daily
pain.
{symptoms.map((s) => (
{s.title}
{s.desc}
))}
);
}
function PostureSection() {
return (
The root cause
Your chair is often the problem — not your body
Flat, hard seats concentrate all your weight onto the coccyx and sit bones.
Over hours, that compression radiates into the hips, lower back and even the
neck. Standard chair pads soften the surface, but they don't fix the
underlying pressure geometry.
{[
"Redistributes weight away from the tailbone",
"Tilts pelvis to restore natural lumbar curve",
"Reduces muscle strain across the lower back",
].map((t) => (
{t}
))}
);
}
function FeaturesSection() {
return (
Engineered for relief
The most advanced seat cushion on the market
Six technologies working together to keep you comfortable, aligned and cool
— from your first minute of sitting to your eighth hour.
Why spend $500+ on an ergonomic chair when the pressure problem lives at the
seat itself? Slip the ComfortSeat onto whatever chair you already own — and
feel the difference from the first minute.
{[
"Fits office chairs, car seats and dining chairs",
"Portable — take it to work, on flights, in the car",
"One-time purchase. Years of relief.",
].map((t) => (