169 lines
6.6 KiB
TypeScript
169 lines
6.6 KiB
TypeScript
"use client";
|
|
|
|
import Link from "next/link";
|
|
import { Clapperboard } from "lucide-react";
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
|
|
import ProductCardFour from "@/components/sections/product/ProductCardFour";
|
|
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
|
|
|
export default function WorkPage() {
|
|
return (
|
|
<ThemeProvider
|
|
defaultButtonVariant="text-shift"
|
|
defaultTextAnimation="entrance-slide"
|
|
borderRadius="soft"
|
|
contentWidth="smallMedium"
|
|
sizing="largeSizeMediumTitles"
|
|
background="blurBottom"
|
|
cardStyle="inset"
|
|
primaryButtonStyle="double-inset"
|
|
secondaryButtonStyle="solid"
|
|
headingFontWeight="medium"
|
|
>
|
|
<div id="nav" data-section="nav">
|
|
<NavbarStyleCentered
|
|
navItems={[
|
|
{ name: "Work", id: "portfolio" },
|
|
{ name: "Contact", id: "contact" },
|
|
]}
|
|
brandName="RoughCut"
|
|
button={{ text: "Get in Touch", href: "contact" }}
|
|
/>
|
|
</div>
|
|
|
|
<div id="portfolio" data-section="portfolio">
|
|
<ProductCardFour
|
|
title="Our Complete Portfolio"
|
|
description="Every project showcases our dedication to cinematic excellence, innovative storytelling, and uncompromising visual quality. From high-impact commercials to intimate documentaries, each piece reflects our commitment to bringing ambitious creative visions to life."
|
|
tag="Full Showcase"
|
|
tagIcon={Clapperboard}
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
gridVariant="bento-grid"
|
|
animationType="blur-reveal"
|
|
carouselMode="buttons"
|
|
products={[
|
|
{
|
|
id: "1",
|
|
name: "Luxury Automotive",
|
|
price: "Commercial",
|
|
variant: "60-Second Spot",
|
|
imageSrc:
|
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ak5Bt4YccBLv19v8X7337y9Hz1/a-stunning-cinematic-commercial-featurin-1773123644960-83aee823.png?_wi=3",
|
|
imageAlt: "Automotive Commercial",
|
|
},
|
|
{
|
|
id: "2",
|
|
name: "Interior Design",
|
|
price: "Documentary",
|
|
variant: "Brand Story",
|
|
imageSrc:
|
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ak5Bt4YccBLv19v8X7337y9Hz1/a-cinematic-brand-documentary-style-vide-1773123644887-95ff3577.jpg?_wi=3",
|
|
imageAlt: "Interior Documentary",
|
|
},
|
|
{
|
|
id: "3",
|
|
name: "Fashion Campaign",
|
|
price: "Commercial",
|
|
variant: "30-Second Campaign",
|
|
imageSrc:
|
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ak5Bt4YccBLv19v8X7337y9Hz1/a-dynamic-fashion-brand-commercial-featu-1773123644868-ec72a03a.png?_wi=2",
|
|
imageAlt: "Fashion Commercial",
|
|
},
|
|
{
|
|
id: "4",
|
|
name: "Corporate Branding",
|
|
price: "Brand Film",
|
|
variant: "5-Minute Feature",
|
|
imageSrc:
|
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ak5Bt4YccBLv19v8X7337y9Hz1/a-sleek-corporate-brand-film-featuring-m-1773123645324-bf54ab78.png?_wi=2",
|
|
imageAlt: "Corporate Brand Film",
|
|
},
|
|
{
|
|
id: "5",
|
|
name: "Music Production",
|
|
price: "Music Video",
|
|
variant: "Official Video",
|
|
imageSrc:
|
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ak5Bt4YccBLv19v8X7337y9Hz1/an-artistic-music-video-production-featu-1773123650567-669a5f9f.png?_wi=2",
|
|
imageAlt: "Music Video",
|
|
},
|
|
{
|
|
id: "6",
|
|
name: "Travel Film",
|
|
price: "Documentary",
|
|
variant: "Destination Series",
|
|
imageSrc:
|
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ak5Bt4YccBLv19v8X7337y9Hz1/a-cinematic-travel-film-showcasing-exoti-1773123646019-e9cc0af8.png?_wi=2",
|
|
imageAlt: "Travel Documentary",
|
|
},
|
|
]}
|
|
/>
|
|
</div>
|
|
|
|
<div id="portfolio-info" data-section="portfolio-info" className="mx-auto px-4 md:px-6 py-20 max-w-3xl">
|
|
<div className="space-y-8">
|
|
<div>
|
|
<h3 className="text-xl font-semibold text-foreground mb-4">
|
|
Our Approach
|
|
</h3>
|
|
<p className="text-foreground/70 leading-relaxed">
|
|
At RoughCut Production, we believe every project deserves a unique
|
|
creative vision. We combine technical excellence with artistic
|
|
storytelling to create content that resonates. Our team works
|
|
collaboratively with clients to ensure their brand narrative is
|
|
brought to life with precision and passion.
|
|
</p>
|
|
</div>
|
|
<div>
|
|
<h3 className="text-xl font-semibold text-foreground mb-4">
|
|
Services
|
|
</h3>
|
|
<ul className="text-foreground/70 space-y-2">
|
|
<li>• Commercial Production (15s - 60s spots)</li>
|
|
<li>• Brand Documentaries & Stories</li>
|
|
<li>• Music Videos & Artistic Films</li>
|
|
<li>• Corporate Training Videos</li>
|
|
<li>• Event Cinematography</li>
|
|
<li>• Color Grading & Post-Production</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="footer" data-section="footer">
|
|
<FooterBaseCard
|
|
logoText="RoughCut"
|
|
columns={[
|
|
{
|
|
title: "Work",
|
|
items: [
|
|
{ label: "Commercials", href: "#portfolio" },
|
|
{ label: "Documentaries", href: "#portfolio" },
|
|
{ label: "Music Videos", href: "#portfolio" },
|
|
],
|
|
},
|
|
{
|
|
title: "Company",
|
|
items: [
|
|
{ label: "About", href: "/" },
|
|
{ label: "Team", href: "/" },
|
|
{ label: "Blog", href: "/" },
|
|
],
|
|
},
|
|
{
|
|
title: "Connect",
|
|
items: [
|
|
{ label: "Instagram", href: "https://instagram.com" },
|
|
{ label: "Vimeo", href: "https://vimeo.com" },
|
|
{ label: "LinkedIn", href: "https://linkedin.com" },
|
|
],
|
|
},
|
|
]}
|
|
copyrightText="© 2025 RoughCut Production. All rights reserved."
|
|
/>
|
|
</div>
|
|
</ThemeProvider>
|
|
);
|
|
} |