Merge version_1 into main #2
@@ -19,8 +19,7 @@ export default function ServicesPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "YouTube Editing", href: "/services" },
|
||||
{ label: "Social Media", href: "/services" },
|
||||
{ label: "Motion Graphics", href: "/services" },
|
||||
@@ -28,8 +27,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Portfolio", href: "/portfolio" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
@@ -37,8 +35,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "WhatsApp", href: "https://wa.me/8801339608124" },
|
||||
{ label: "Instagram", href: "https://instagram.com/suhagvisuals" },
|
||||
{ label: "LinkedIn", href: "https://linkedin.com/in/suhag-ahmed" },
|
||||
@@ -46,8 +43,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
],
|
||||
@@ -72,9 +68,7 @@ export default function ServicesPage() {
|
||||
brandName="Suhag Visuals"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Get Quote",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get Quote", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -86,50 +80,28 @@ export default function ServicesPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "YouTube Video Editing",
|
||||
description:
|
||||
"Full-length edits, custom thumbnails, captions, and optimization for maximum engagement. We handle everything from raw footage to final export.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/video-editor-polishing-raw-footage-chroma-key-pc-closeup_482257-122541.jpg?_wi=2",
|
||||
imageAlt: "YouTube video editing workflow",
|
||||
},
|
||||
title: "YouTube Video Editing", description:
|
||||
"Full-length edits, custom thumbnails, captions, and optimization for maximum engagement. We handle everything from raw footage to final export.", imageSrc: "http://img.b2bpic.net/free-photo/video-editor-polishing-raw-footage-chroma-key-pc-closeup_482257-122541.jpg", imageAlt: "YouTube video editing workflow"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Social Media Shorts",
|
||||
description:
|
||||
"Fast, eye-catching edits for Reels, TikTok, and YouTube Shorts to grow your audience and maximize viral potential.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/user-panel-dashboard-template_23-2148370478.jpg?_wi=2",
|
||||
imageAlt: "Short form video content reels editing",
|
||||
},
|
||||
title: "Social Media Shorts", description:
|
||||
"Fast, eye-catching edits for Reels, TikTok, and YouTube Shorts to grow your audience and maximize viral potential.", imageSrc: "http://img.b2bpic.net/free-vector/user-panel-dashboard-template_23-2148370478.jpg", imageAlt: "Short form video content reels editing"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Motion Graphics & Animations",
|
||||
description:
|
||||
"Logo intros, smooth transitions, and visual effects to elevate your content and create a professional brand identity.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-colorful-fluorescent-make-up_23-2148410102.jpg?_wi=2",
|
||||
imageAlt: "Motion graphics animation transitions",
|
||||
},
|
||||
title: "Motion Graphics & Animations", description:
|
||||
"Logo intros, smooth transitions, and visual effects to elevate your content and create a professional brand identity.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-colorful-fluorescent-make-up_23-2148410102.jpg", imageAlt: "Motion graphics animation transitions"},
|
||||
{
|
||||
id: 4,
|
||||
title: "Podcast & Audio Editing",
|
||||
description:
|
||||
"Clean, professional sound editing for any audio platform. We enhance clarity, remove background noise, and optimize audio levels.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/music-player-application-interface-collection_23-2148528543.jpg?_wi=2",
|
||||
imageAlt: "Podcast audio editing software interface",
|
||||
},
|
||||
title: "Podcast & Audio Editing", description:
|
||||
"Clean, professional sound editing for any audio platform. We enhance clarity, remove background noise, and optimize audio levels.", imageSrc: "http://img.b2bpic.net/free-vector/music-player-application-interface-collection_23-2148528543.jpg", imageAlt: "Podcast audio editing software interface"},
|
||||
{
|
||||
id: 5,
|
||||
title: "Color Grading & Correction",
|
||||
description:
|
||||
"Enhance visuals with professional color grading for a polished, cinematic look that makes your content stand out.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bokeh-background_53876-89464.jpg?_wi=2",
|
||||
imageAlt: "Color grading cinematic editing professional",
|
||||
},
|
||||
title: "Color Grading & Correction", description:
|
||||
"Enhance visuals with professional color grading for a polished, cinematic look that makes your content stand out.", imageSrc: "http://img.b2bpic.net/free-photo/bokeh-background_53876-89464.jpg", imageAlt: "Color grading cinematic editing professional"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Request a Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Request a Quote", href: "/contact"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
@@ -143,41 +115,17 @@ export default function ServicesPage() {
|
||||
tag="Portfolio Highlights"
|
||||
blogs={[
|
||||
{
|
||||
id: "1",
|
||||
category: ["YouTube", "Full Edit"],
|
||||
title: "YouTube Channel Series Editing",
|
||||
excerpt:
|
||||
"Complete video editing with custom thumbnails, captions, and YouTube optimization for maximum reach and engagement",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-clapperboard_1187-3211.jpg?_wi=2",
|
||||
imageAlt: "YouTube video editing project showcase",
|
||||
authorName: "Suhag Visuals",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/bald-man-with-beard-wearing-business-clothes-glasses-puffing-cheeks-with-funny-face-mouth-inflated-with-air-crazy-expression_839833-2502.jpg",
|
||||
date: "Ongoing",
|
||||
},
|
||||
id: "1", category: ["YouTube", "Full Edit"],
|
||||
title: "YouTube Channel Series Editing", excerpt:
|
||||
"Complete video editing with custom thumbnails, captions, and YouTube optimization for maximum reach and engagement", imageSrc: "http://img.b2bpic.net/free-photo/man-with-clapperboard_1187-3211.jpg", imageAlt: "YouTube video editing project showcase", authorName: "Suhag Visuals", authorAvatar: "http://img.b2bpic.net/free-photo/bald-man-with-beard-wearing-business-clothes-glasses-puffing-cheeks-with-funny-face-mouth-inflated-with-air-crazy-expression_839833-2502.jpg", date: "Ongoing"},
|
||||
{
|
||||
id: "2",
|
||||
category: ["Instagram", "Reels"],
|
||||
title: "Viral Reels Content Creation",
|
||||
excerpt:
|
||||
"Fast-paced, trend-focused Instagram Reels and TikTok content designed for maximum algorithm visibility and shares",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-having-photography-passion_23-2148424439.jpg?_wi=2",
|
||||
imageAlt: "Instagram reels viral video content",
|
||||
authorName: "Suhag Visuals",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/bald-man-with-beard-wearing-business-clothes-glasses-puffing-cheeks-with-funny-face-mouth-inflated-with-air-crazy-expression_839833-2502.jpg",
|
||||
date: "Weekly",
|
||||
},
|
||||
id: "2", category: ["Instagram", "Reels"],
|
||||
title: "Viral Reels Content Creation", excerpt:
|
||||
"Fast-paced, trend-focused Instagram Reels and TikTok content designed for maximum algorithm visibility and shares", imageSrc: "http://img.b2bpic.net/free-photo/woman-having-photography-passion_23-2148424439.jpg", imageAlt: "Instagram reels viral video content", authorName: "Suhag Visuals", authorAvatar: "http://img.b2bpic.net/free-photo/bald-man-with-beard-wearing-business-clothes-glasses-puffing-cheeks-with-funny-face-mouth-inflated-with-air-crazy-expression_839833-2502.jpg", date: "Weekly"},
|
||||
{
|
||||
id: "3",
|
||||
category: ["Motion", "Graphics"],
|
||||
title: "Professional Brand Animation Package",
|
||||
excerpt:
|
||||
"Complete motion graphics package including logo animation, intro sequences, and cinematic transitions",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/people-going-back-work_52683-48224.jpg?_wi=2",
|
||||
imageAlt: "Motion graphics professional animation",
|
||||
authorName: "Suhag Visuals",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/bald-man-with-beard-wearing-business-clothes-glasses-puffing-cheeks-with-funny-face-mouth-inflated-with-air-crazy-expression_839833-2502.jpg",
|
||||
date: "Recent",
|
||||
},
|
||||
id: "3", category: ["Motion", "Graphics"],
|
||||
title: "Professional Brand Animation Package", excerpt:
|
||||
"Complete motion graphics package including logo animation, intro sequences, and cinematic transitions", imageSrc: "http://img.b2bpic.net/free-vector/people-going-back-work_52683-48224.jpg", imageAlt: "Motion graphics professional animation", authorName: "Suhag Visuals", authorAvatar: "http://img.b2bpic.net/free-photo/bald-man-with-beard-wearing-business-clothes-glasses-puffing-cheeks-with-funny-face-mouth-inflated-with-air-crazy-expression_839833-2502.jpg", date: "Recent"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -192,28 +140,20 @@ export default function ServicesPage() {
|
||||
description="Tell us about your video content needs and we'll provide a personalized quote with timeline and deliverables."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder:
|
||||
"Describe your project details (video platform, duration, style preferences, deadline...)",
|
||||
rows: 6,
|
||||
name: "message", placeholder:
|
||||
"Describe your project details (video platform, duration, style preferences, deadline...)", rows: 6,
|
||||
required: true,
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-team-working-together-use-laptop_1157-27436.jpg?_wi=2"
|
||||
imageAlt: "Professional video editing workspace"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-team-working-together-use-laptop_1157-27436.jpg"
|
||||
imageAlt="Professional video editing workspace"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
buttonText="Request Quote"
|
||||
|
||||
Reference in New Issue
Block a user