Merge version_1 into main #2
@@ -19,7 +19,7 @@ export default function LandingPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="large"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -42,19 +42,19 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
title="Professional Video Clipping Made Simple"
|
||||
description="Cut, edit, and share your best video moments in seconds. ClipHub streamlines your content creation workflow with intuitive tools designed for creators who demand precision and speed."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
testimonials={[
|
||||
{
|
||||
name: "Alex Chen", handle: "@alexcreates", testimonial: "ClipHub cut my editing time in half. Game changer for my content strategy.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/image-cheerful-beautiful-young-lifestyle-blogger-woman-sitting-floor-recording-video-about_1258-281855.jpg?_wi=1", imageAlt: "Alex Chen"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/image-cheerful-beautiful-young-lifestyle-blogger-woman-sitting-floor-recording-video-about_1258-281855.jpg", imageAlt: "Alex Chen"
|
||||
},
|
||||
{
|
||||
name: "Sofia Martinez", handle: "@sofiafilms", testimonial: "Finally, a clipping tool built for professionals. This is exactly what I needed.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-handsome-caucasian-man-wearing-glasses-headphones-neck-standing-profile-view-touching-headphones-isolated-crimson-wall_141793-80164.jpg?_wi=1", imageAlt: "Sofia Martinez"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-handsome-caucasian-man-wearing-glasses-headphones-neck-standing-profile-view-touching-headphones-isolated-crimson-wall_141793-80164.jpg", imageAlt: "Sofia Martinez"
|
||||
},
|
||||
{
|
||||
name: "Jordan Lee", handle: "@creativeflow", testimonial: "Precision meets simplicity. Best investment for my production team.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-way-photograph-product_23-2148970208.jpg?_wi=1", imageAlt: "Jordan Lee"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-way-photograph-product_23-2148970208.jpg", imageAlt: "Jordan Lee"
|
||||
}
|
||||
]}
|
||||
tag="Trusted by 5000+ creators"
|
||||
@@ -153,15 +153,15 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Alex Chen", role: "Content Creator", company: "YouTube Channel", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/image-cheerful-beautiful-young-lifestyle-blogger-woman-sitting-floor-recording-video-about_1258-281855.jpg?_wi=2", imageAlt: "Alex Chen"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/image-cheerful-beautiful-young-lifestyle-blogger-woman-sitting-floor-recording-video-about_1258-281855.jpg", imageAlt: "Alex Chen"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Sofia Martinez", role: "Video Director", company: "Production Studio", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-handsome-caucasian-man-wearing-glasses-headphones-neck-standing-profile-view-touching-headphones-isolated-crimson-wall_141793-80164.jpg?_wi=2", imageAlt: "Sofia Martinez"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-handsome-caucasian-man-wearing-glasses-headphones-neck-standing-profile-view-touching-headphones-isolated-crimson-wall_141793-80164.jpg", imageAlt: "Sofia Martinez"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Jordan Lee", role: "Social Media Manager", company: "Digital Agency", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-way-photograph-product_23-2148970208.jpg?_wi=2", imageAlt: "Jordan Lee"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-way-photograph-product_23-2148970208.jpg", imageAlt: "Jordan Lee"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Morgan Thompson", role: "Freelance Editor", company: "Independent", rating: 5,
|
||||
|
||||
Reference in New Issue
Block a user