Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ef74dc4be0 | |||
| ae11695446 | |||
| 885682f078 | |||
| 7716d77bf2 | |||
| f3eaea49a5 | |||
| 50f5e7526e |
210
src/app/page.tsx
210
src/app/page.tsx
@@ -24,8 +24,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Services", href: "/services" },
|
||||
@@ -33,8 +32,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Video Editing", href: "/services" },
|
||||
{ label: "Graphic Design", href: "/services" },
|
||||
{ label: "Social Media Management", href: "/services" },
|
||||
@@ -42,8 +40,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Instagram", href: "https://instagram.com/noorish_studio" },
|
||||
{ label: "Email", href: "mailto:noorish.hanofficial@gmail.com" },
|
||||
{ label: "Phone", href: "tel:+923257833336" },
|
||||
@@ -51,8 +48,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Work With Us", href: "/contact" },
|
||||
@@ -78,65 +74,42 @@ export default function HomePage() {
|
||||
brandName="Noorish Studio"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Work With Us",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Work With Us", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
title="Scale Your Brand with Strategic Content"
|
||||
title="Transform Your Brand Into a High-Performance Content Machine"
|
||||
description="Noorish Studio combines social media management, high-end video editing, and performance marketing to elevate your brand presence."
|
||||
tag="Premium Creative Agency"
|
||||
tagAnimation="slide-up"
|
||||
mediaAnimation="slide-up"
|
||||
background={{
|
||||
variant: "glowing-orb",
|
||||
}}
|
||||
variant: "glowing-orb"}}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Portfolio",
|
||||
href: "/portfolio",
|
||||
},
|
||||
text: "Start Your Project", href: "/contact"},
|
||||
{
|
||||
text: "Get in Touch",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "View Portfolio", href: "/portfolio"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-smiley-people-working_23-2149636270.jpg"
|
||||
imageAlt="modern creative agency workspace dark theme"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Alex Johnson",
|
||||
handle: "Marketing Manager, TechBrand",
|
||||
testimonial: "Noorish Studio transformed our social media presence. Their strategic approach and high-quality content tripled our engagement.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-have-unexpected-idea_329181-749.jpg",
|
||||
},
|
||||
name: "Alex Johnson", handle: "Marketing Manager, TechBrand", testimonial: "Noorish Studio transformed our social media presence. Their strategic approach and high-quality content tripled our engagement.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-have-unexpected-idea_329181-749.jpg"},
|
||||
{
|
||||
name: "Sarah Chen",
|
||||
handle: "Brand Director, Fashion Co",
|
||||
testimonial: "Professional, creative, and results-driven. Their video editing work is absolutely stunning and has boosted our conversions.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-sitting-couch-smiling_23-2148095698.jpg",
|
||||
},
|
||||
name: "Sarah Chen", handle: "Brand Director, Fashion Co", testimonial: "Professional, creative, and results-driven. Their video editing work is absolutely stunning and has boosted our conversions.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-sitting-couch-smiling_23-2148095698.jpg"},
|
||||
{
|
||||
name: "Marcus Williams",
|
||||
handle: "CEO, Digital Ventures",
|
||||
testimonial: "The team at Noorish Studio understands brand storytelling. They deliver content that actually drives performance metrics.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg",
|
||||
},
|
||||
name: "Marcus Williams", handle: "CEO, Digital Ventures", testimonial: "The team at Noorish Studio understands brand storytelling. They deliver content that actually drives performance metrics.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg"},
|
||||
{
|
||||
name: "Emma Rodriguez",
|
||||
handle: "Content Lead, StartupXYZ",
|
||||
testimonial: "Outstanding service. Fast turnaround, attention to detail, and creative excellence. Highly recommend!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-blonde-confident-young-businesswoman-against-gray-background_23-2148029500.jpg",
|
||||
},
|
||||
name: "Emma Rodriguez", handle: "Content Lead, StartupXYZ", testimonial: "Outstanding service. Fast turnaround, attention to detail, and creative excellence. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-blonde-confident-young-businesswoman-against-gray-background_23-2148029500.jpg"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
showMarqueeCard={false}
|
||||
@@ -155,41 +128,17 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Video Editing",
|
||||
description: "High-end cinematic editing for YouTube, promotional videos, and branded content that captivates your audience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/computer-home-office-showing-program-converting-text-prompts-into-photos_482257-125010.jpg?_wi=1",
|
||||
imageAlt: "video editing software interface professional",
|
||||
},
|
||||
title: "Video Editing", description: "High-end cinematic editing for YouTube, promotional videos, and branded content that captivates your audience.", imageSrc: "http://img.b2bpic.net/free-photo/computer-home-office-showing-program-converting-text-prompts-into-photos_482257-125010.jpg?_wi=1", imageAlt: "video editing software interface professional"},
|
||||
{
|
||||
title: "Graphic Design",
|
||||
description: "Custom branding, posters, thumbnails, banners, and brochures that reflect your brand's premium aesthetic.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-interior-design-project_23-2150346541.jpg?_wi=1",
|
||||
imageAlt: "graphic design studio workspace creative",
|
||||
},
|
||||
title: "Graphic Design", description: "Custom branding, posters, thumbnails, banners, and brochures that reflect your brand's premium aesthetic.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-interior-design-project_23-2150346541.jpg?_wi=1", imageAlt: "graphic design studio workspace creative"},
|
||||
{
|
||||
title: "Social Media Management",
|
||||
description: "Strategic content planning and execution across all platforms to build engaged communities and drive conversions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/online-marketing-advertising-branding-strategy-concept_53876-134046.jpg?_wi=1",
|
||||
imageAlt: "social media management dashboard analytics",
|
||||
},
|
||||
title: "Social Media Management", description: "Strategic content planning and execution across all platforms to build engaged communities and drive conversions.", imageSrc: "http://img.b2bpic.net/free-photo/online-marketing-advertising-branding-strategy-concept_53876-134046.jpg?_wi=1", imageAlt: "social media management dashboard analytics"},
|
||||
{
|
||||
title: "Motion Graphics",
|
||||
description: "Animated graphics and motion design that bring your brand story to life with professional, eye-catching visuals.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/skilled-filmmakers-editing-footage_482257-121471.jpg?_wi=1",
|
||||
imageAlt: "motion graphics animation studio",
|
||||
},
|
||||
title: "Motion Graphics", description: "Animated graphics and motion design that bring your brand story to life with professional, eye-catching visuals.", imageSrc: "http://img.b2bpic.net/free-photo/skilled-filmmakers-editing-footage_482257-121471.jpg?_wi=1", imageAlt: "motion graphics animation studio"},
|
||||
{
|
||||
title: "Quick Social Reels",
|
||||
description: "Fast-turnaround, scroll-stopping short-form content optimized for TikTok, Instagram, and YouTube Shorts.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-teenage-girls-recording-reels-themselves-outdoors-social-media_23-2149749807.jpg?_wi=1",
|
||||
imageAlt: "short form video content creation",
|
||||
},
|
||||
title: "Quick Social Reels", description: "Fast-turnaround, scroll-stopping short-form content optimized for TikTok, Instagram, and YouTube Shorts.", imageSrc: "http://img.b2bpic.net/free-photo/young-teenage-girls-recording-reels-themselves-outdoors-social-media_23-2149749807.jpg?_wi=1", imageAlt: "short form video content creation"},
|
||||
{
|
||||
title: "YouTube Editing",
|
||||
description: "End-to-end YouTube video production, editing, and optimization to maximize views and subscriber growth.",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/kickboxing-training-youtube-cover-template_23-2149589653.jpg?_wi=1",
|
||||
imageAlt: "youtube video channel editing professional",
|
||||
},
|
||||
title: "YouTube Editing", description: "End-to-end YouTube video production, editing, and optimization to maximize views and subscriber growth.", imageSrc: "http://img.b2bpic.net/free-psd/kickboxing-training-youtube-cover-template_23-2149589653.jpg?_wi=1", imageAlt: "youtube video channel editing professional"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -206,37 +155,13 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "YouTube Channel Overhaul",
|
||||
price: "Premium Editing",
|
||||
variant: "Tech Startup - 40+ Videos",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/casual-man-holding-open-movie-clap_93675-133774.jpg?_wi=1",
|
||||
imageAlt: "youtube video production high quality",
|
||||
},
|
||||
id: "1", name: "YouTube Channel Overhaul", price: "Premium Editing", variant: "Tech Startup - 40+ Videos", imageSrc: "http://img.b2bpic.net/free-photo/casual-man-holding-open-movie-clap_93675-133774.jpg?_wi=1", imageAlt: "youtube video production high quality"},
|
||||
{
|
||||
id: "2",
|
||||
name: "TikTok Campaign Series",
|
||||
price: "Viral Content",
|
||||
variant: "Fashion Brand - 50K+ Followers",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-filming-with-professional-camera-new-movie_23-2149066385.jpg?_wi=1",
|
||||
imageAlt: "viral tiktok video content trending",
|
||||
},
|
||||
id: "2", name: "TikTok Campaign Series", price: "Viral Content", variant: "Fashion Brand - 50K+ Followers", imageSrc: "http://img.b2bpic.net/free-photo/man-filming-with-professional-camera-new-movie_23-2149066385.jpg?_wi=1", imageAlt: "viral tiktok video content trending"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Brand Identity Package",
|
||||
price: "Complete Design",
|
||||
variant: "SaaS Company - Logo & Branding",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/white-business-card-with-red-details_1435-1086.jpg?_wi=1",
|
||||
imageAlt: "brand identity design saas company",
|
||||
},
|
||||
id: "3", name: "Brand Identity Package", price: "Complete Design", variant: "SaaS Company - Logo & Branding", imageSrc: "http://img.b2bpic.net/free-vector/white-business-card-with-red-details_1435-1086.jpg?_wi=1", imageAlt: "brand identity design saas company"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Instagram Reels Collection",
|
||||
price: "Content Strategy",
|
||||
variant: "Lifestyle Brand - 100K+ Engagement",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/watercolor-hand-drawn-wedding-instagram-post_23-2149084465.jpg?_wi=1",
|
||||
imageAlt: "instagram feed aesthetic lifestyle brand",
|
||||
},
|
||||
id: "4", name: "Instagram Reels Collection", price: "Content Strategy", variant: "Lifestyle Brand - 100K+ Engagement", imageSrc: "http://img.b2bpic.net/free-vector/watercolor-hand-drawn-wedding-instagram-post_23-2149084465.jpg?_wi=1", imageAlt: "instagram feed aesthetic lifestyle brand"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -269,59 +194,23 @@ export default function HomePage() {
|
||||
showRating={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "David Park",
|
||||
handle: "@davidpark_ceo",
|
||||
testimonial: "Working with Noorish Studio was a game-changer. Their video editing brought our brand to professional levels we didn't think were possible.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-man_23-2148479524.jpg",
|
||||
imageAlt: "professional man business portrait",
|
||||
},
|
||||
id: "1", name: "David Park", handle: "@davidpark_ceo", testimonial: "Working with Noorish Studio was a game-changer. Their video editing brought our brand to professional levels we didn't think were possible.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-man_23-2148479524.jpg", imageAlt: "professional man business portrait"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Jessica Laurent",
|
||||
handle: "@jessicalaurent_founder",
|
||||
testimonial: "Their social media management strategy increased our audience by 300% in just 6 months. Incredible ROI!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-sitting-chair_23-2149833734.jpg",
|
||||
imageAlt: "professional woman business photo",
|
||||
},
|
||||
id: "2", name: "Jessica Laurent", handle: "@jessicalaurent_founder", testimonial: "Their social media management strategy increased our audience by 300% in just 6 months. Incredible ROI!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-sitting-chair_23-2149833734.jpg", imageAlt: "professional woman business photo"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Ryan Mitchell",
|
||||
handle: "@ryanmitchell_brand",
|
||||
testimonial: "Professional, creative, and results-oriented. Noorish Studio delivered beyond expectations on our entire rebrand.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-serious-businessman-white-shirt-looking-camera-standing-confident_1258-26762.jpg",
|
||||
imageAlt: "professional man corporate portrait",
|
||||
},
|
||||
id: "3", name: "Ryan Mitchell", handle: "@ryanmitchell_brand", testimonial: "Professional, creative, and results-oriented. Noorish Studio delivered beyond expectations on our entire rebrand.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-serious-businessman-white-shirt-looking-camera-standing-confident_1258-26762.jpg", imageAlt: "professional man corporate portrait"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Lisa Chen",
|
||||
handle: "@lisachen_marketing",
|
||||
testimonial: "The quality of their graphic design work is outstanding. Every asset they create elevates our brand presence.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-her-employees-background_1262-20305.jpg",
|
||||
imageAlt: "professional woman corporate photo",
|
||||
},
|
||||
id: "4", name: "Lisa Chen", handle: "@lisachen_marketing", testimonial: "The quality of their graphic design work is outstanding. Every asset they create elevates our brand presence.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-her-employees-background_1262-20305.jpg", imageAlt: "professional woman corporate photo"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Marcus Thompson",
|
||||
handle: "@marcus_ventures",
|
||||
testimonial: "Fast turnaround, excellent communication, and creative solutions. Highly recommended for any brand serious about growth.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg",
|
||||
imageAlt: "business man professional portrait",
|
||||
},
|
||||
id: "5", name: "Marcus Thompson", handle: "@marcus_ventures", testimonial: "Fast turnaround, excellent communication, and creative solutions. Highly recommended for any brand serious about growth.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg", imageAlt: "business man professional portrait"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Sophie Wallace",
|
||||
handle: "@sophiewallace_brand",
|
||||
testimonial: "Noorish Studio understands modern content creation. Their motion graphics work is absolutely stunning and drives real engagement.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg",
|
||||
imageAlt: "professional woman business photo portrait",
|
||||
},
|
||||
id: "6", name: "Sophie Wallace", handle: "@sophiewallace_brand", testimonial: "Noorish Studio understands modern content creation. Their motion graphics work is absolutely stunning and drives real engagement.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg", imageAlt: "professional woman business photo portrait"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -337,15 +226,7 @@ export default function HomePage() {
|
||||
speed={40}
|
||||
showCard={true}
|
||||
names={[
|
||||
"TechBrand Solutions",
|
||||
"Fashion Forward Co",
|
||||
"Digital Ventures",
|
||||
"StartupXYZ",
|
||||
"E-commerce Elite",
|
||||
"Creative Studios",
|
||||
"Luxury Brands",
|
||||
"Entertainment Media",
|
||||
]}
|
||||
"TechBrand Solutions", "Fashion Forward Co", "Digital Ventures", "StartupXYZ", "E-commerce Elite", "Creative Studios", "Luxury Brands", "Entertainment Media"]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -354,18 +235,13 @@ export default function HomePage() {
|
||||
text="Ready to scale your brand with strategic content and creative excellence? Let's create something extraordinary together."
|
||||
animationType="reveal-blur"
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Your Project",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Start Your Project", href: "/contact"},
|
||||
{
|
||||
text: "Schedule Consultation",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Schedule Consultation", href: "/contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user