Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -12,7 +12,6 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import { Sparkles, Star } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -70,6 +69,7 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
title="Career Highlights"
|
||||
description="A look at her most iconic roles and achievements."
|
||||
features={[
|
||||
{ title: "Monster's Ball", description: "Academy Award-winning performance.", imageSrc: "https://img.b2bpic.net/free-photo/film-reel-clapperboard_23-2148301777.jpg" },
|
||||
{ title: "X-Men", description: "Iconic role as Storm.", imageSrc: "https://img.b2bpic.net/free-photo/abstract-superhero-concept_23-2148301780.jpg" }
|
||||
@@ -84,6 +84,12 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
title="Exclusive Collection"
|
||||
description="Curated items inspired by cinematic elegance."
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "Signed Poster", price: "$50", imageSrc: "https://img.b2bpic.net/free-photo/film-poster-concept_23-2148281330.jpg" },
|
||||
{ id: "2", name: "Movie Script", price: "$100", imageSrc: "https://img.b2bpic.net/free-photo/vintage-notebook-desk_23-2148281335.jpg" },
|
||||
{ id: "3", name: "Memorabilia", price: "$75", imageSrc: "https://img.b2bpic.net/free-photo/golden-award-trophy_23-2148281340.jpg" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -92,6 +98,8 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
title="Subscription Access"
|
||||
description="Get full access to all exclusive content."
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{ id: "fan", badge: "Fan", price: "$9/mo", subtitle: "Daily news updates", features: ["Exclusive content", "Behind the scenes"], buttons: [{ text: "Join" }] },
|
||||
{ id: "vip", badge: "VIP", price: "$29/mo", subtitle: "Premium benefits", features: ["Direct Q&A", "Early access"], buttons: [{ text: "Subscribe" }] }
|
||||
@@ -103,7 +111,10 @@ export default function LandingPage() {
|
||||
<MetricCardTwo
|
||||
animationType="depth-3d"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Impact Stats"
|
||||
description="Key milestones in her legendary career."
|
||||
metrics={[
|
||||
{ id: "m1", value: "1", description: "Oscar Won" },
|
||||
{ id: "m2", value: "50+", description: "Film Credits" }
|
||||
@@ -116,6 +127,7 @@ export default function LandingPage() {
|
||||
cardTitle="What People Say"
|
||||
cardTag="Testimonials"
|
||||
cardAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Fan Review", imageSrc: "https://img.b2bpic.net/free-photo/smiling-fan_23-2148281320.jpg" }
|
||||
]}
|
||||
@@ -126,6 +138,7 @@ export default function LandingPage() {
|
||||
<ContactSplitForm
|
||||
title="Join the Fan Club"
|
||||
description="Stay updated with latest news and announcements."
|
||||
useInvertedBackground={false}
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Full Name" },
|
||||
{ name: "email", type: "email", placeholder: "Email Address" }
|
||||
|
||||
Reference in New Issue
Block a user