Merge version_1 into main #3
@@ -63,7 +63,7 @@ export default function AboutPage() {
|
||||
},
|
||||
]}
|
||||
imagePosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/set-up-studio-shoot_53876-144951.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/set-up-studio-shoot_53876-144951.jpg?_wi=2"
|
||||
imageAlt="Venti Art Studio production setup"
|
||||
mediaAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -108,13 +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"},
|
||||
id: "1", name: "Ahmed Al-Mansouri", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-studio_23-2150275677.jpg?_wi=2"},
|
||||
{
|
||||
id: "2", name: "Fatima Al-Rashdi", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg"},
|
||||
id: "2", name: "Fatima Al-Rashdi", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.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: "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: "4", name: "Layla Al-Harami", imageSrc: "http://img.b2bpic.net/free-photo/positive-businesswoman-work_1098-3861.jpg"},
|
||||
id: "4", name: "Layla Al-Harami", imageSrc: "http://img.b2bpic.net/free-photo/positive-businesswoman-work_1098-3861.jpg?_wi=2"},
|
||||
]}
|
||||
containerClassName="py-16 md:py-24 flex items-center justify-center"
|
||||
cardClassName="max-w-2xl"
|
||||
@@ -126,7 +126,7 @@ 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"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/room-with-modern-paintings_1048-2469.jpg?_wi=4"
|
||||
imageAlt="Venti Art Studio footer"
|
||||
logoText="Venti Art Studio"
|
||||
copyrightText="© 2025 Venti Art Studio. All rights reserved."
|
||||
|
||||
@@ -160,22 +160,22 @@ export default function HomePage() {
|
||||
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", imageAlt: "Automotive commercial video campaign"},
|
||||
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: "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"},
|
||||
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: "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"},
|
||||
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: "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"},
|
||||
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: "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"},
|
||||
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: "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"},
|
||||
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"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -209,7 +209,7 @@ export default function HomePage() {
|
||||
},
|
||||
]}
|
||||
imagePosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/set-up-studio-shoot_53876-144951.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/set-up-studio-shoot_53876-144951.jpg?_wi=1"
|
||||
imageAlt="Venti Art Studio production setup"
|
||||
mediaAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -248,13 +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"},
|
||||
id: "1", name: "Ahmed Al-Mansouri", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-studio_23-2150275677.jpg?_wi=1"},
|
||||
{
|
||||
id: "2", name: "Fatima Al-Rashdi", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg"},
|
||||
id: "2", name: "Fatima Al-Rashdi", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.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: "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: "4", name: "Layla Al-Harami", imageSrc: "http://img.b2bpic.net/free-photo/positive-businesswoman-work_1098-3861.jpg"},
|
||||
id: "4", name: "Layla Al-Harami", imageSrc: "http://img.b2bpic.net/free-photo/positive-businesswoman-work_1098-3861.jpg?_wi=1"},
|
||||
]}
|
||||
containerClassName="py-16 md:py-24 flex items-center justify-center"
|
||||
cardClassName="max-w-2xl"
|
||||
@@ -293,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"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/room-with-modern-paintings_1048-2469.jpg?_wi=1"
|
||||
imageAlt="Venti Art Studio footer"
|
||||
logoText="Venti Art Studio"
|
||||
copyrightText="© 2025 Venti Art Studio. All rights reserved."
|
||||
|
||||
@@ -80,22 +80,22 @@ export default function PortfolioPage() {
|
||||
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", imageAlt: "Automotive commercial video campaign"},
|
||||
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: "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"},
|
||||
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: "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"},
|
||||
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: "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"},
|
||||
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: "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"},
|
||||
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: "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"},
|
||||
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"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -157,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"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/room-with-modern-paintings_1048-2469.jpg?_wi=2"
|
||||
imageAlt="Venti Art Studio footer"
|
||||
logoText="Venti Art Studio"
|
||||
copyrightText="© 2025 Venti Art Studio. All rights reserved."
|
||||
|
||||
@@ -91,22 +91,22 @@ export default function ServicesPage() {
|
||||
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", imageAlt: "Automotive commercial video campaign"},
|
||||
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: "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"},
|
||||
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: "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"},
|
||||
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: "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"},
|
||||
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: "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"},
|
||||
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: "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"},
|
||||
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"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -154,7 +154,7 @@ 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"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/room-with-modern-paintings_1048-2469.jpg?_wi=3"
|
||||
imageAlt="Venti Art Studio footer"
|
||||
logoText="Venti Art Studio"
|
||||
copyrightText="© 2025 Venti Art Studio. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user