Merge version_1 into main #3
@@ -51,7 +51,7 @@ export default function AboutPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="compact"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
|
||||
1439
src/app/layout.tsx
1439
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
175
src/app/page.tsx
175
src/app/page.tsx
@@ -8,7 +8,7 @@ import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia";
|
||||
import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen";
|
||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import { Sparkles, Target, Star, Zap, DollarSign, Headphones, Package, Heart, Film, Play, Settings, Youtube, Instagram, CircleDollarSign, ArrowLeftRight, Send } from "lucide-react";
|
||||
import { Sparkles, Target, Package, Heart, Star, Zap, DollarSign, Headphones, Play, Film, Youtube, Instagram } from "lucide-react";
|
||||
|
||||
export default function HomePage() {
|
||||
const navItems = [
|
||||
@@ -21,8 +21,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Services", href: "#services" },
|
||||
{ label: "Portfolio", href: "/portfolio" },
|
||||
@@ -30,8 +29,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Get in Touch",
|
||||
items: [
|
||||
title: "Get in Touch", items: [
|
||||
{ label: "WhatsApp", href: "https://wa.me/8801339608124" },
|
||||
{ label: "Email", href: "mailto:suhagvisuals@gmail.com" },
|
||||
{ label: "Instagram", href: "https://www.instagram.com/suhagvisuals" },
|
||||
@@ -39,8 +37,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "YouTube Editing", href: "#youtube" },
|
||||
{ label: "Social Media Shorts", href: "#reels" },
|
||||
{ label: "Motion Graphics", href: "#motion" },
|
||||
@@ -56,7 +53,7 @@ export default function HomePage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="compact"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -83,49 +80,31 @@ export default function HomePage() {
|
||||
{ text: "Contact via WhatsApp", href: "https://wa.me/8801339608124" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "plain" }}
|
||||
dashboard={{
|
||||
title: "Your Video Content Starts Here",
|
||||
logoIcon: Film,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-video-creator-working-editing-movie-with-green-screen_482257-120096.jpg?_wi=1",
|
||||
imageAlt: "Professional video editing workspace",
|
||||
buttons: [
|
||||
title: "Your Video Content Starts Here", logoIcon: Film,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-video-creator-working-editing-movie-with-green-screen_482257-120096.jpg", imageAlt: "Professional video editing workspace", buttons: [
|
||||
{ text: "See Portfolio", href: "/portfolio" },
|
||||
{ text: "Learn Services", href: "#services" },
|
||||
],
|
||||
sidebarItems: [
|
||||
{ icon: Play },
|
||||
{ icon: Zap },
|
||||
{ icon: Settings },
|
||||
{ icon: "Settings" as any },
|
||||
],
|
||||
stats: [
|
||||
{
|
||||
title: "Projects Completed",
|
||||
values: [150, 200, 250],
|
||||
description: "High-quality video edits delivered",
|
||||
},
|
||||
{
|
||||
title: "Client Satisfaction",
|
||||
values: [95, 97, 99],
|
||||
valueSuffix: "%",
|
||||
description: "Happy clients and growing brands",
|
||||
},
|
||||
{
|
||||
title: "Years Experience",
|
||||
values: [3, 4, 5],
|
||||
description: "Professional video editing expertise",
|
||||
},
|
||||
{ title: "Projects Completed", values: [150, 200, 250], description: "High-quality video edits delivered" },
|
||||
{ title: "Client Satisfaction", values: [95, 97, 99], valueSuffix: "%", description: "Happy clients and growing brands" },
|
||||
{ title: "Years Experience", values: [3, 4, 5], description: "Professional video editing expertise" },
|
||||
],
|
||||
chartTitle: "Monthly Output",
|
||||
chartData: [
|
||||
chartTitle: "Monthly Output", chartData: [
|
||||
{ value: 40 },
|
||||
{ value: 60 },
|
||||
{ value: 80 },
|
||||
{ value: 70 },
|
||||
{ value: 90 },
|
||||
],
|
||||
listTitle: "Latest Services",
|
||||
listItems: [
|
||||
listTitle: "Latest Services", listItems: [
|
||||
{ icon: Youtube, title: "YouTube Video Editing", status: "Available" },
|
||||
{ icon: Instagram, title: "Reels & TikTok Editing", status: "Available" },
|
||||
{ icon: Zap, title: "Motion Graphics", status: "Available" },
|
||||
@@ -144,28 +123,12 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "High-Quality Edits",
|
||||
description: "Professional editing that makes your content stand out and engage your audience",
|
||||
icon: Star,
|
||||
},
|
||||
{
|
||||
title: "Fast Turnaround",
|
||||
description: "Quick delivery without compromising on quality - your deadlines are our priority",
|
||||
icon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Affordable Pricing",
|
||||
description: "Competitive rates for freelancers, startups, and established businesses alike",
|
||||
icon: DollarSign,
|
||||
},
|
||||
{
|
||||
title: "Dedicated Support",
|
||||
description: "Personal attention to every project with unlimited revisions until you're satisfied",
|
||||
icon: Headphones,
|
||||
},
|
||||
{ title: "High-Quality Edits", description: "Professional editing that makes your content stand out and engage your audience", icon: Star },
|
||||
{ title: "Fast Turnaround", description: "Quick delivery without compromising on quality - your deadlines are our priority", icon: Zap },
|
||||
{ title: "Affordable Pricing", description: "Competitive rates for freelancers, startups, and established businesses alike", icon: DollarSign },
|
||||
{ title: "Dedicated Support", description: "Personal attention to every project with unlimited revisions until you're satisfied", icon: Headphones },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-video-creator-working-editing-movie-with-green-screen_482257-120096.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/colleagues-working-office-christmas-day-giving-presents_176420-8165.jpg"
|
||||
imageAlt="Professional video editing setup"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -184,45 +147,15 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "youtube",
|
||||
title: "YouTube Video Editing",
|
||||
description: "Full-length edits with professional color grading, captions, custom thumbnails, and optimized titles. Perfect for channels looking to scale.",
|
||||
tag: "YouTube",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-creator-holding-recording-v-mount-battery-review-vlog-professional-acumulator-modern-v-lock-type-technology-social-media-star-influencer-online-distribution_482257-3815.jpg?_wi=1",
|
||||
imageAlt: "YouTube video editing",
|
||||
},
|
||||
id: "youtube", title: "YouTube Video Editing", description: "Full-length edits with professional color grading, captions, custom thumbnails, and optimized titles. Perfect for channels looking to scale.", tag: "YouTube", imageSrc: "http://img.b2bpic.net/free-photo/content-creator-holding-recording-v-mount-battery-review-vlog-professional-acumulator-modern-v-lock-type-technology-social-media-star-influencer-online-distribution_482257-3815.jpg", imageAlt: "YouTube video editing professional workflow"},
|
||||
{
|
||||
id: "reels",
|
||||
title: "Social Media Shorts / Reels / TikTok",
|
||||
description: "Fast-paced, eye-catching edits designed to grow your audience. Trending effects, quick cuts, and engaging transitions to maximize views.",
|
||||
tag: "Social Media",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-taking-photos-women-party_23-2149357778.jpg?_wi=1",
|
||||
imageAlt: "Social media shorts editing",
|
||||
},
|
||||
id: "reels", title: "Social Media Shorts / Reels / TikTok", description: "Fast-paced, eye-catching edits designed to grow your audience. Trending effects, quick cuts, and engaging transitions to maximize views.", tag: "Social Media", imageSrc: "http://img.b2bpic.net/free-photo/friends-taking-photos-women-party_23-2149357778.jpg", imageAlt: "Social media short form video editing"},
|
||||
{
|
||||
id: "motion",
|
||||
title: "Motion Graphics & Animations",
|
||||
description: "Professional logo intros, smooth transitions, visual effects, and animated overlays to elevate your video production quality.",
|
||||
tag: "Animation",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-editor-histogram-setting-concept_53876-120321.jpg?_wi=1",
|
||||
imageAlt: "Motion graphics and animation",
|
||||
},
|
||||
id: "motion", title: "Motion Graphics & Animations", description: "Professional logo intros, smooth transitions, visual effects, and animated overlays to elevate your video production quality.", tag: "Animation", imageSrc: "http://img.b2bpic.net/free-photo/photo-editor-histogram-setting-concept_53876-120321.jpg", imageAlt: "Motion graphics and animation design"},
|
||||
{
|
||||
id: "podcast",
|
||||
title: "Podcast / Audio Editing",
|
||||
description: "Clean, professional sound editing for any platform. Noise reduction, background removal, mixing, and mastering for podcast-ready audio.",
|
||||
tag: "Audio",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-preparing-podcast_23-2149386533.jpg?_wi=1",
|
||||
imageAlt: "Podcast audio editing",
|
||||
},
|
||||
id: "podcast", title: "Podcast / Audio Editing", description: "Clean, professional sound editing for any platform. Noise reduction, background removal, mixing, and mastering for podcast-ready audio.", tag: "Audio", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-preparing-podcast_23-2149386533.jpg", imageAlt: "Podcast audio editing professional studio"},
|
||||
{
|
||||
id: "color",
|
||||
title: "Color Grading & Correction",
|
||||
description: "Enhance your visuals with professional color grading. Cinematic looks, consistent color schemes, and correction for polished final results.",
|
||||
tag: "Color",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/pricing-table-pack_23-2147728368.jpg?_wi=1",
|
||||
imageAlt: "Color grading and correction",
|
||||
},
|
||||
id: "color", title: "Color Grading & Correction", description: "Enhance your visuals with professional color grading. Cinematic looks, consistent color schemes, and correction for polished final results.", tag: "Color", imageSrc: "http://img.b2bpic.net/free-vector/pricing-table-pack_23-2147728368.jpg", imageAlt: "Color grading and correction workflow"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -238,59 +171,17 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Transformed Our Channel Growth",
|
||||
quote: "Suhag's editing took our YouTube videos to the next level. Professional thumbnails, smooth transitions, and perfect pacing. Our watch time increased by 40% within two months!",
|
||||
name: "Aman Kumar",
|
||||
role: "YouTube Creator",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-woman-streamer-playing-space-shooter-videogames-with-joystick-talking-with-teammates-streaming-open-chat-cyber-performing-rgb-powerful-computer-gaming-room-using-professional-equipment_482257-12662.jpg?_wi=1",
|
||||
imageAlt: "Aman Kumar testimonial",
|
||||
},
|
||||
id: "1", title: "Transformed Our Channel Growth", quote: "Suhag's editing took our YouTube videos to the next level. Professional thumbnails, smooth transitions, and perfect pacing. Our watch time increased by 40% within two months!", name: "Aman Kumar", role: "YouTube Creator", imageSrc: "http://img.b2bpic.net/free-photo/black-woman-streamer-playing-space-shooter-videogames-with-joystick-talking-with-teammates-streaming-open-chat-cyber-performing-rgb-powerful-computer-gaming-room-using-professional-equipment_482257-12662.jpg", imageAlt: "Aman Kumar testimonial"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Fast, Professional, Affordable",
|
||||
quote: "We needed quick turnaround on our social media content, and Suhag delivered exactly what we wanted. The reels are engaging, trendy, and our engagement shot up significantly.",
|
||||
name: "Priya Sharma",
|
||||
role: "Marketing Manager, TechBrand Co.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-blogger-women-posing-phone-camera_7502-7218.jpg?_wi=1",
|
||||
imageAlt: "Priya Sharma testimonial",
|
||||
},
|
||||
id: "2", title: "Fast, Professional, Affordable", quote: "We needed quick turnaround on our social media content, and Suhag delivered exactly what we wanted. The reels are engaging, trendy, and our engagement shot up significantly.", name: "Priya Sharma", role: "Marketing Manager, TechBrand Co.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-blogger-women-posing-phone-camera_7502-7218.jpg", imageAlt: "Priya Sharma testimonial"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Perfect Audio for Our Podcast",
|
||||
quote: "The audio editing was crisp and professional. Noise removal was flawless, and the final product sounds studio-quality. Highly recommended for podcasters!",
|
||||
name: "Rajesh Patel",
|
||||
role: "Podcast Host, Tech Talk Daily",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-works-home-high-quality-photo_72229-927.jpg?_wi=1",
|
||||
imageAlt: "Rajesh Patel testimonial",
|
||||
},
|
||||
id: "3", title: "Perfect Audio for Our Podcast", quote: "The audio editing was crisp and professional. Noise removal was flawless, and the final product sounds studio-quality. Highly recommended for podcasters!", name: "Rajesh Patel", role: "Podcast Host, Tech Talk Daily", imageSrc: "http://img.b2bpic.net/free-photo/man-works-home-high-quality-photo_72229-927.jpg", imageAlt: "Rajesh Patel testimonial"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Corporate Video Excellence",
|
||||
quote: "We commissioned a corporate explainer video and Suhag delivered beyond expectations. The color grading is cinematic, and the animations are smooth and professional.",
|
||||
name: "Neha Desai",
|
||||
role: "Founder, Creative Solutions",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-happy-young-beauty-blogger-records-lifestyle-vlog-her-room-using-camera-with_1258-255016.jpg?_wi=1",
|
||||
imageAlt: "Neha Desai testimonial",
|
||||
},
|
||||
id: "4", title: "Corporate Video Excellence", quote: "We commissioned a corporate explainer video and Suhag delivered beyond expectations. The color grading is cinematic, and the animations are smooth and professional.", name: "Neha Desai", role: "Founder, Creative Solutions", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-office-christmas-day-giving-presents_176420-8165.jpg", imageAlt: "Neha Desai testimonial"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Unlimited Revisions, Unlimited Support",
|
||||
quote: "I appreciated the willingness to make revisions until I was 100% happy. Suhag genuinely cares about client satisfaction and it shows in the final product.",
|
||||
name: "Vikram Singh",
|
||||
role: "Content Creator, VikramVlog",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-video-creator-working-editing-movie-with-green-screen_482257-120096.jpg?_wi=3",
|
||||
imageAlt: "Vikram Singh testimonial",
|
||||
},
|
||||
id: "5", title: "Unlimited Revisions, Unlimited Support", quote: "I appreciated the willingness to make revisions until I was 100% happy. Suhag genuinely cares about client satisfaction and it shows in the final product.", name: "Vikram Singh", role: "Content Creator, VikramVlog", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-happy-young-beauty-blogger-records-lifestyle-vlog-her-room-using-camera-with_1258-255016.jpg", imageAlt: "Vikram Singh testimonial"},
|
||||
{
|
||||
id: "6",
|
||||
title: "Competitive Pricing, Premium Quality",
|
||||
quote: "As a startup, budget matters. Suhag provided premium-quality editing at competitive rates. Worth every taka. Already using for all our video content.",
|
||||
name: "Tanvi Gupta",
|
||||
role: "Founder, StartUp Media",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-office-christmas-day-giving-presents_176420-8165.jpg?_wi=1",
|
||||
imageAlt: "Tanvi Gupta testimonial",
|
||||
},
|
||||
id: "6", title: "Competitive Pricing, Premium Quality", quote: "As a startup, budget matters. Suhag provided premium-quality editing at competitive rates. Worth every taka. Already using for all our video content.", name: "Tanvi Gupta", role: "Founder, StartUp Media", imageSrc: "http://img.b2bpic.net/free-photo/female-video-creator-working-editing-movie-with-green-screen_482257-120096.jpg", imageAlt: "Tanvi Gupta testimonial"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -305,13 +196,11 @@ export default function HomePage() {
|
||||
{ name: "platform", type: "text", placeholder: "Platform (YouTube, Instagram, TikTok, etc.)", required: false },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Describe your project, budget, and timeline. The more details, the better I can help!",
|
||||
rows: 6,
|
||||
name: "message", placeholder: "Describe your project, budget, and timeline. The more details, the better I can help!", rows: 6,
|
||||
required: true,
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/colleagues-working-office-christmas-day-giving-presents_176420-8165.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/colleagues-working-office-christmas-day-giving-presents_176420-8165.jpg"
|
||||
imageAlt="Professional workspace"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -51,7 +51,7 @@ export default function PortfolioPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="compact"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
|
||||
Reference in New Issue
Block a user