diff --git a/src/app/page.tsx b/src/app/page.tsx index 2ed5dbd..e3cc210 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,23 +20,23 @@ export default function LandingPage() { defaultButtonVariant="icon-arrow" defaultTextAnimation="reveal-blur" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -109,65 +75,20 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "AI/CGI Video Production", - description: "High-quality, immersive visuals that tell your brand story through advanced technology.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/empty-meeting-office-space-enterprise-used-workers-attend-conferences_482257-115920.jpg?_wi=1", - }, - items: [ - { - text: "Cinema-grade quality", - icon: Sparkles, - }, - { - text: "AI-Driven visuals", - icon: Zap, - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/detail-black-feather-edge-background_23-2148114627.jpg?_wi=2", - imageAlt: "luxury dark background abstract", + id: "f1", title: "AI/CGI Video Production", description: "High-quality, immersive visuals that tell your brand story through advanced technology.", media: { imageSrc: "http://img.b2bpic.net/free-photo/empty-meeting-office-space-enterprise-used-workers-attend-conferences_482257-115920.jpg", imageAlt: "luxury dark background abstract" }, + items: [{ text: "Cinema-grade quality", icon: Sparkles }, { text: "AI-Driven visuals", icon: Zap }], + reverse: false }, { - id: "f2", - title: "Premium Website Builder", - description: "Custom, high-performance websites designed to convert visitors into loyal customers.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/empty-meeting-office-space-enterprise-used-workers-attend-conferences_482257-115920.jpg?_wi=2", - }, - items: [ - { - text: "Bespoke design", - icon: Layout, - }, - { - text: "High conversion focus", - icon: TrendingUp, - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/modern-home-interior-with-elegant-decoration-lighting-generated-by-ai_188544-34589.jpg?_wi=2", - imageAlt: "cinema camera studio lights", + id: "f2", title: "Premium Website Builder", description: "Custom, high-performance websites designed to convert visitors into loyal customers.", media: { imageSrc: "http://img.b2bpic.net/free-photo/empty-meeting-office-space-enterprise-used-workers-attend-conferences_482257-115920.jpg", imageAlt: "cinema camera studio lights" }, + items: [{ text: "Bespoke design", icon: Layout }, { text: "High conversion focus", icon: TrendingUp }], + reverse: false }, { - id: "f3", - title: "Social Media Management", - description: "Strategic management packages that keep your socials buzzing and your brand relevant.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/empty-meeting-office-space-enterprise-used-workers-attend-conferences_482257-115920.jpg?_wi=3", - }, - items: [ - { - text: "Engagement strategy", - icon: Users, - }, - { - text: "Creative content", - icon: Palette, - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-particle-design-background_1048-18868.jpg?_wi=2", - imageAlt: "neon light motion background", - }, + id: "f3", title: "Social Media Management", description: "Strategic management packages that keep your socials buzzing and your brand relevant.", media: { imageSrc: "http://img.b2bpic.net/free-photo/empty-meeting-office-space-enterprise-used-workers-attend-conferences_482257-115920.jpg", imageAlt: "neon light motion background" }, + items: [{ text: "Engagement strategy", icon: Users }, { text: "Creative content", icon: Palette }], + reverse: false + } ]} title="Our Expert Services" description="Comprehensive creative services to elevate your digital presence." @@ -180,57 +101,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} plans={[ - { - id: "p1", - tag: "Entry", - price: "$2,500", - period: "/mo", - description: "Basic social media and content strategy.", - featuresTitle: "Includes:", - features: [ - "Content creation", - "Platform management", - "Weekly reporting", - ], - button: { - text: "Get Started", - href: "#contact", - }, - }, - { - id: "p2", - tag: "Growth", - price: "$5,000", - period: "/mo", - description: "Advanced social media and CGI content.", - featuresTitle: "Includes:", - features: [ - "Advanced CGI assets", - "Multi-platform strategy", - "Performance analytics", - ], - button: { - text: "Get Started", - href: "#contact", - }, - }, - { - id: "p3", - tag: "Scale", - price: "$8,000", - period: "/mo", - description: "Full-service agency partnership.", - featuresTitle: "Includes:", - features: [ - "AI video series", - "Custom web builds", - "Brand awareness strategy", - ], - button: { - text: "Get Started", - href: "#contact", - }, - }, + { id: "p1", tag: "Entry", price: "$2,500", period: "/mo", description: "Basic social media and content strategy.", featuresTitle: "Includes:", features: ["Content creation", "Platform management", "Weekly reporting"], button: { text: "Get Started", href: "#contact" } }, + { id: "p2", tag: "Growth", price: "$5,000", period: "/mo", description: "Advanced social media and CGI content.", featuresTitle: "Includes:", features: ["Advanced CGI assets", "Multi-platform strategy", "Performance analytics"], button: { text: "Get Started", href: "#contact" } }, + { id: "p3", tag: "Scale", price: "$8,000", period: "/mo", description: "Full-service agency partnership.", featuresTitle: "Includes:", features: ["AI video series", "Custom web builds", "Brand awareness strategy"], button: { text: "Get Started", href: "#contact" } }, ]} title="Growth Packages" description="Choose a strategy tailored to your business needs." @@ -243,21 +116,9 @@ export default function LandingPage() { title="Our Impact" tag="Performance Stats" metrics={[ - { - id: "m1", - value: "120+", - description: "5-star reviews", - }, - { - id: "m2", - value: "92%", - description: "Referral rate", - }, - { - id: "m3", - value: "60+", - description: "Global brands", - }, + { id: "m1", value: "120+", description: "5-star reviews" }, + { id: "m2", value: "92%", description: "Referral rate" }, + { id: "m3", value: "60+", description: "Global brands" }, ]} metricsAnimation="slide-up" /> @@ -270,60 +131,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { - id: "w1", - brand: "Agency", - name: "Corporate Film", - price: "Featured", - rating: 5, - reviewCount: "1", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345425.jpg", - }, - { - id: "w2", - brand: "Tech", - name: "SaaS Platform", - price: "Featured", - rating: 5, - reviewCount: "1", - imageSrc: "http://img.b2bpic.net/free-photo/manager-wakes-up-employee-after-falling-asleep-table-desk_482257-77539.jpg", - }, - { - id: "w3", - brand: "Luxury", - name: "Brand Campaign", - price: "Featured", - rating: 5, - reviewCount: "1", - imageSrc: "http://img.b2bpic.net/free-photo/young-pregnant-woman-work_23-2149292800.jpg", - }, - { - id: "w4", - brand: "Agency", - name: "Web Design", - price: "Featured", - rating: 5, - reviewCount: "1", - imageSrc: "http://img.b2bpic.net/free-photo/laptop-online-shopping-teapot-cookies-flower-decor-concept_53876-65023.jpg", - }, - { - id: "w5", - brand: "Retail", - name: "CGI Showcase", - price: "Featured", - rating: 5, - reviewCount: "1", - imageSrc: "http://img.b2bpic.net/free-photo/smart-businesswoman-working-her-laptop_23-2148452692.jpg", - }, - { - id: "w6", - brand: "Agency", - name: "Campaign Video", - price: "Featured", - rating: 5, - reviewCount: "1", - imageSrc: "http://img.b2bpic.net/free-photo/serious-young-man-concentrated-phone_23-2147689201.jpg", - }, + { id: "w1", brand: "Agency", name: "Corporate Film", price: "Featured", rating: 5, reviewCount: "1", imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345425.jpg" }, + { id: "w2", brand: "Tech", name: "SaaS Platform", price: "Featured", rating: 5, reviewCount: "1", imageSrc: "http://img.b2bpic.net/free-photo/manager-wakes-up-employee-after-falling-asleep-table-desk_482257-77539.jpg" }, + { id: "w3", brand: "Luxury", name: "Brand Campaign", price: "Featured", rating: 5, reviewCount: "1", imageSrc: "http://img.b2bpic.net/free-photo/young-pregnant-woman-work_23-2149292800.jpg" }, + { id: "w4", brand: "Agency", name: "Web Design", price: "Featured", rating: 5, reviewCount: "1", imageSrc: "http://img.b2bpic.net/free-photo/laptop-online-shopping-teapot-cookies-flower-decor-concept_53876-65023.jpg" }, + { id: "w5", brand: "Retail", name: "CGI Showcase", price: "Featured", rating: 5, reviewCount: "1", imageSrc: "http://img.b2bpic.net/free-photo/smart-businesswoman-working-her-laptop_23-2148452692.jpg" }, + { id: "w6", brand: "Agency", name: "Campaign Video", price: "Featured", rating: 5, reviewCount: "1", imageSrc: "http://img.b2bpic.net/free-photo/serious-young-man-concentrated-phone_23-2147689201.jpg" }, ]} title="Our Work" description="A collection of our latest creative and digital projects." @@ -334,31 +147,11 @@ export default function LandingPage() {