15 Commits

Author SHA1 Message Date
61d839da7e Update theme colors 2026-03-12 16:21:43 +00:00
b43ac37758 Update theme colors 2026-03-12 16:21:22 +00:00
206012feef Update theme colors 2026-03-12 16:20:33 +00:00
526fb92f06 Update src/app/page.tsx 2026-03-12 16:13:08 +00:00
71b6e93584 Update src/app/styles/variables.css 2026-03-12 16:12:07 +00:00
2c4988e31f Update src/app/page.tsx 2026-03-12 16:12:06 +00:00
bd9f97475f Merge version_2 into main
Merge version_2 into main
2026-03-12 16:01:59 +00:00
4cdc5fbfb3 Update src/app/page.tsx 2026-03-12 16:01:55 +00:00
8f57cb699f Merge version_2 into main
Merge version_2 into main
2026-03-12 16:01:34 +00:00
efeab77bd5 Update src/app/page.tsx 2026-03-12 16:01:30 +00:00
1027bb213e Merge version_2 into main
Merge version_2 into main
2026-03-12 16:00:34 +00:00
3c667e02aa Update src/app/page.tsx 2026-03-12 16:00:30 +00:00
23513200b5 Merge version_1 into main
Merge version_1 into main
2026-03-12 15:55:39 +00:00
f2aae402d9 Merge version_1 into main
Merge version_1 into main
2026-03-12 15:55:12 +00:00
62c646af15 Merge version_1 into main
Merge version_1 into main
2026-03-12 15:54:14 +00:00
2 changed files with 22 additions and 21 deletions

View File

