Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-05-28 16:15:53 +00:00
2 changed files with 74 additions and 278 deletions

View File

@@ -11,7 +11,7 @@ import { DM_Sans } from "next/font/google";
export const metadata: Metadata = { export const metadata: Metadata = {
title: 'CineCritique | Your Guide to Movie & TV Show Reviews', title: 'What\'s Your Score?',
description: 'Discover, review, and connect with fellow cinephiles on CineCritique. The ultimate platform for insightful movie and TV show reviews.', description: 'Discover, review, and connect with fellow cinephiles on CineCritique. The ultimate platform for insightful movie and TV show reviews.',
keywords: ["movie reviews, TV show reviews, film critiques, entertainment, cinema, television, ratings, community, watchlist"], keywords: ["movie reviews, TV show reviews, film critiques, entertainment, cinema, television, ratings, community, watchlist"],
openGraph: { openGraph: {

View File

@@ -33,115 +33,64 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "#home"},
id: "#home",
},
{ {
name: "Discover", name: "Discover", id: "#discover"},
id: "#discover",
},
{ {
name: "Features", name: "Features", id: "#features"},
id: "#features",
},
{ {
name: "Reviews", name: "Reviews", id: "#reviews"},
id: "#reviews",
},
{ {
name: "Blog", name: "Blog", id: "#blog"},
id: "#blog",
},
{ {
name: "Contact", name: "Contact", id: "#contact"},
id: "#contact",
},
]} ]}
logoSrc="http://img.b2bpic.net/free-photo/view-3d-cinema-clapperboard_23-2150720782.jpg" logoSrc="http://img.b2bpic.net/free-photo/view-3d-cinema-clapperboard_23-2150720782.jpg"
logoAlt="CineCritique Logo" logoAlt="CineCritique Logo"
brandName="CineCritique" brandName="What's Your Score?"
/> />
</div> </div>
<div id="home" data-section="home"> <div id="home" data-section="home">
<HeroOverlayTestimonial <HeroOverlayTestimonial
title="Your Ultimate Destination for Movie & TV Show Reviews" title="What's Your Score? Your Ultimate Destination for Movie & TV Show Reviews"
description="Discover, review, and connect with fellow cinephiles. Dive into the world of film and television with CineCritique." description="Discover, review, and connect with fellow cinephiles. Dive into the world of film and television with CineCritique."
testimonials={[ testimonials={[
{ {
name: "Alex P.", name: "Alex P.", handle: "@alex_reviews", testimonial: "CineCritique transformed how I discover new films. The reviews are insightful and the community is amazing!", rating: 5,
handle: "@alex_reviews", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-some-popcorn-while-watching-movie_23-2149026055.jpg", imageAlt: "Alex P."},
testimonial: "CineCritique transformed how I discover new films. The reviews are insightful and the community is amazing!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-some-popcorn-while-watching-movie_23-2149026055.jpg",
imageAlt: "Alex P.",
},
{ {
name: "Maria S.", name: "Maria S.", handle: "@maria_critiques", testimonial: "Finally, a platform where I can trust the reviews and find hidden gems. Highly recommended for any movie buff!", rating: 5,
handle: "@maria_critiques", imageSrc: "http://img.b2bpic.net/free-photo/young-thoughtful-man-pointing-his-finger-up_114579-79404.jpg", imageAlt: "Maria S."},
testimonial: "Finally, a platform where I can trust the reviews and find hidden gems. Highly recommended for any movie buff!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-thoughtful-man-pointing-his-finger-up_114579-79404.jpg",
imageAlt: "Maria S.",
},
{ {
name: "John D.", name: "John D.", handle: "@film_fanatic", testimonial: "The design is sleek, and the functionality is flawless. Sharing my thoughts on TV shows has never been easier.", rating: 5,
handle: "@film_fanatic", imageSrc: "http://img.b2bpic.net/free-photo/non-binary-person-sitting-table-retro-clothes_23-2148757525.jpg", imageAlt: "John D."},
testimonial: "The design is sleek, and the functionality is flawless. Sharing my thoughts on TV shows has never been easier.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/non-binary-person-sitting-table-retro-clothes_23-2148757525.jpg",
imageAlt: "John D.",
},
{ {
name: "Emily R.", name: "Emily R.", handle: "@emily_watches", testimonial: "I love the diverse perspectives on CineCritique. It's my go-to for informed opinions before watching anything new.", rating: 5,
handle: "@emily_watches", imageSrc: "http://img.b2bpic.net/free-photo/surprised-beautiful-african-woman-headphones-smiling-looking-tablet-lying-bed-woke-up-like-this-making-selfie-morning_176420-12867.jpg", imageAlt: "Emily R."},
testimonial: "I love the diverse perspectives on CineCritique. It's my go-to for informed opinions before watching anything new.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/surprised-beautiful-african-woman-headphones-smiling-looking-tablet-lying-bed-woke-up-like-this-making-selfie-morning_176420-12867.jpg",
imageAlt: "Emily R.",
},
{ {
name: "Robert B.", name: "Robert B.", handle: "@old_school_critic", testimonial: "A truly refreshing take on film reviews. It captures the essence of critical discussion with a modern touch.", rating: 5,
handle: "@old_school_critic", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-surprising-his-friend-with-present-restaurant_23-2149316775.jpg", imageAlt: "Robert B."},
testimonial: "A truly refreshing take on film reviews. It captures the essence of critical discussion with a modern touch.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-surprising-his-friend-with-present-restaurant_23-2149316775.jpg",
imageAlt: "Robert B.",
},
]} ]}
testimonialRotationInterval={5000} testimonialRotationInterval={5000}
tag="Your Opinion Matters" tag="Your Opinion Matters"
buttons={[ buttons={[
{ {
text: "Start Reviewing", text: "Start Reviewing", href: "#features"},
href: "#features",
},
{ {
text: "Explore Titles", text: "Explore Titles", href: "#discover"},
href: "#discover",
},
]} ]}
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/close-up-portrait-unshaven-handsome-young-hipster-guy-looks-with-dark-shining-eyes-pleased-smile_273609-8596.jpg", src: "http://img.b2bpic.net/free-photo/close-up-portrait-unshaven-handsome-young-hipster-guy-looks-with-dark-shining-eyes-pleased-smile_273609-8596.jpg", alt: "User avatar"},
alt: "User avatar",
},
{ {
src: "http://img.b2bpic.net/free-photo/close-up-good-looking-smiling-friendly-female-trainee-ready-tackle-assignments-smiling-broadly-feeling-lucky-day-work-self-assured-encouraged-achieve-success-goal-white-wall_176420-35567.jpg", src: "http://img.b2bpic.net/free-photo/close-up-good-looking-smiling-friendly-female-trainee-ready-tackle-assignments-smiling-broadly-feeling-lucky-day-work-self-assured-encouraged-achieve-success-goal-white-wall_176420-35567.jpg", alt: "User avatar"},
alt: "User avatar",
},
{ {
src: "http://img.b2bpic.net/free-photo/front-view-sensitive-man-crying_23-2149438519.jpg", src: "http://img.b2bpic.net/free-photo/front-view-sensitive-man-crying_23-2149438519.jpg", alt: "User avatar"},
alt: "User avatar",
},
{ {
src: "http://img.b2bpic.net/free-photo/confident-african-businesswoman-smiling-closeup-portrait-jobs-career-campaign_53876-129412.jpg", src: "http://img.b2bpic.net/free-photo/confident-african-businesswoman-smiling-closeup-portrait-jobs-career-campaign_53876-129412.jpg", alt: "User avatar"},
alt: "User avatar",
},
{ {
src: "http://img.b2bpic.net/free-photo/portrait-african-american-man-smiling-front-camera_482257-88606.jpg", src: "http://img.b2bpic.net/free-photo/portrait-african-american-man-smiling-front-camera_482257-88606.jpg", alt: "Portrait of african american man smiling in front of the camera"},
alt: "Portrait of african american man smiling in front of the camera",
},
]} ]}
avatarText="Join thousands of movie lovers!" avatarText="Join thousands of movie lovers!"
imageSrc="http://img.b2bpic.net/free-photo/dark-vip-cinema-studio-still-life_23-2149500616.jpg" imageSrc="http://img.b2bpic.net/free-photo/dark-vip-cinema-studio-still-life_23-2149500616.jpg"
@@ -159,9 +108,7 @@ export default function LandingPage() {
title="CineCritique is the premier platform where your passion for cinema meets insightful community reviews. We're dedicated to fostering a vibrant space for genuine discussions about movies and TV shows." title="CineCritique is the premier platform where your passion for cinema meets insightful community reviews. We're dedicated to fostering a vibrant space for genuine discussions about movies and TV shows."
buttons={[ buttons={[
{ {
text: "Learn More", text: "Learn More", href: "#"},
href: "#",
},
]} ]}
/> />
</div> </div>
@@ -172,23 +119,11 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
features={[ features={[
{ {
title: "Discover New Favorites", title: "Discover New Favorites", description: "Browse an extensive database of movies and TV shows. Filter by genre, release date, and critical acclaim to find your next watch.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-wearing-3d-glasses-holding-clapperboard-front-his-face-against-blue-backdrop_23-2148188196.jpg", imageAlt: "Magnifying glass over a film database"},
description: "Browse an extensive database of movies and TV shows. Filter by genre, release date, and critical acclaim to find your next watch.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-wearing-3d-glasses-holding-clapperboard-front-his-face-against-blue-backdrop_23-2148188196.jpg",
imageAlt: "Magnifying glass over a film database",
},
{ {
title: "Share Your Insights", title: "Share Your Insights", description: "Write detailed reviews, rate titles, and engage with other critics. Your opinion helps shape the community's view.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-industry-cinematography-producer-clapboard_1187-6216.jpg", imageAlt: "Person writing a review in a notebook"},
description: "Write detailed reviews, rate titles, and engage with other critics. Your opinion helps shape the community's view.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-industry-cinematography-producer-clapboard_1187-6216.jpg",
imageAlt: "Person writing a review in a notebook",
},
{ {
title: "Connect with Community", title: "Connect with Community", description: "Join discussions, follow your favorite reviewers, and build your own watchlist. Be part of a passionate global audience.", imageSrc: "http://img.b2bpic.net/free-photo/students-rehashing-theater-class_23-2150960287.jpg", imageAlt: "Social media icons connecting people"},
description: "Join discussions, follow your favorite reviewers, and build your own watchlist. Be part of a passionate global audience.",
imageSrc: "http://img.b2bpic.net/free-photo/students-rehashing-theater-class_23-2150960287.jpg",
imageAlt: "Social media icons connecting people",
},
]} ]}
title="Experience the Best of Entertainment Reviewing" title="Experience the Best of Entertainment Reviewing"
description="Unlock a world of critical analysis and passionate discussion with CineCritique's powerful features." description="Unlock a world of critical analysis and passionate discussion with CineCritique's powerful features."
@@ -205,47 +140,17 @@ export default function LandingPage() {
carouselMode="buttons" carouselMode="buttons"
products={[ products={[
{ {
id: "movie-1", id: "movie-1", name: "The Celestial Odyssey", price: "4.8/5", imageSrc: "http://img.b2bpic.net/free-photo/man-beautiful-unicorn-nature_23-2151579449.jpg", imageAlt: "Poster for The Celestial Odyssey"},
name: "The Celestial Odyssey",
price: "4.8/5",
imageSrc: "http://img.b2bpic.net/free-photo/man-beautiful-unicorn-nature_23-2151579449.jpg",
imageAlt: "Poster for The Celestial Odyssey",
},
{ {
id: "movie-2", id: "movie-2", name: "Echoes of Yesterday", price: "4.5/5", imageSrc: "http://img.b2bpic.net/free-photo/abstract-cover-art-illustration_23-2151904462.jpg", imageAlt: "Poster for Echoes of Yesterday"},
name: "Echoes of Yesterday",
price: "4.5/5",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-cover-art-illustration_23-2151904462.jpg",
imageAlt: "Poster for Echoes of Yesterday",
},
{ {
id: "tv-1", id: "tv-1", name: "Quantum Nexus", price: "4.7/5", imageSrc: "http://img.b2bpic.net/free-photo/flying-man-cyberpunk-portrait_23-2150006862.jpg", imageAlt: "Poster for Quantum Nexus"},
name: "Quantum Nexus",
price: "4.7/5",
imageSrc: "http://img.b2bpic.net/free-photo/flying-man-cyberpunk-portrait_23-2150006862.jpg",
imageAlt: "Poster for Quantum Nexus",
},
{ {
id: "tv-2", id: "tv-2", name: "The Emerald City Chronicles", price: "4.6/5", imageSrc: "http://img.b2bpic.net/free-photo/retro-product-with-vintage-packaging_52683-107882.jpg", imageAlt: "Poster for The Emerald City Chronicles"},
name: "The Emerald City Chronicles",
price: "4.6/5",
imageSrc: "http://img.b2bpic.net/free-photo/retro-product-with-vintage-packaging_52683-107882.jpg",
imageAlt: "Poster for The Emerald City Chronicles",
},
{ {
id: "movie-3", id: "movie-3", name: "Silent Scream", price: "4.2/5", imageSrc: "http://img.b2bpic.net/free-photo/cowboy-background-concept_23-2149396004.jpg", imageAlt: "Poster for Silent Scream"},
name: "Silent Scream",
price: "4.2/5",
imageSrc: "http://img.b2bpic.net/free-photo/cowboy-background-concept_23-2149396004.jpg",
imageAlt: "Poster for Silent Scream",
},
{ {
id: "tv-3", id: "tv-3", name: "Dynasty of Shadows", price: "4.4/5", imageSrc: "http://img.b2bpic.net/free-photo/empty-health-care-facility-having-cardiology-pills-packages-table-waiting-clients-come-buy-treatment-pharmacy-filled-with-medical-instruments-medicine-service-support-concept_482257-62230.jpg", imageAlt: "Poster for Dynasty of Shadows"},
name: "Dynasty of Shadows",
price: "4.4/5",
imageSrc: "http://img.b2bpic.net/free-photo/empty-health-care-facility-having-cardiology-pills-packages-table-waiting-clients-come-buy-treatment-pharmacy-filled-with-medical-instruments-medicine-service-support-concept_482257-62230.jpg",
imageAlt: "Poster for Dynasty of Shadows",
},
]} ]}
title="Trending Now: Must-Watch Movies & TV Shows" title="Trending Now: Must-Watch Movies & TV Shows"
description="Explore the most talked-about titles and see what the community is reviewing right now." description="Explore the most talked-about titles and see what the community is reviewing right now."
@@ -261,50 +166,20 @@ export default function LandingPage() {
carouselMode="buttons" carouselMode="buttons"
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Sarah J.", handle: "@sarah_reads", testimonial: "CineCritique makes finding honest movie reviews so easy. It's become my first stop before streaming anything new!", rating: 5,
name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-concept-m_23-2150041868.jpg", imageAlt: "Sarah J."},
handle: "@sarah_reads",
testimonial: "CineCritique makes finding honest movie reviews so easy. It's become my first stop before streaming anything new!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-concept-m_23-2150041868.jpg",
imageAlt: "Sarah J.",
},
{ {
id: "2", id: "2", name: "Mike K.", handle: "@mike_flix", testimonial: "The community here is fantastic. I've had great discussions and discovered so many hidden gems through other users' reviews.", rating: 5,
name: "Mike K.", imageSrc: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149371198.jpg", imageAlt: "Mike K."},
handle: "@mike_flix",
testimonial: "The community here is fantastic. I've had great discussions and discovered so many hidden gems through other users' reviews.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149371198.jpg",
imageAlt: "Mike K.",
},
{ {
id: "3", id: "3", name: "Jessica L.", handle: "@jess_critics", testimonial: "I love the ability to write my own reviews and see them featured. It feels like I'm truly contributing to the film world.", rating: 5,
name: "Jessica L.", imageSrc: "http://img.b2bpic.net/free-photo/woman-traveling-looking-directions-tablet_23-2148631426.jpg", imageAlt: "Jessica L."},
handle: "@jess_critics",
testimonial: "I love the ability to write my own reviews and see them featured. It feels like I'm truly contributing to the film world.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-traveling-looking-directions-tablet_23-2148631426.jpg",
imageAlt: "Jessica L.",
},
{ {
id: "4", id: "4", name: "David C.", handle: "@david_films", testimonial: "Whether it's a blockbuster or an indie film, CineCritique provides comprehensive reviews that help me decide what to watch next.", rating: 4,
name: "David C.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12867.jpg", imageAlt: "David C."},
handle: "@david_films",
testimonial: "Whether it's a blockbuster or an indie film, CineCritique provides comprehensive reviews that help me decide what to watch next.",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12867.jpg",
imageAlt: "David C.",
},
{ {
id: "5", id: "5", name: "Olivia M.", handle: "@olivia_binges", testimonial: "The TV show section is a game-changer! I can track series, read episode reviews, and connect with other fans.", rating: 5,
name: "Olivia M.", imageSrc: "http://img.b2bpic.net/free-photo/media-marketing-internet-digital-global_53876-132202.jpg", imageAlt: "Olivia M."},
handle: "@olivia_binges",
testimonial: "The TV show section is a game-changer! I can track series, read episode reviews, and connect with other fans.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/media-marketing-internet-digital-global_53876-132202.jpg",
imageAlt: "Olivia M.",
},
]} ]}
showRating={true} showRating={true}
title="What Our Community Says About CineCritique" title="What Our Community Says About CineCritique"
@@ -318,14 +193,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
names={[ names={[
"Empire", "Empire", "Rotten Tomatoes", "Metacritic", "Variety", "The Hollywood Reporter", "IndieWire", "Screen Daily"]}
"Rotten Tomatoes",
"Metacritic",
"Variety",
"The Hollywood Reporter",
"IndieWire",
"Screen Daily",
]}
title="Trusted by Film Critics & Industry Leaders" title="Trusted by Film Critics & Industry Leaders"
description="CineCritique is recognized by leading entertainment publications and trusted by industry professionals." description="CineCritique is recognized by leading entertainment publications and trusted by industry professionals."
tag="Featured In" tag="Featured In"
@@ -340,30 +208,15 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ faqs={[
{ {
id: "1", id: "1", title: "How do I create an account on CineCritique?", content: "Joining CineCritique is quick and easy! Simply click on the 'Sign Up' button in the top right corner, provide your email, and choose a password. You'll be ready to review in minutes."},
title: "How do I create an account on CineCritique?",
content: "Joining CineCritique is quick and easy! Simply click on the 'Sign Up' button in the top right corner, provide your email, and choose a password. You'll be ready to review in minutes.",
},
{ {
id: "2", id: "2", title: "Can I review both movies and TV shows?", content: "Yes, absolutely! CineCritique supports reviews for a vast library of both movies and TV shows. You can switch between categories seamlessly to find your desired title."},
title: "Can I review both movies and TV shows?",
content: "Yes, absolutely! CineCritique supports reviews for a vast library of both movies and TV shows. You can switch between categories seamlessly to find your desired title.",
},
{ {
id: "3", id: "3", title: "Is there a mobile app for CineCritique?", content: "Currently, CineCritique is optimized for web browsers across all devices. We are always working on improving user experience and a dedicated mobile app is on our roadmap."},
title: "Is there a mobile app for CineCritique?",
content: "Currently, CineCritique is optimized for web browsers across all devices. We are always working on improving user experience and a dedicated mobile app is on our roadmap.",
},
{ {
id: "4", id: "4", title: "How are review ratings calculated?", content: "Our rating system allows users to provide a score out of 5 stars, along with a written review. The overall rating for each title is an average of all user-submitted scores."},
title: "How are review ratings calculated?",
content: "Our rating system allows users to provide a score out of 5 stars, along with a written review. The overall rating for each title is an average of all user-submitted scores.",
},
{ {
id: "5", id: "5", title: "Can I follow other reviewers?", content: "Yes, you can! Discover reviewers whose tastes align with yours, and click the 'Follow' button on their profile. Their latest reviews will appear in your personalized feed."},
title: "Can I follow other reviewers?",
content: "Yes, you can! Discover reviewers whose tastes align with yours, and click the 'Follow' button on their profile. Their latest reviews will appear in your personalized feed.",
},
]} ]}
title="Frequently Asked Questions" title="Frequently Asked Questions"
description="Got questions about CineCritique? We've got answers." description="Got questions about CineCritique? We've got answers."
@@ -383,38 +236,11 @@ export default function LandingPage() {
tag="Our Blog" tag="Our Blog"
blogs={[ blogs={[
{ {
id: "1", id: "1", category: "Movies", title: "The Rise of Sci-Fi Epics in Modern Cinema", excerpt: "Exploring how recent cinematic masterpieces are pushing the boundaries of science fiction storytelling and visual effects...", imageSrc: "http://img.b2bpic.net/free-photo/dark-vip-cinema-studio-still-life_23-2149500601.jpg", imageAlt: "A classic movie projector in action", authorName: "Jane Doe", authorAvatar: "http://img.b2bpic.net/free-photo/front-view-smiley-man-darkroom_23-2149893830.jpg", date: "October 26, 2023"},
category: "Movies",
title: "The Rise of Sci-Fi Epics in Modern Cinema",
excerpt: "Exploring how recent cinematic masterpieces are pushing the boundaries of science fiction storytelling and visual effects...",
imageSrc: "http://img.b2bpic.net/free-photo/dark-vip-cinema-studio-still-life_23-2149500601.jpg",
imageAlt: "A classic movie projector in action",
authorName: "Jane Doe",
authorAvatar: "http://img.b2bpic.net/free-photo/front-view-smiley-man-darkroom_23-2149893830.jpg",
date: "October 26, 2023",
},
{ {
id: "2", id: "2", category: "TV Shows", title: "Binge-Watching Culture: A Double-Edged Sword?", excerpt: "We delve into the phenomenon of binge-watching, its impact on narrative structure, and viewer engagement with TV series...", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-smartphone_23-2150671574.jpg", imageAlt: "TV remote control on a couch", authorName: "John Smith", authorAvatar: "http://img.b2bpic.net/free-photo/traveler-female-holds-digital-photo-camera-red-coffee-cup-grey-background_613910-7170.jpg", date: "October 20, 2023"},
category: "TV Shows",
title: "Binge-Watching Culture: A Double-Edged Sword?",
excerpt: "We delve into the phenomenon of binge-watching, its impact on narrative structure, and viewer engagement with TV series...",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-smartphone_23-2150671574.jpg",
imageAlt: "TV remote control on a couch",
authorName: "John Smith",
authorAvatar: "http://img.b2bpic.net/free-photo/traveler-female-holds-digital-photo-camera-red-coffee-cup-grey-background_613910-7170.jpg",
date: "October 20, 2023",
},
{ {
id: "3", id: "3", category: "Industry", title: "Behind the Scenes: The Art of Film Scoring", excerpt: "An in-depth look at how iconic scores are created, and the composers who bring emotional depth to our favorite films and shows...", imageSrc: "http://img.b2bpic.net/free-photo/movie-reels-bicolored-background-with-copy-space_23-2148416772.jpg", imageAlt: "Film production elements like a clapboard and script", authorName: "Emily White", authorAvatar: "http://img.b2bpic.net/free-photo/african-guy-wears-trendy-wristwatch-posing-with-smile-near-beige-wall-outdoor-portrait-black-man-good-mood-standing-with-arms-crossed_197531-21794.jpg", date: "October 15, 2023"},
category: "Industry",
title: "Behind the Scenes: The Art of Film Scoring",
excerpt: "An in-depth look at how iconic scores are created, and the composers who bring emotional depth to our favorite films and shows...",
imageSrc: "http://img.b2bpic.net/free-photo/movie-reels-bicolored-background-with-copy-space_23-2148416772.jpg",
imageAlt: "Film production elements like a clapboard and script",
authorName: "Emily White",
authorAvatar: "http://img.b2bpic.net/free-photo/african-guy-wears-trendy-wristwatch-posing-with-smile-near-beige-wall-outdoor-portrait-black-man-good-mood-standing-with-arms-crossed_197531-21794.jpg",
date: "October 15, 2023",
},
]} ]}
/> />
</div> </div>
@@ -423,14 +249,11 @@ export default function LandingPage() {
<ContactText <ContactText
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
text="Have a question, feedback, or need support? Reach out to our team we're here to help you make the most of your CineCritique experience!" text="Have a question, feedback, or need support? Reach out to our team we're here to help you make the most of your CineCritique experience!"
buttons={[ buttons={[
{ {
text: "Send us a message", text: "Send us a message", href: "mailto:support@cinecritique.com"},
href: "mailto:support@cinecritique.com",
},
]} ]}
/> />
</div> </div>
@@ -439,69 +262,42 @@ export default function LandingPage() {
<FooterBaseReveal <FooterBaseReveal
logoSrc="http://img.b2bpic.net/free-photo/view-3d-cinema-clapperboard_23-2150720782.jpg" logoSrc="http://img.b2bpic.net/free-photo/view-3d-cinema-clapperboard_23-2150720782.jpg"
logoAlt="CineCritique Logo" logoAlt="CineCritique Logo"
logoText="CineCritique" logoText="What's Your Score?"
columns={[ columns={[
{ {
title: "Discover", title: "Discover", items: [
items: [
{ {
label: "Movies", label: "Movies", href: "#discover"},
href: "#discover",
},
{ {
label: "TV Shows", label: "TV Shows", href: "#discover"},
href: "#discover",
},
{ {
label: "Trending", label: "Trending", href: "#discover"},
href: "#discover",
},
{ {
label: "Upcoming", label: "Upcoming", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Community", title: "Community", items: [
items: [
{ {
label: "My Reviews", label: "My Reviews", href: "#"},
href: "#",
},
{ {
label: "Watchlists", label: "Watchlists", href: "#"},
href: "#",
},
{ {
label: "Followers", label: "Followers", href: "#"},
href: "#",
},
{ {
label: "Discussions", label: "Discussions", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "About", title: "About", items: [
items: [
{ {
label: "About Us", label: "About Us", href: "#about"},
href: "#about",
},
{ {
label: "Features", label: "Features", href: "#features"},
href: "#features",
},
{ {
label: "Blog", label: "Blog", href: "#blog"},
href: "#blog",
},
{ {
label: "Contact", label: "Contact", href: "#contact"},
href: "#contact",
},
], ],
}, },
]} ]}