// VoxRiver Portfolio Website using React + Tailwind CSS // This is a professional, modern portfolio structure designed to build trust and convert clients. import React from "react"; import { Card, CardContent } from "@/components/ui/card"; import { Button } from "@/components/ui/button"; import { motion } from "framer-motion"; import { Sparkles } from "lucide-react"; const services = [ "Copywriting", "Content Writing", "Podcast Script Writing", "Brand Storytelling", "E-book Writing", "High-Impact Marketing Content" ]; const sampleWorks = [ { title: "Brand Story for Luxury Clothing Line", description: "Complete brand messaging revamp increasing sales by 30%." }, { title: "Podcast Scripts for Tech Series", description: "40+ episodes with over 200k listeners." }, { title: "SEO Blog Series", description: "Ranked Top 3 in Google within 2 months." } ]; const testimonials = [ { name: "Sarah L.", quote: "VoxRiver completely transformed our brand voice. Highly recommend!" }, { name: "David K.", quote: "Our podcast script quality skyrocketed with VoxRiver's help." } ]; export default function VoxRiverPortfolio() { return (
Welcome to VoxRiver

Your Voice, Amplified Through Words

Our Services

{services.map((service, idx) => ( {service} ))}

Sample Work

{sampleWorks.map((work, idx) => (

{work.title}

{work.description}

))}

Testimonials

{testimonials.map((t, idx) => (
"{t.quote}"

— {t.name}

))}

About Us

At VoxRiver, we blend creativity with strategy to craft words that convert. Our team of experienced writers and brand storytellers works closely with clients to deliver tailor-made copy for brands, podcasts, products, and more. We believe in the power of words to shape perceptions and drive action.

Contact Us