Merge version_1 into main #2
@@ -9,7 +9,7 @@ import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import { Instagram, Linkedin, Mail, Play, Sparkles } from 'lucide-react';
|
||||
import { Instagram, Linkedin, Mail, Play, Sparkles, Send } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
||||
{ text: "View Work", href: "films" },
|
||||
{ text: "Get In Touch", href: "contact" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-filming-with-professional-camera_23-2149066355.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-filming-with-professional-camera_23-2149066355.jpg"
|
||||
imageAlt="Charlotte Kennett Director Studio"
|
||||
showDimOverlay={true}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -64,9 +64,10 @@ export default function LandingPage() {
|
||||
{ value: "4+", title: "Films in Production" },
|
||||
{ value: "100%", title: "Queer-Centered Stories" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-woman-working-photography-studio_23-2150254689.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-woman-working-photography-studio_23-2150254689.jpg"
|
||||
imageAlt="Charlotte Kennett Creative Workspace"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -83,7 +84,7 @@ export default function LandingPage() {
|
||||
buttonHref: "press"
|
||||
},
|
||||
{
|
||||
title: "Psycho Baby", description: "23-minute dark comedy proof of concept blending psychological tension with queer humor", imageSrc: "http://img.b2bpic.net/free-photo/man-cafe-racer-style-motorbike_23-2148189624.jpg?_wi=1", imageAlt: "Psycho Baby film still", buttonIcon: Play,
|
||||
title: "Psycho Baby", description: "23-minute dark comedy proof of concept blending psychological tension with queer humor", imageSrc: "http://img.b2bpic.net/free-photo/man-cafe-racer-style-motorbike_23-2148189624.jpg", imageAlt: "Psycho Baby film still", buttonIcon: Play,
|
||||
buttonHref: "press"
|
||||
},
|
||||
{
|
||||
@@ -108,13 +109,13 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Directing", price: "Custom", variant: "Narrative Films", imageSrc: "http://img.b2bpic.net/free-photo/man-filming-with-professional-camera_23-2149066355.jpg?_wi=2", imageAlt: "Film Direction Service"
|
||||
id: "1", name: "Directing", price: "Custom", variant: "Narrative Films", imageSrc: "http://img.b2bpic.net/free-photo/man-filming-with-professional-camera_23-2149066355.jpg", imageAlt: "Film Direction Service"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Screenwriting", price: "Custom", variant: "Original Scripts", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-photography-studio_23-2150254689.jpg?_wi=2", imageAlt: "Screenwriting Service"
|
||||
id: "2", name: "Screenwriting", price: "Custom", variant: "Original Scripts", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-photography-studio_23-2150254689.jpg", imageAlt: "Screenwriting Service"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Creative Producing", price: "Custom", variant: "Project Development", imageSrc: "http://img.b2bpic.net/free-photo/man-cafe-racer-style-motorbike_23-2148189624.jpg?_wi=2", imageAlt: "Creative Producing Service"
|
||||
id: "3", name: "Creative Producing", price: "Custom", variant: "Project Development", imageSrc: "http://img.b2bpic.net/free-photo/man-cafe-racer-style-motorbike_23-2148189624.jpg", imageAlt: "Creative Producing Service"
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -133,10 +134,10 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Alex Rivera", handle: "@alex_rivera_productions", testimonial: "Charlotte's directorial vision is extraordinary. She brings authentic queer narratives to life with technical precision and emotional depth that resonates deeply.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-16027.jpg?_wi=1", imageAlt: "Alex Rivera"
|
||||
id: "1", name: "Alex Rivera", handle: "@alex_rivera_productions", testimonial: "Charlotte's directorial vision is extraordinary. She brings authentic queer narratives to life with technical precision and emotional depth that resonates deeply.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-16027.jpg", imageAlt: "Alex Rivera"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Maya Patel", handle: "@mayapatel_producer", testimonial: "Working with Charlotte on multiple projects has been transformative. Her creative direction elevates every frame and her collaborative spirit makes complex productions seamless.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-holding-his-chin_329181-19392.jpg?_wi=1", imageAlt: "Maya Patel"
|
||||
id: "2", name: "Maya Patel", handle: "@mayapatel_producer", testimonial: "Working with Charlotte on multiple projects has been transformative. Her creative direction elevates every frame and her collaborative spirit makes complex productions seamless.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-holding-his-chin_329181-19392.jpg", imageAlt: "Maya Patel"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Jordan Kim", handle: "@jordankim_exec", testimonial: "The storytelling and cinematic quality in Charlotte's work stands out in the independent film space. She's a visionary director with exceptional attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-reporter-preparing-interview_23-2149183581.jpg", imageAlt: "Jordan Kim"
|
||||
@@ -145,10 +146,10 @@ export default function LandingPage() {
|
||||
id: "4", name: "Casey Chen", handle: "@caseychen_writer", testimonial: "Charlotte's approach to screenwriting and directing creates narratives that feel urgent and necessary. Her voice is distinctive and her commitment to representation is inspiring.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-priest-using-laptop_23-2149284668.jpg", imageAlt: "Casey Chen"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Sam Rodriguez", handle: "@samrodriguez_dp", testimonial: "As a cinematographer, I've never worked with a director who communicates vision so clearly. Charlotte's technical knowledge combined with artistic sensibility is rare.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-16027.jpg?_wi=2", imageAlt: "Sam Rodriguez"
|
||||
id: "5", name: "Sam Rodriguez", handle: "@samrodriguez_dp", testimonial: "As a cinematographer, I've never worked with a director who communicates vision so clearly. Charlotte's technical knowledge combined with artistic sensibility is rare.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-16027.jpg", imageAlt: "Sam Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Taylor Morgan", handle: "@taylormorgan_edit", testimonial: "Charlotte's editorial instincts are sharp. She understands pacing, narrative flow, and emotional beats in a way that creates truly compelling cinema.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-holding-his-chin_329181-19392.jpg?_wi=2", imageAlt: "Taylor Morgan"
|
||||
id: "6", name: "Taylor Morgan", handle: "@taylormorgan_edit", testimonial: "Charlotte's editorial instincts are sharp. She understands pacing, narrative flow, and emotional beats in a way that creates truly compelling cinema.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-holding-his-chin_329181-19392.jpg", imageAlt: "Taylor Morgan"
|
||||
}
|
||||
]}
|
||||
speed={45}
|
||||
@@ -161,10 +162,10 @@ export default function LandingPage() {
|
||||
tag="Get In Touch"
|
||||
title="Let's Create Something Bold"
|
||||
description="Whether you're interested in collaborating on a film project, discussing creative direction, or exploring new storytelling possibilities, I'd love to connect with you."
|
||||
tagIcon={Mail}
|
||||
tagIcon={Send}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-filming-with-professional-camera_23-2149066355.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-filming-with-professional-camera_23-2149066355.jpg"
|
||||
imageAlt="Charlotte Kennett Contact"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -1,51 +1,34 @@
|
||||
"use client";
|
||||
|
||||
import { memo } from "react";
|
||||
import useSvgTextLogo from "./useSvgTextLogo";
|
||||
import { cls } from "@/lib/utils";
|
||||
import React from 'react';
|
||||
|
||||
interface SvgTextLogoProps {
|
||||
logoText: string;
|
||||
adjustHeightFactor?: number;
|
||||
verticalAlign?: "top" | "center";
|
||||
text: string;
|
||||
className?: string;
|
||||
textClassName?: string;
|
||||
}
|
||||
|
||||
const SvgTextLogo = memo<SvgTextLogoProps>(function SvgTextLogo({
|
||||
logoText,
|
||||
adjustHeightFactor,
|
||||
verticalAlign = "top",
|
||||
className = "",
|
||||
}) {
|
||||
const { svgRef, textRef, viewBox, aspectRatio } = useSvgTextLogo(logoText, false, adjustHeightFactor);
|
||||
|
||||
export const SvgTextLogo: React.FC<SvgTextLogoProps> = ({
|
||||
text,
|
||||
className = '',
|
||||
textClassName = '',
|
||||
}) => {
|
||||
return (
|
||||
<svg
|
||||
ref={svgRef}
|
||||
viewBox={viewBox}
|
||||
className={cls("w-full", className)}
|
||||
style={{ aspectRatio: aspectRatio }}
|
||||
preserveAspectRatio="none"
|
||||
viewBox="0 0 400 100"
|
||||
className={className}
|
||||
aria-label={text}
|
||||
role="img"
|
||||
aria-label={`${logoText} logo`}
|
||||
>
|
||||
<text
|
||||
ref={textRef}
|
||||
x="0"
|
||||
y={verticalAlign === "center" ? "50%" : "0"}
|
||||
className="font-bold fill-current"
|
||||
style={{
|
||||
fontSize: "20px",
|
||||
letterSpacing: "-0.02em",
|
||||
dominantBaseline: verticalAlign === "center" ? "middle" : "text-before-edge"
|
||||
}}
|
||||
x="50%"
|
||||
y="50%"
|
||||
dominantBaseline="middle"
|
||||
textAnchor="middle"
|
||||
className={textClassName}
|
||||
>
|
||||
{logoText}
|
||||
{text}
|
||||
</text>
|
||||
</svg>
|
||||
);
|
||||
});
|
||||
};
|
||||
|
||||
SvgTextLogo.displayName = "SvgTextLogo";
|
||||
|
||||
export default SvgTextLogo;
|
||||
export default SvgTextLogo;
|
||||
Reference in New Issue
Block a user