@@ -10,6 +10,7 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial
import ContactText from '@/components/sections/contact/ContactText'; import ContactText from '@/components/sections/contact/ContactText';
import FooterBase from '@/components/sections/footer/FooterBase'; import FooterBase from '@/components/sections/footer/FooterBase';
import { Sparkles, Zap, Star, Film } from 'lucide-react'; import { Sparkles, Zap, Star, Film } from 'lucide-react';
import Image from 'next/image';
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -58,7 +59,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-vector/flat-cms-landing-page_23-2148810276.jpg", imageAlt: "Professional video editing workflow" imageSrc: "http://img.b2bpic.net/free-vector/flat-cms-landing-page_23-2148810276.jpg", imageAlt: "Professional video editing workflow"
}, },
{ {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aqr11xPgoMWpk1WRQfTh2E6rXI/uploaded-1773330755185-3gtqkmta.png", imageAlt: "Leysath Lab branding" imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aqr11xPgoMWpk1WRQfTh2E6rXI/uploaded-1773331873343-z903x0by.jpg", imageAlt: "Leysath Lab branding"
} }
]} ]}
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -87,19 +88,19 @@ export default function LandingPage() {
features={[ features={[
{ {
id: "step-1", title: "Choose Your Package", author: "Step 1", description: "Select the editing package that fits your content needs, whether short-form or long-form.", tags: ["Selection"], id: "step-1", title: "Choose Your Package", author: "Step 1", description: "Select the editing package that fits your content needs, whether short-form or long-form.", tags: ["Selection"],
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-making-working-out-vlog_23-2149039728.jpg", imageAlt: "Package selection" imageSrc: "http://img.b2bpic.net/free-photo/young-woman-making-working-out-vlog_23-2149039728.jpg?_wi=1", imageAlt: "Package selection"
}, },
{ {
id: "step-2", title: "Upload Your Footage", author: "Step 2", description: "After purchasing a package, you will receive a secure private upload link where you can upload your raw video files.", tags: ["Upload"], id: "step-2", title: "Upload Your Footage", author: "Step 2", description: "After purchasing a package, you will receive a secure private upload link where you can upload your raw video files.", tags: ["Upload"],
imageSrc: "http://img.b2bpic.net/free-vector/data-protection-landing-page-template_23-2148118848.jpg", imageAlt: "Secure file upload" imageSrc: "http://img.b2bpic.net/free-vector/data-protection-landing-page-template_23-2148118848.jpg?_wi=1", imageAlt: "Secure file upload"
}, },
{ {
id: "step-3", title: "Professional Editing", author: "Step 3", description: "Your footage is edited with professional pacing, cuts, music, and captions depending on the package selected.", tags: ["Editing"], id: "step-3", title: "Professional Editing", author: "Step 3", description: "Your footage is edited with professional pacing, cuts, music, and captions depending on the package selected.", tags: ["Editing"],
imageSrc: "http://img.b2bpic.net/free-photo/empty-desk-equipped-with-mixing-console-music-recording-tools-home-studio_482257-100228.jpg", imageAlt: "Professional editing" imageSrc: "http://img.b2bpic.net/free-photo/empty-desk-equipped-with-mixing-console-music-recording-tools-home-studio_482257-100228.jpg?_wi=1", imageAlt: "Professional editing"
}, },
{ {
id: "step-4", title: "Receive Your Finished Video", author: "Step 4", description: "Your final edited video is delivered ready for upload to YouTube, TikTok, Instagram, or other platforms.", tags: ["Delivery"], id: "step-4", title: "Receive Your Finished Video", author: "Step 4", description: "Your final edited video is delivered ready for upload to YouTube, TikTok, Instagram, or other platforms.", tags: ["Delivery"],
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-making-working-out-vlog_23-2149039728.jpg", imageAlt: "Final delivery" imageSrc: "http://img.b2bpic.net/free-photo/young-woman-making-working-out-vlog_23-2149039728.jpg?_wi=2", imageAlt: "Final delivery"
} }
]} ]}
animationType="slide-up" animationType="slide-up"
@@ -131,27 +132,27 @@ export default function LandingPage() {
features={[ features={[
{ {
id: "service-1", title: "Professional Cuts & Pacing", author: "Core Service", description: "Strategic cuts and pacing that keep viewers engaged and improve watch time metrics.", tags: ["Editing"], id: "service-1", title: "Professional Cuts & Pacing", author: "Core Service", description: "Strategic cuts and pacing that keep viewers engaged and improve watch time metrics.", tags: ["Editing"],
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-making-working-out-vlog_23-2149039728.jpg", imageAlt: "Professional editing" imageSrc: "http://img.b2bpic.net/free-photo/young-woman-making-working-out-vlog_23-2149039728.jpg?_wi=3", imageAlt: "Professional editing"
}, },
{ {
id: "service-2", title: "Captions & Text", author: "Engagement", description: "Captions for short-form content and text overlays that increase accessibility and engagement.", tags: ["Captions"], id: "service-2", title: "Captions & Text", author: "Engagement", description: "Captions for short-form content and text overlays that increase accessibility and engagement.", tags: ["Captions"],
imageSrc: "http://img.b2bpic.net/free-photo/empty-desk-equipped-with-mixing-console-music-recording-tools-home-studio_482257-100228.jpg", imageAlt: "Caption editing" imageSrc: "http://img.b2bpic.net/free-photo/empty-desk-equipped-with-mixing-console-music-recording-tools-home-studio_482257-100228.jpg?_wi=2", imageAlt: "Caption editing"
}, },
{ {
id: "service-3", title: "Music & Sound Design", author: "Audio", description: "Music and sound adjustments that elevate production quality and emotional impact.", tags: ["Audio"], id: "service-3", title: "Music & Sound Design", author: "Audio", description: "Music and sound adjustments that elevate production quality and emotional impact.", tags: ["Audio"],
imageSrc: "http://img.b2bpic.net/free-vector/data-protection-landing-page-template_23-2148118848.jpg", imageAlt: "Sound design" imageSrc: "http://img.b2bpic.net/free-vector/data-protection-landing-page-template_23-2148118848.jpg?_wi=2", imageAlt: "Sound design"
}, },
{ {
id: "service-4", title: "Motion Graphics & Effects", author: "Visual", description: "Basic motion graphics and effects that add polish and professionalism to your content.", tags: ["Graphics"], id: "service-4", title: "Motion Graphics & Effects", author: "Visual", description: "Basic motion graphics and effects that add polish and professionalism to your content.", tags: ["Graphics"],
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-making-working-out-vlog_23-2149039728.jpg", imageAlt: "Motion graphics" imageSrc: "http://img.b2bpic.net/free-photo/young-woman-making-working-out-vlog_23-2149039728.jpg?_wi=4", imageAlt: "Motion graphics"
}, },
{ {
id: "service-5", title: "Structured Storytelling", author: "Narrative", description: "Clean, structured edits that tell compelling stories and maintain viewer interest.", tags: ["Editing"], id: "service-5", title: "Structured Storytelling", author: "Narrative", description: "Clean, structured edits that tell compelling stories and maintain viewer interest.", tags: ["Editing"],
imageSrc: "http://img.b2bpic.net/free-photo/empty-desk-equipped-with-mixing-console-music-recording-tools-home-studio_482257-100228.jpg", imageAlt: "Story editing" imageSrc: "http://img.b2bpic.net/free-photo/empty-desk-equipped-with-mixing-console-music-recording-tools-home-studio_482257-100228.jpg?_wi=3", imageAlt: "Story editing"
}, },
{ {
id: "service-6", title: "Thumbnail Creation", author: "Promotion", description: "Basic thumbnail creation for long-form videos that improves click-through rates.", tags: ["Design"], id: "service-6", title: "Thumbnail Creation", author: "Promotion", description: "Basic thumbnail creation for long-form videos that improves click-through rates.", tags: ["Design"],
imageSrc: "http://img.b2bpic.net/free-vector/data-protection-landing-page-template_23-2148118848.jpg", imageAlt: "Thumbnail design" imageSrc: "http://img.b2bpic.net/free-vector/data-protection-landing-page-template_23-2148118848.jpg?_wi=3", imageAlt: "Thumbnail design"
} }
]} ]}
animationType="slide-up" animationType="slide-up"

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #f5f5f5; --background: #0a0a0a;
--card: #ffffff; --card: #1a1a1a;
--foreground: #1c1c1c; --foreground: #f5f5f5;
--primary-cta: #341f51; --primary-cta: #ff0000;
--primary-cta-text: #f5f5f5; --primary-cta-text: #ffffff;
--secondary-cta: #ffffff; --secondary-cta: #1a1a1a;
--secondary-cta-text: #1c1c1c; --secondary-cta-text: #ffffff;
--accent: #6139e6; --accent: #991b1b;
--background-accent: #b3a8e8; --background-accent: #7f1d1d;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);