Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -5,12 +5,11 @@ import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatin
|
||||
import HeroSplit from "@/components/sections/hero/HeroSplit";
|
||||
import SplitAbout from "@/components/sections/about/SplitAbout";
|
||||
import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia";
|
||||
import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven";
|
||||
import TeamCardFive from "@/components/sections/team/TeamCardFive";
|
||||
import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen";
|
||||
import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen";
|
||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
||||
import { Award, Camera, Clapperboard, Film, Mail, Sparkles, TrendingUp, Users, Zap, Star } from "lucide-react";
|
||||
import { Award, Camera, Clapperboard, Film, Mail, Sparkles, Users, Zap, Star } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -94,9 +93,9 @@ export default function LandingPage() {
|
||||
|
||||
<div id="featured-works" data-section="featured-works">
|
||||
<FeatureCardMedia
|
||||
title="Notable Projects"
|
||||
description="A curated selection of work that defines our studio's aesthetic and craft"
|
||||
tag="Featured Works"
|
||||
title="Film Projects"
|
||||
description="A curated selection of film work that defines our studio's aesthetic and craft"
|
||||
tag="Featured Films"
|
||||
tagIcon={Clapperboard}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -104,41 +103,16 @@ export default function LandingPage() {
|
||||
animationType="blur-reveal"
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Brand Awakening Campaign", description: "A visually striking 60-second spot redefining brand identity for luxury fashion", tag: "Commercial", imageSrc: "http://img.b2bpic.net/free-vector/sale-landing-page-with-photo_23-2148264263.jpg", imageAlt: "luxury fashion brand campaign visual"
|
||||
id: "1", title: "Brand Awakening Campaign", description: "A visually striking 60-second film spot redefining brand identity for luxury fashion", tag: "Commercial", imageSrc: "http://img.b2bpic.net/free-vector/sale-landing-page-with-photo_23-2148264263.jpg", imageAlt: "luxury fashion brand campaign visual"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Digital Narrative Series", description: "Multi-episode docuseries exploring contemporary creative voices", tag: "Documentary", imageSrc: "http://img.b2bpic.net/free-photo/man-developing-photos-front-view_23-2149893921.jpg", imageAlt: "documentary filmmaking series production"
|
||||
id: "2", title: "Digital Narrative Series", description: "Multi-episode cinematic series exploring contemporary creative voices", tag: "Documentary", imageSrc: "http://img.b2bpic.net/free-photo/man-developing-photos-front-view_23-2149893921.jpg", imageAlt: "documentary filmmaking series production"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Music Video: Silent Echo", description: "Conceptual music video blending dance, sculpture, and emotion", tag: "Music Video", imageSrc: "http://img.b2bpic.net/free-photo/woman-singing-microphone-guy-playing-guitar_23-2148366469.jpg", imageAlt: "music video production filming"
|
||||
id: "3", title: "Music Film: Silent Echo", description: "Conceptual music film blending dance, sculpture, and emotional storytelling", tag: "Music Film", imageSrc: "http://img.b2bpic.net/free-photo/woman-singing-microphone-guy-playing-guitar_23-2148366469.jpg", imageAlt: "music film production cinematography"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Corporate Vision Film", description: "Sophisticated brand vision film for emerging tech innovators", tag: "Corporate", imageSrc: "http://img.b2bpic.net/free-photo/factory-managers-presenting-products-investors-teleconference_482257-119358.jpg", imageAlt: "corporate brand vision film production"
|
||||
}
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardSeven
|
||||
title="By The Numbers"
|
||||
description="Our impact measured in years of experience, projects completed, and creative excellence delivered"
|
||||
tag="Studio Stats"
|
||||
tagIcon={TrendingUp}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="scale-rotate"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "10+", title: "Years in Production", items: ["Established Studio", "Industry Leader"]
|
||||
},
|
||||
{
|
||||
id: "2", value: "150+", title: "Projects Delivered", items: ["National Reach", "Global Brands"]
|
||||
},
|
||||
{
|
||||
id: "3", value: "25+", title: "Awards Won", items: ["Industry Recognition", "Creative Excellence"]
|
||||
id: "4", title: "Cinematic Vision Film", description: "Sophisticated brand vision film for emerging tech innovators", tag: "Corporate Film", imageSrc: "http://img.b2bpic.net/free-photo/factory-managers-presenting-products-investors-teleconference_482257-119358.jpg", imageAlt: "corporate brand vision film production"
|
||||
}
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
@@ -148,7 +122,7 @@ export default function LandingPage() {
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardFive
|
||||
title="Creative Leadership"
|
||||
description="The visionaries and craftspeople behind every Cool It Now production"
|
||||
description="The visionaries and craftspeople behind every Cool It Now film production"
|
||||
tag="Our Team"
|
||||
tagIcon={Users}
|
||||
tagAnimation="slide-up"
|
||||
@@ -173,47 +147,34 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
<TestimonialCardTen
|
||||
title="Client Voices"
|
||||
description="What brands and creators say about working with Cool It Now Entertainment"
|
||||
description="What filmmakers, brands, and creators say about working with Cool It Now Entertainment"
|
||||
tag="Testimonials"
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="blur-reveal"
|
||||
kpiItems={[
|
||||
{ value: "98%", label: "Client Satisfaction" },
|
||||
{ value: "95%", label: "On-Time Delivery" },
|
||||
{ value: "12mo", label: "Avg. Retention" }
|
||||
]}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Amelia Hart", role: "Creative Director", company: "Luna Collective", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-working-desk-vintage-90-s-style-office_23-2149851041.jpg", imageAlt: "professional woman creative director portrait"
|
||||
id: "1", title: "Outstanding Cinematic Vision", quote: "Cool It Now transformed our vision into a cinematic masterpiece. Their attention to detail and creative execution is unparalleled.", name: "Amelia Hart", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/person-working-desk-vintage-90-s-style-office_23-2149851041.jpg", imageAlt: "professional woman creative director portrait"
|
||||
},
|
||||
{
|
||||
id: "2", name: "David Park", role: "Brand Manager", company: "NexGen Industries", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "professional man brand manager portrait"
|
||||
id: "2", title: "Professional Excellence", quote: "Working with their team was a game-changer for our brand film. They delivered beyond expectations on schedule and budget.", name: "David Park", role: "Brand Manager", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "professional man brand manager portrait"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Isabella Santos", role: "Marketing Director", company: "Celestial Ventures", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-blonde-business-woman-work_23-2149100288.jpg", imageAlt: "professional woman marketing director portrait"
|
||||
id: "3", title: "Creative Powerhouse", quote: "Their production quality and creative storytelling brought our marketing campaign to life in ways we couldn't have imagined.", name: "Isabella Santos", role: "Marketing Director", imageSrc: "http://img.b2bpic.net/free-photo/mature-blonde-business-woman-work_23-2149100288.jpg", imageAlt: "professional woman marketing director portrait"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Thomas Vance", role: "Executive Producer", company: "Visionware Films", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-pressing-buzzer-button_23-2149586556.jpg", imageAlt: "professional man executive producer portrait"
|
||||
id: "4", title: "Industry-Leading Production", quote: "They understand filmmaking at a deep level. Every frame was crafted with intention and artistic vision.", name: "Thomas Vance", role: "Executive Producer", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-pressing-buzzer-button_23-2149586556.jpg", imageAlt: "professional man executive producer portrait"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Rebecca Moss", role: "Chief Marketing Officer", company: "Momentum Brand", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg", imageAlt: "professional woman CMO executive portrait"
|
||||
id: "5", title: "Exceptional Creative Partners", quote: "Cool It Now elevated our brand story through their exceptional filmmaking and collaborative approach to production.", name: "Rebecca Moss", role: "Chief Marketing Officer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg", imageAlt: "professional woman CMO executive portrait"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Alex Jensen", role: "Product Lead", company: "Pixel Studios", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-office-center_1303-19604.jpg", imageAlt: "professional person product lead portrait"
|
||||
id: "6", title: "Visionary Filmmakers", quote: "Their technical expertise combined with creative brilliance makes them the perfect partner for ambitious visual storytelling.", name: "Alex Jensen", role: "Product Lead", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-office-center_1303-19604.jpg", imageAlt: "professional person product lead portrait"
|
||||
}
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -221,7 +182,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
tag="Ready to Create"
|
||||
title="Let's Make Something Extraordinary"
|
||||
description="Get in touch to discuss your next project. We'd love to bring your vision to life."
|
||||
description="Get in touch to discuss your next film project. We'd love to bring your vision to life."
|
||||
tagIcon={Mail}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "animated-grid" }}
|
||||
@@ -245,10 +206,10 @@ export default function LandingPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Services", items: [
|
||||
title: "Film Services", items: [
|
||||
{ label: "Commercial Production", href: "#" },
|
||||
{ label: "Documentary", href: "#" },
|
||||
{ label: "Music Videos", href: "#" },
|
||||
{ label: "Documentary Films", href: "#" },
|
||||
{ label: "Music Films", href: "#" },
|
||||
{ label: "Brand Films", href: "#" }
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user