Merge version_1 into main #2
@@ -17,7 +17,7 @@ export default function AboutPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -34,9 +34,7 @@ export default function AboutPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:+968XXXXXXX",
|
||||
}}
|
||||
text: "Call Now", href: "tel:+968XXXXXXX"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -52,28 +50,20 @@ export default function AboutPage() {
|
||||
tagAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Creative Excellence",
|
||||
description: "Every frame is crafted with intention. We bring cinematic quality and artistic vision to commercial work that actually converts.",
|
||||
icon: Lightbulb,
|
||||
title: "Creative Excellence", description: "Every frame is crafted with intention. We bring cinematic quality and artistic vision to commercial work that actually converts.", icon: Lightbulb,
|
||||
},
|
||||
{
|
||||
title: "Local Expertise",
|
||||
description: "Deep understanding of Oman's market, culture, and business landscape. We create content that resonates with your audience.",
|
||||
icon: MapPin,
|
||||
title: "Local Expertise", description: "Deep understanding of Oman's market, culture, and business landscape. We create content that resonates with your audience.", icon: MapPin,
|
||||
},
|
||||
{
|
||||
title: "Results-Driven",
|
||||
description: "We measure success by your business outcomes—not just views. Our work is designed to generate leads, calls, and conversions.",
|
||||
icon: TrendingUp,
|
||||
title: "Results-Driven", description: "We measure success by your business outcomes—not just views. Our work is designed to generate leads, calls, and conversions.", icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
title: "Full-Service Production",
|
||||
description: "From concept development and storyboarding to post-production, we handle every detail with professional precision.",
|
||||
icon: Clapperboard,
|
||||
title: "Full-Service Production", description: "From concept development and storyboarding to post-production, we handle every detail with professional precision.", icon: Clapperboard,
|
||||
},
|
||||
]}
|
||||
imagePosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/set-up-studio-shoot_53876-144951.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/set-up-studio-shoot_53876-144951.jpg"
|
||||
imageAlt="Venti Art Studio production setup"
|
||||
mediaAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -95,22 +85,14 @@ export default function AboutPage() {
|
||||
tagIcon={Award}
|
||||
tagAnimation="slide-up"
|
||||
names={[
|
||||
"Automotive Dealers",
|
||||
"Fine Dining",
|
||||
"Fashion & Retail",
|
||||
"Interior Design",
|
||||
"Real Estate",
|
||||
"Tech Startups",
|
||||
"Healthcare",
|
||||
"Hospitality",
|
||||
]}
|
||||
"Automotive Dealers", "Fine Dining", "Fashion & Retail", "Interior Design", "Real Estate", "Tech Startups", "Healthcare", "Hospitality"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
containerClassName="py-16 md:py-24"
|
||||
titleClassName="text-4xl md:text-5xl font-bold"
|
||||
descriptionClassName="text-base md:text-lg text-gray-600 mt-4"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-bold"
|
||||
textBoxDescriptionClassName="text-base md:text-lg text-gray-600 mt-4"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@@ -126,25 +108,13 @@ export default function AboutPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ahmed Al-Mansouri",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-studio_23-2150275677.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Ahmed Al-Mansouri", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-studio_23-2150275677.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Fatima Al-Rashdi",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg?_wi=2",
|
||||
},
|
||||
id: "2", name: "Fatima Al-Rashdi", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Mohammed Al-Balushi",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-corrects-belt-fees-groom-man-s-hands-dressing-man-buttons-pants-jeans_8353-5893.jpg?_wi=2",
|
||||
},
|
||||
id: "3", name: "Mohammed Al-Balushi", imageSrc: "http://img.b2bpic.net/free-photo/man-corrects-belt-fees-groom-man-s-hands-dressing-man-buttons-pants-jeans_8353-5893.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Layla Al-Harami",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-businesswoman-work_1098-3861.jpg?_wi=2",
|
||||
},
|
||||
id: "4", name: "Layla Al-Harami", imageSrc: "http://img.b2bpic.net/free-photo/positive-businesswoman-work_1098-3861.jpg"},
|
||||
]}
|
||||
containerClassName="py-16 md:py-24 flex items-center justify-center"
|
||||
cardClassName="max-w-2xl"
|
||||
@@ -156,72 +126,45 @@ export default function AboutPage() {
|
||||
{/* Footer */}
|
||||
<div id="footer" data-section="footer" className="w-full bg-foreground text-card">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/room-with-modern-paintings_1048-2469.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/room-with-modern-paintings_1048-2469.jpg"
|
||||
imageAlt="Venti Art Studio footer"
|
||||
logoText="Venti Art Studio"
|
||||
copyrightText="© 2025 Venti Art Studio. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Commercial Video Production",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Commercial Video Production", href: "/services"},
|
||||
{
|
||||
label: "Social Media Content",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Social Media Content", href: "/services"},
|
||||
{
|
||||
label: "Creative Campaigns",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Creative Campaigns", href: "/services"},
|
||||
{
|
||||
label: "Brand Visuals",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Brand Visuals", href: "/services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Portfolio",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Portfolio", href: "/services"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Contact", href: "/services"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/968XXXXXXX",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/968XXXXXXX"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com"},
|
||||
{
|
||||
label: "LinkedIn",
|
||||
href: "https://linkedin.com",
|
||||
},
|
||||
label: "LinkedIn", href: "https://linkedin.com"},
|
||||
{
|
||||
label: "Email",
|
||||
href: "mailto:hello@ventiart.om",
|
||||
},
|
||||
label: "Email", href: "mailto:hello@ventiart.om"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
211
src/app/page.tsx
211
src/app/page.tsx
@@ -37,8 +37,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Commercial Video Production", href: "/portfolio" },
|
||||
{ label: "Social Media Content", href: "/portfolio" },
|
||||
{ label: "Creative Campaigns", href: "/portfolio" },
|
||||
@@ -46,8 +45,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/" },
|
||||
{ label: "Portfolio", href: "/portfolio" },
|
||||
{ label: "Contact", href: "/" },
|
||||
@@ -55,8 +53,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "WhatsApp", href: "https://wa.me/968XXXXXXX" },
|
||||
{ label: "Instagram", href: "https://instagram.com" },
|
||||
{ label: "LinkedIn", href: "https://linkedin.com" },
|
||||
@@ -72,7 +69,7 @@ export default function HomePage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -83,9 +80,7 @@ export default function HomePage() {
|
||||
brandName="Venti"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:+968XXXXXXX",
|
||||
}}
|
||||
text: "Call Now", href: "tel:+968XXXXXXX"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -97,16 +92,12 @@ export default function HomePage() {
|
||||
tag="Premium Production Studio"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+968XXXXXXX",
|
||||
},
|
||||
text: "Call Now", href: "tel:+968XXXXXXX"},
|
||||
{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Quote", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
videoSrc="http://img.b2bpic.net/free-photo/clapperboard-camera-lenses-film-reels_23-2147775691.jpg"
|
||||
@@ -132,41 +123,29 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
icon: Film,
|
||||
title: "Commercial Video Production",
|
||||
description: "Professional advertising videos, brand films, and automotive content that captivates audiences and drives conversions.",
|
||||
},
|
||||
title: "Commercial Video Production", description: "Professional advertising videos, brand films, and automotive content that captivates audiences and drives conversions."},
|
||||
{
|
||||
icon: Camera,
|
||||
title: "Social Media Content",
|
||||
description: "Instagram reels, promotional videos, and platform-optimized content designed for maximum engagement and reach.",
|
||||
},
|
||||
title: "Social Media Content", description: "Instagram reels, promotional videos, and platform-optimized content designed for maximum engagement and reach."},
|
||||
{
|
||||
icon: Lightbulb,
|
||||
title: "Creative Campaigns",
|
||||
description: "Full concept development, storyboarding, and creative direction to transform your brand vision into compelling visual stories.",
|
||||
},
|
||||
title: "Creative Campaigns", description: "Full concept development, storyboarding, and creative direction to transform your brand vision into compelling visual stories."},
|
||||
{
|
||||
icon: Palette,
|
||||
title: "Brand Visuals",
|
||||
description: "Product photography, lifestyle shots, and brand identity visuals that position your business as premium and professional.",
|
||||
},
|
||||
title: "Brand Visuals", description: "Product photography, lifestyle shots, and brand identity visuals that position your business as premium and professional."},
|
||||
{
|
||||
icon: Sparkles,
|
||||
title: "Video Directing",
|
||||
description: "Expert direction and cinematography that captures your brand essence with cinematic quality and professional execution.",
|
||||
},
|
||||
title: "Video Directing", description: "Expert direction and cinematography that captures your brand essence with cinematic quality and professional execution."},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Fast Delivery",
|
||||
description: "Quick turnaround without compromising quality. We understand your business moves fast, and so do we.",
|
||||
},
|
||||
title: "Fast Delivery", description: "Quick turnaround without compromising quality. We understand your business moves fast, and so do we."},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
containerClassName="py-16 md:py-24"
|
||||
titleClassName="text-4xl md:text-5xl font-bold"
|
||||
descriptionClassName="text-base md:text-lg text-gray-600 mt-4"
|
||||
cardTitleClassName="text-4xl md:text-5xl font-bold"
|
||||
cardDescriptionClassName="text-base md:text-lg text-gray-600 mt-4"
|
||||
cardClassName="h-auto min-h-80 p-6 rounded-2xl border border-gray-200"
|
||||
/>
|
||||
</div>
|
||||
@@ -180,73 +159,31 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Automotive",
|
||||
name: "Luxury Car Launch Campaign",
|
||||
price: "View Project",
|
||||
rating: 5,
|
||||
reviewCount: "Premium Execution",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/looks-far-away-modern-stylish-bearded-businessman-automobile-saloon_146671-16681.jpg?_wi=1",
|
||||
imageAlt: "Automotive commercial video campaign",
|
||||
},
|
||||
id: "1", brand: "Automotive", name: "Luxury Car Launch Campaign", price: "View Project", rating: 5,
|
||||
reviewCount: "Premium Execution", imageSrc: "http://img.b2bpic.net/free-photo/looks-far-away-modern-stylish-bearded-businessman-automobile-saloon_146671-16681.jpg", imageAlt: "Automotive commercial video campaign"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Hospitality",
|
||||
name: "Restaurant Promotional Reel",
|
||||
price: "View Project",
|
||||
rating: 5,
|
||||
reviewCount: "Award-Winning",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-filming-with-professional-camera_23-2149066341.jpg?_wi=1",
|
||||
imageAlt: "Fine dining restaurant video production",
|
||||
},
|
||||
id: "2", brand: "Hospitality", name: "Restaurant Promotional Reel", price: "View Project", rating: 5,
|
||||
reviewCount: "Award-Winning", imageSrc: "http://img.b2bpic.net/free-photo/man-filming-with-professional-camera_23-2149066341.jpg", imageAlt: "Fine dining restaurant video production"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Retail",
|
||||
name: "Fashion Brand Social Campaign",
|
||||
price: "View Project",
|
||||
rating: 5,
|
||||
reviewCount: "Viral Success",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-black-woman-running-small-business_23-2150171796.jpg?_wi=1",
|
||||
imageAlt: "Fashion retail video content",
|
||||
},
|
||||
id: "3", brand: "Retail", name: "Fashion Brand Social Campaign", price: "View Project", rating: 5,
|
||||
reviewCount: "Viral Success", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-black-woman-running-small-business_23-2150171796.jpg", imageAlt: "Fashion retail video content"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Construction",
|
||||
name: "Interior Design Showcase",
|
||||
price: "View Project",
|
||||
rating: 5,
|
||||
reviewCount: "Premium Quality",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-curly-woman-stylish-black-silk-suit-sandals-sits-carpet-floor-living-room-ho_197531-33668.jpg?_wi=1",
|
||||
imageAlt: "Interior design project video",
|
||||
},
|
||||
id: "4", brand: "Construction", name: "Interior Design Showcase", price: "View Project", rating: 5,
|
||||
reviewCount: "Premium Quality", imageSrc: "http://img.b2bpic.net/free-photo/happy-curly-woman-stylish-black-silk-suit-sandals-sits-carpet-floor-living-room-ho_197531-33668.jpg", imageAlt: "Interior design project video"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Corporate",
|
||||
name: "Brand Story Documentary",
|
||||
price: "View Project",
|
||||
rating: 5,
|
||||
reviewCount: "Professional Grade",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/team-leader-following-delivery-truck-through-urban-traffic_482257-94095.jpg?_wi=1",
|
||||
imageAlt: "Corporate brand story video",
|
||||
},
|
||||
id: "5", brand: "Corporate", name: "Brand Story Documentary", price: "View Project", rating: 5,
|
||||
reviewCount: "Professional Grade", imageSrc: "http://img.b2bpic.net/free-photo/team-leader-following-delivery-truck-through-urban-traffic_482257-94095.jpg", imageAlt: "Corporate brand story video"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Digital Marketing",
|
||||
name: "Influencer Collaboration",
|
||||
price: "View Project",
|
||||
rating: 5,
|
||||
reviewCount: "High Engagement",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-woman-recording-video-her-room-has-camera-coffee-table-reviewing_1258-281694.jpg?_wi=1",
|
||||
imageAlt: "Social media influencer collaboration video",
|
||||
},
|
||||
id: "6", brand: "Digital Marketing", name: "Influencer Collaboration", price: "View Project", rating: 5,
|
||||
reviewCount: "High Engagement", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-woman-recording-video-her-room-has-camera-coffee-table-reviewing_1258-281694.jpg", imageAlt: "Social media influencer collaboration video"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
containerClassName="py-16 md:py-24"
|
||||
titleClassName="text-4xl md:text-5xl font-bold"
|
||||
descriptionClassName="text-base md:text-lg text-gray-600 mt-4"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-bold"
|
||||
textBoxDescriptionClassName="text-base md:text-lg text-gray-600 mt-4"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -259,28 +196,20 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Creative Excellence",
|
||||
description: "Every frame is crafted with intention. We bring cinematic quality and artistic vision to commercial work that actually converts.",
|
||||
icon: Lightbulb,
|
||||
title: "Creative Excellence", description: "Every frame is crafted with intention. We bring cinematic quality and artistic vision to commercial work that actually converts.", icon: Lightbulb,
|
||||
},
|
||||
{
|
||||
title: "Local Expertise",
|
||||
description: "Deep understanding of Oman's market, culture, and business landscape. We create content that resonates with your audience.",
|
||||
icon: MapPin,
|
||||
title: "Local Expertise", description: "Deep understanding of Oman's market, culture, and business landscape. We create content that resonates with your audience.", icon: MapPin,
|
||||
},
|
||||
{
|
||||
title: "Results-Driven",
|
||||
description: "We measure success by your business outcomes—not just views. Our work is designed to generate leads, calls, and conversions.",
|
||||
icon: TrendingUp,
|
||||
title: "Results-Driven", description: "We measure success by your business outcomes—not just views. Our work is designed to generate leads, calls, and conversions.", icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
title: "Full-Service Production",
|
||||
description: "From concept development and storyboarding to post-production, we handle every detail with professional precision.",
|
||||
icon: Clapperboard,
|
||||
title: "Full-Service Production", description: "From concept development and storyboarding to post-production, we handle every detail with professional precision.", icon: Clapperboard,
|
||||
},
|
||||
]}
|
||||
imagePosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/set-up-studio-shoot_53876-144951.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/set-up-studio-shoot_53876-144951.jpg"
|
||||
imageAlt="Venti Art Studio production setup"
|
||||
mediaAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -299,22 +228,14 @@ export default function HomePage() {
|
||||
tagIcon={Award}
|
||||
tagAnimation="slide-up"
|
||||
names={[
|
||||
"Automotive Dealers",
|
||||
"Fine Dining",
|
||||
"Fashion & Retail",
|
||||
"Interior Design",
|
||||
"Real Estate",
|
||||
"Tech Startups",
|
||||
"Healthcare",
|
||||
"Hospitality",
|
||||
]}
|
||||
"Automotive Dealers", "Fine Dining", "Fashion & Retail", "Interior Design", "Real Estate", "Tech Startups", "Healthcare", "Hospitality"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
containerClassName="py-16 md:py-24"
|
||||
titleClassName="text-4xl md:text-5xl font-bold"
|
||||
descriptionClassName="text-base md:text-lg text-gray-600 mt-4"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-bold"
|
||||
textBoxDescriptionClassName="text-base md:text-lg text-gray-600 mt-4"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -327,25 +248,13 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ahmed Al-Mansouri",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-studio_23-2150275677.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Ahmed Al-Mansouri", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-studio_23-2150275677.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Fatima Al-Rashdi",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg?_wi=1",
|
||||
},
|
||||
id: "2", name: "Fatima Al-Rashdi", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Mohammed Al-Balushi",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-corrects-belt-fees-groom-man-s-hands-dressing-man-buttons-pants-jeans_8353-5893.jpg?_wi=1",
|
||||
},
|
||||
id: "3", name: "Mohammed Al-Balushi", imageSrc: "http://img.b2bpic.net/free-photo/man-corrects-belt-fees-groom-man-s-hands-dressing-man-buttons-pants-jeans_8353-5893.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Layla Al-Harami",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-businesswoman-work_1098-3861.jpg?_wi=1",
|
||||
},
|
||||
id: "4", name: "Layla Al-Harami", imageSrc: "http://img.b2bpic.net/free-photo/positive-businesswoman-work_1098-3861.jpg"},
|
||||
]}
|
||||
containerClassName="py-16 md:py-24 flex items-center justify-center"
|
||||
cardClassName="max-w-2xl"
|
||||
@@ -358,41 +267,21 @@ export default function HomePage() {
|
||||
ctaTitle="Let's Start Your Project"
|
||||
ctaDescription="Whether you need a quick promotional video or a full campaign, we're ready to discuss your vision."
|
||||
ctaButton={{
|
||||
text: "Book a Free Consultation",
|
||||
href: "tel:+968XXXXXXX",
|
||||
}}
|
||||
text: "Book a Free Consultation", href: "tel:+968XXXXXXX"}}
|
||||
ctaIcon={Phone}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What's your typical project timeline?",
|
||||
content: "Most projects take 2-4 weeks from concept to delivery. Rush projects are available. We prioritize quality while keeping your timeline in mind.",
|
||||
},
|
||||
id: "1", title: "What's your typical project timeline?", content: "Most projects take 2-4 weeks from concept to delivery. Rush projects are available. We prioritize quality while keeping your timeline in mind."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you offer package pricing or custom quotes?",
|
||||
content: "We offer flexible pricing options. Most clients start with custom quotes based on their specific needs, scope, and timeline. Contact us for details.",
|
||||
},
|
||||
id: "2", title: "Do you offer package pricing or custom quotes?", content: "We offer flexible pricing options. Most clients start with custom quotes based on their specific needs, scope, and timeline. Contact us for details."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can you help with content strategy?",
|
||||
content: "Yes. Beyond production, we advise on content strategy, platform optimization, and how to maximize ROI on your video investments.",
|
||||
},
|
||||
id: "3", title: "Can you help with content strategy?", content: "Yes. Beyond production, we advise on content strategy, platform optimization, and how to maximize ROI on your video investments."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Do you provide revisions?",
|
||||
content: "Yes. We include revisions in our process to ensure the final product meets your expectations and serves your business goals.",
|
||||
},
|
||||
id: "4", title: "Do you provide revisions?", content: "Yes. We include revisions in our process to ensure the final product meets your expectations and serves your business goals."},
|
||||
{
|
||||
id: "5",
|
||||
title: "What industries do you specialize in?",
|
||||
content: "We work across automotive, hospitality, retail, construction, corporate, and digital marketing. If your industry needs quality video—we can help.",
|
||||
},
|
||||
id: "5", title: "What industries do you specialize in?", content: "We work across automotive, hospitality, retail, construction, corporate, and digital marketing. If your industry needs quality video—we can help."},
|
||||
{
|
||||
id: "6",
|
||||
title: "How do I get started?",
|
||||
content: "Call us, WhatsApp us, or fill out the contact form. We'll schedule a quick intro call to understand your project and provide a quote.",
|
||||
},
|
||||
id: "6", title: "How do I get started?", content: "Call us, WhatsApp us, or fill out the contact form. We'll schedule a quick intro call to understand your project and provide a quote."},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
@@ -404,7 +293,7 @@ export default function HomePage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/room-with-modern-paintings_1048-2469.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/room-with-modern-paintings_1048-2469.jpg"
|
||||
imageAlt="Venti Art Studio footer"
|
||||
logoText="Venti Art Studio"
|
||||
copyrightText="© 2025 Venti Art Studio. All rights reserved."
|
||||
|
||||
@@ -22,8 +22,7 @@ export default function PortfolioPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Commercial Video Production", href: "/portfolio" },
|
||||
{ label: "Social Media Content", href: "/portfolio" },
|
||||
{ label: "Creative Campaigns", href: "/portfolio" },
|
||||
@@ -31,8 +30,7 @@ export default function PortfolioPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/" },
|
||||
{ label: "Portfolio", href: "/portfolio" },
|
||||
{ label: "Contact", href: "/" },
|
||||
@@ -40,8 +38,7 @@ export default function PortfolioPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "WhatsApp", href: "https://wa.me/968XXXXXXX" },
|
||||
{ label: "Instagram", href: "https://instagram.com" },
|
||||
{ label: "LinkedIn", href: "https://linkedin.com" },
|
||||
@@ -57,7 +54,7 @@ export default function PortfolioPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -68,9 +65,7 @@ export default function PortfolioPage() {
|
||||
brandName="Venti"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:+968XXXXXXX",
|
||||
}}
|
||||
text: "Call Now", href: "tel:+968XXXXXXX"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -84,73 +79,31 @@ export default function PortfolioPage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Automotive",
|
||||
name: "Luxury Car Launch Campaign",
|
||||
price: "View Project",
|
||||
rating: 5,
|
||||
reviewCount: "Premium Execution",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/looks-far-away-modern-stylish-bearded-businessman-automobile-saloon_146671-16681.jpg?_wi=2",
|
||||
imageAlt: "Automotive commercial video campaign",
|
||||
},
|
||||
id: "1", brand: "Automotive", name: "Luxury Car Launch Campaign", price: "View Project", rating: 5,
|
||||
reviewCount: "Premium Execution", imageSrc: "http://img.b2bpic.net/free-photo/looks-far-away-modern-stylish-bearded-businessman-automobile-saloon_146671-16681.jpg", imageAlt: "Automotive commercial video campaign"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Hospitality",
|
||||
name: "Restaurant Promotional Reel",
|
||||
price: "View Project",
|
||||
rating: 5,
|
||||
reviewCount: "Award-Winning",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-filming-with-professional-camera_23-2149066341.jpg?_wi=2",
|
||||
imageAlt: "Fine dining restaurant video production",
|
||||
},
|
||||
id: "2", brand: "Hospitality", name: "Restaurant Promotional Reel", price: "View Project", rating: 5,
|
||||
reviewCount: "Award-Winning", imageSrc: "http://img.b2bpic.net/free-photo/man-filming-with-professional-camera_23-2149066341.jpg", imageAlt: "Fine dining restaurant video production"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Retail",
|
||||
name: "Fashion Brand Social Campaign",
|
||||
price: "View Project",
|
||||
rating: 5,
|
||||
reviewCount: "Viral Success",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-black-woman-running-small-business_23-2150171796.jpg?_wi=2",
|
||||
imageAlt: "Fashion retail video content",
|
||||
},
|
||||
id: "3", brand: "Retail", name: "Fashion Brand Social Campaign", price: "View Project", rating: 5,
|
||||
reviewCount: "Viral Success", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-black-woman-running-small-business_23-2150171796.jpg", imageAlt: "Fashion retail video content"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Construction",
|
||||
name: "Interior Design Showcase",
|
||||
price: "View Project",
|
||||
rating: 5,
|
||||
reviewCount: "Premium Quality",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-curly-woman-stylish-black-silk-suit-sandals-sits-carpet-floor-living-room-ho_197531-33668.jpg?_wi=2",
|
||||
imageAlt: "Interior design project video",
|
||||
},
|
||||
id: "4", brand: "Construction", name: "Interior Design Showcase", price: "View Project", rating: 5,
|
||||
reviewCount: "Premium Quality", imageSrc: "http://img.b2bpic.net/free-photo/happy-curly-woman-stylish-black-silk-suit-sandals-sits-carpet-floor-living-room-ho_197531-33668.jpg", imageAlt: "Interior design project video"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Corporate",
|
||||
name: "Brand Story Documentary",
|
||||
price: "View Project",
|
||||
rating: 5,
|
||||
reviewCount: "Professional Grade",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/team-leader-following-delivery-truck-through-urban-traffic_482257-94095.jpg?_wi=2",
|
||||
imageAlt: "Corporate brand story video",
|
||||
},
|
||||
id: "5", brand: "Corporate", name: "Brand Story Documentary", price: "View Project", rating: 5,
|
||||
reviewCount: "Professional Grade", imageSrc: "http://img.b2bpic.net/free-photo/team-leader-following-delivery-truck-through-urban-traffic_482257-94095.jpg", imageAlt: "Corporate brand story video"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Digital Marketing",
|
||||
name: "Influencer Collaboration",
|
||||
price: "View Project",
|
||||
rating: 5,
|
||||
reviewCount: "High Engagement",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-woman-recording-video-her-room-has-camera-coffee-table-reviewing_1258-281694.jpg?_wi=2",
|
||||
imageAlt: "Social media influencer collaboration video",
|
||||
},
|
||||
id: "6", brand: "Digital Marketing", name: "Influencer Collaboration", price: "View Project", rating: 5,
|
||||
reviewCount: "High Engagement", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-woman-recording-video-her-room-has-camera-coffee-table-reviewing_1258-281694.jpg", imageAlt: "Social media influencer collaboration video"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
containerClassName="py-16 md:py-24"
|
||||
titleClassName="text-4xl md:text-5xl font-bold"
|
||||
descriptionClassName="text-base md:text-lg text-gray-600 mt-4"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-bold"
|
||||
textBoxDescriptionClassName="text-base md:text-lg text-gray-600 mt-4"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -162,22 +115,14 @@ export default function PortfolioPage() {
|
||||
tagIcon={Award}
|
||||
tagAnimation="slide-up"
|
||||
names={[
|
||||
"Automotive Dealers",
|
||||
"Fine Dining",
|
||||
"Fashion & Retail",
|
||||
"Interior Design",
|
||||
"Real Estate",
|
||||
"Tech Startups",
|
||||
"Healthcare",
|
||||
"Hospitality",
|
||||
]}
|
||||
"Automotive Dealers", "Fine Dining", "Fashion & Retail", "Interior Design", "Real Estate", "Tech Startups", "Healthcare", "Hospitality"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
containerClassName="py-16 md:py-24"
|
||||
titleClassName="text-4xl md:text-5xl font-bold"
|
||||
descriptionClassName="text-base md:text-lg text-gray-600 mt-4"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-bold"
|
||||
textBoxDescriptionClassName="text-base md:text-lg text-gray-600 mt-4"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -186,41 +131,21 @@ export default function PortfolioPage() {
|
||||
ctaTitle="Ready to Bring Your Vision to Life?"
|
||||
ctaDescription="Browse our portfolio and see how we can transform your brand story into compelling video content that drives results."
|
||||
ctaButton={{
|
||||
text: "Schedule a Consultation",
|
||||
href: "tel:+968XXXXXXX",
|
||||
}}
|
||||
text: "Schedule a Consultation", href: "tel:+968XXXXXXX"}}
|
||||
ctaIcon={Phone}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Can I use these portfolio projects as references?",
|
||||
content: "Absolutely. We're proud of our work and happy to discuss case studies, outcomes, and how similar projects can benefit your business.",
|
||||
},
|
||||
id: "1", title: "Can I use these portfolio projects as references?", content: "Absolutely. We're proud of our work and happy to discuss case studies, outcomes, and how similar projects can benefit your business."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you customize concepts from past projects?",
|
||||
content: "Yes. We can adapt proven concepts and creative directions from our portfolio to fit your brand, industry, and specific goals.",
|
||||
},
|
||||
id: "2", title: "Do you customize concepts from past projects?", content: "Yes. We can adapt proven concepts and creative directions from our portfolio to fit your brand, industry, and specific goals."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What's the production timeline for a project like these?",
|
||||
content: "Timeline varies by project scope. Most portfolio-level productions take 3-6 weeks from initial concept through final delivery.",
|
||||
},
|
||||
id: "3", title: "What's the production timeline for a project like these?", content: "Timeline varies by project scope. Most portfolio-level productions take 3-6 weeks from initial concept through final delivery."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Can you work with our existing brand guidelines?",
|
||||
content: "Definitely. We integrate your brand identity, colors, tone, and messaging into custom video production that feels authentic to your business.",
|
||||
},
|
||||
id: "4", title: "Can you work with our existing brand guidelines?", content: "Definitely. We integrate your brand identity, colors, tone, and messaging into custom video production that feels authentic to your business."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Do you offer different package levels?",
|
||||
content: "We offer flexible options from quick turnaround videos to premium multi-week productions. We'll customize a package that fits your budget and needs.",
|
||||
},
|
||||
id: "5", title: "Do you offer different package levels?", content: "We offer flexible options from quick turnaround videos to premium multi-week productions. We'll customize a package that fits your budget and needs."},
|
||||
{
|
||||
id: "6",
|
||||
title: "How do I request a custom quote for my project?",
|
||||
content: "Contact us directly via phone, WhatsApp, or email. Share your project details, and we'll provide a detailed proposal and timeline.",
|
||||
},
|
||||
id: "6", title: "How do I request a custom quote for my project?", content: "Contact us directly via phone, WhatsApp, or email. Share your project details, and we'll provide a detailed proposal and timeline."},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
@@ -232,7 +157,7 @@ export default function PortfolioPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/room-with-modern-paintings_1048-2469.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/room-with-modern-paintings_1048-2469.jpg"
|
||||
imageAlt="Venti Art Studio footer"
|
||||
logoText="Venti Art Studio"
|
||||
copyrightText="© 2025 Venti Art Studio. All rights reserved."
|
||||
|
||||
@@ -17,7 +17,7 @@ export default function ServicesPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -34,9 +34,7 @@ export default function ServicesPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:+968XXXXXXX",
|
||||
}}
|
||||
text: "Call Now", href: "tel:+968XXXXXXX"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -53,41 +51,29 @@ export default function ServicesPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Film,
|
||||
title: "Commercial Video Production",
|
||||
description: "Professional advertising videos, brand films, and automotive content that captivates audiences and drives conversions.",
|
||||
},
|
||||
title: "Commercial Video Production", description: "Professional advertising videos, brand films, and automotive content that captivates audiences and drives conversions."},
|
||||
{
|
||||
icon: Camera,
|
||||
title: "Social Media Content",
|
||||
description: "Instagram reels, promotional videos, and platform-optimized content designed for maximum engagement and reach.",
|
||||
},
|
||||
title: "Social Media Content", description: "Instagram reels, promotional videos, and platform-optimized content designed for maximum engagement and reach."},
|
||||
{
|
||||
icon: Lightbulb,
|
||||
title: "Creative Campaigns",
|
||||
description: "Full concept development, storyboarding, and creative direction to transform your brand vision into compelling visual stories.",
|
||||
},
|
||||
title: "Creative Campaigns", description: "Full concept development, storyboarding, and creative direction to transform your brand vision into compelling visual stories."},
|
||||
{
|
||||
icon: Palette,
|
||||
title: "Brand Visuals",
|
||||
description: "Product photography, lifestyle shots, and brand identity visuals that position your business as premium and professional.",
|
||||
},
|
||||
title: "Brand Visuals", description: "Product photography, lifestyle shots, and brand identity visuals that position your business as premium and professional."},
|
||||
{
|
||||
icon: Sparkles,
|
||||
title: "Video Directing",
|
||||
description: "Expert direction and cinematography that captures your brand essence with cinematic quality and professional execution.",
|
||||
},
|
||||
title: "Video Directing", description: "Expert direction and cinematography that captures your brand essence with cinematic quality and professional execution."},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Fast Delivery",
|
||||
description: "Quick turnaround without compromising quality. We understand your business moves fast, and so do we.",
|
||||
},
|
||||
title: "Fast Delivery", description: "Quick turnaround without compromising quality. We understand your business moves fast, and so do we."},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
containerClassName="py-16 md:py-24"
|
||||
titleClassName="text-4xl md:text-5xl font-bold"
|
||||
descriptionClassName="text-base md:text-lg text-gray-600 mt-4"
|
||||
cardTitleClassName="text-4xl md:text-5xl font-bold"
|
||||
cardDescriptionClassName="text-base md:text-lg text-gray-600 mt-4"
|
||||
cardClassName="h-auto min-h-80 p-6 rounded-2xl border border-gray-200"
|
||||
/>
|
||||
</div>
|
||||
@@ -104,73 +90,31 @@ export default function ServicesPage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Automotive",
|
||||
name: "Luxury Car Launch Campaign",
|
||||
price: "View Project",
|
||||
rating: 5,
|
||||
reviewCount: "Premium Execution",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/looks-far-away-modern-stylish-bearded-businessman-automobile-saloon_146671-16681.jpg?_wi=3",
|
||||
imageAlt: "Automotive commercial video campaign",
|
||||
},
|
||||
id: "1", brand: "Automotive", name: "Luxury Car Launch Campaign", price: "View Project", rating: 5,
|
||||
reviewCount: "Premium Execution", imageSrc: "http://img.b2bpic.net/free-photo/looks-far-away-modern-stylish-bearded-businessman-automobile-saloon_146671-16681.jpg", imageAlt: "Automotive commercial video campaign"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Hospitality",
|
||||
name: "Restaurant Promotional Reel",
|
||||
price: "View Project",
|
||||
rating: 5,
|
||||
reviewCount: "Award-Winning",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-filming-with-professional-camera_23-2149066341.jpg?_wi=3",
|
||||
imageAlt: "Fine dining restaurant video production",
|
||||
},
|
||||
id: "2", brand: "Hospitality", name: "Restaurant Promotional Reel", price: "View Project", rating: 5,
|
||||
reviewCount: "Award-Winning", imageSrc: "http://img.b2bpic.net/free-photo/man-filming-with-professional-camera_23-2149066341.jpg", imageAlt: "Fine dining restaurant video production"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Retail",
|
||||
name: "Fashion Brand Social Campaign",
|
||||
price: "View Project",
|
||||
rating: 5,
|
||||
reviewCount: "Viral Success",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-black-woman-running-small-business_23-2150171796.jpg?_wi=3",
|
||||
imageAlt: "Fashion retail video content",
|
||||
},
|
||||
id: "3", brand: "Retail", name: "Fashion Brand Social Campaign", price: "View Project", rating: 5,
|
||||
reviewCount: "Viral Success", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-black-woman-running-small-business_23-2150171796.jpg", imageAlt: "Fashion retail video content"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Construction",
|
||||
name: "Interior Design Showcase",
|
||||
price: "View Project",
|
||||
rating: 5,
|
||||
reviewCount: "Premium Quality",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-curly-woman-stylish-black-silk-suit-sandals-sits-carpet-floor-living-room-ho_197531-33668.jpg?_wi=3",
|
||||
imageAlt: "Interior design project video",
|
||||
},
|
||||
id: "4", brand: "Construction", name: "Interior Design Showcase", price: "View Project", rating: 5,
|
||||
reviewCount: "Premium Quality", imageSrc: "http://img.b2bpic.net/free-photo/happy-curly-woman-stylish-black-silk-suit-sandals-sits-carpet-floor-living-room-ho_197531-33668.jpg", imageAlt: "Interior design project video"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Corporate",
|
||||
name: "Brand Story Documentary",
|
||||
price: "View Project",
|
||||
rating: 5,
|
||||
reviewCount: "Professional Grade",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/team-leader-following-delivery-truck-through-urban-traffic_482257-94095.jpg?_wi=3",
|
||||
imageAlt: "Corporate brand story video",
|
||||
},
|
||||
id: "5", brand: "Corporate", name: "Brand Story Documentary", price: "View Project", rating: 5,
|
||||
reviewCount: "Professional Grade", imageSrc: "http://img.b2bpic.net/free-photo/team-leader-following-delivery-truck-through-urban-traffic_482257-94095.jpg", imageAlt: "Corporate brand story video"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Digital Marketing",
|
||||
name: "Influencer Collaboration",
|
||||
price: "View Project",
|
||||
rating: 5,
|
||||
reviewCount: "High Engagement",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-woman-recording-video-her-room-has-camera-coffee-table-reviewing_1258-281694.jpg?_wi=3",
|
||||
imageAlt: "Social media influencer collaboration video",
|
||||
},
|
||||
id: "6", brand: "Digital Marketing", name: "Influencer Collaboration", price: "View Project", rating: 5,
|
||||
reviewCount: "High Engagement", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-woman-recording-video-her-room-has-camera-coffee-table-reviewing_1258-281694.jpg", imageAlt: "Social media influencer collaboration video"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
containerClassName="py-16 md:py-24"
|
||||
titleClassName="text-4xl md:text-5xl font-bold"
|
||||
descriptionClassName="text-base md:text-lg text-gray-600 mt-4"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-bold"
|
||||
textBoxDescriptionClassName="text-base md:text-lg text-gray-600 mt-4"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@@ -182,41 +126,21 @@ export default function ServicesPage() {
|
||||
ctaTitle="Let's Start Your Project"
|
||||
ctaDescription="Whether you need a quick promotional video or a full campaign, we're ready to discuss your vision."
|
||||
ctaButton={{
|
||||
text: "Book a Free Consultation",
|
||||
href: "tel:+968XXXXXXX",
|
||||
}}
|
||||
text: "Book a Free Consultation", href: "tel:+968XXXXXXX"}}
|
||||
ctaIcon={Phone}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What's your typical project timeline?",
|
||||
content: "Most projects take 2-4 weeks from concept to delivery. Rush projects are available. We prioritize quality while keeping your timeline in mind.",
|
||||
},
|
||||
id: "1", title: "What's your typical project timeline?", content: "Most projects take 2-4 weeks from concept to delivery. Rush projects are available. We prioritize quality while keeping your timeline in mind."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you offer package pricing or custom quotes?",
|
||||
content: "We offer flexible pricing options. Most clients start with custom quotes based on their specific needs, scope, and timeline. Contact us for details.",
|
||||
},
|
||||
id: "2", title: "Do you offer package pricing or custom quotes?", content: "We offer flexible pricing options. Most clients start with custom quotes based on their specific needs, scope, and timeline. Contact us for details."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can you help with content strategy?",
|
||||
content: "Yes. Beyond production, we advise on content strategy, platform optimization, and how to maximize ROI on your video investments.",
|
||||
},
|
||||
id: "3", title: "Can you help with content strategy?", content: "Yes. Beyond production, we advise on content strategy, platform optimization, and how to maximize ROI on your video investments."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Do you provide revisions?",
|
||||
content: "Yes. We include revisions in our process to ensure the final product meets your expectations and serves your business goals.",
|
||||
},
|
||||
id: "4", title: "Do you provide revisions?", content: "Yes. We include revisions in our process to ensure the final product meets your expectations and serves your business goals."},
|
||||
{
|
||||
id: "5",
|
||||
title: "What industries do you specialize in?",
|
||||
content: "We work across automotive, hospitality, retail, construction, corporate, and digital marketing. If your industry needs quality video—we can help.",
|
||||
},
|
||||
id: "5", title: "What industries do you specialize in?", content: "We work across automotive, hospitality, retail, construction, corporate, and digital marketing. If your industry needs quality video—we can help."},
|
||||
{
|
||||
id: "6",
|
||||
title: "How do I get started?",
|
||||
content: "Call us, WhatsApp us, or fill out the contact form. We'll schedule a quick intro call to understand your project and provide a quote.",
|
||||
},
|
||||
id: "6", title: "How do I get started?", content: "Call us, WhatsApp us, or fill out the contact form. We'll schedule a quick intro call to understand your project and provide a quote."},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
@@ -230,72 +154,45 @@ export default function ServicesPage() {
|
||||
{/* Footer */}
|
||||
<div id="footer" data-section="footer" className="w-full bg-foreground text-card">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/room-with-modern-paintings_1048-2469.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/room-with-modern-paintings_1048-2469.jpg"
|
||||
imageAlt="Venti Art Studio footer"
|
||||
logoText="Venti Art Studio"
|
||||
copyrightText="© 2025 Venti Art Studio. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Commercial Video Production",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Commercial Video Production", href: "/services"},
|
||||
{
|
||||
label: "Social Media Content",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Social Media Content", href: "/services"},
|
||||
{
|
||||
label: "Creative Campaigns",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Creative Campaigns", href: "/services"},
|
||||
{
|
||||
label: "Brand Visuals",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Brand Visuals", href: "/services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Portfolio",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Portfolio", href: "/services"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Contact", href: "/services"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/968XXXXXXX",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/968XXXXXXX"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com"},
|
||||
{
|
||||
label: "LinkedIn",
|
||||
href: "https://linkedin.com",
|
||||
},
|
||||
label: "LinkedIn", href: "https://linkedin.com"},
|
||||
{
|
||||
label: "Email",
|
||||
href: "mailto:hello@ventiart.om",
|
||||
},
|
||||
label: "Email", href: "mailto:hello@ventiart.om"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user