From 2d4ddfb99e04b1f02161100b585711ee2ab57f29 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 02:20:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 71 ++++++++++++++++++++++++++++++------------------ 1 file changed, 44 insertions(+), 27 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f948c74..e0ef40e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,14 +1,14 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import HeroSplitDualMedia from "@/components/sections/hero/HeroSplitDualMedia"; -import FeatureCardTwentyFour from "@/components/sections/feature/FeatureCardTwentyFour"; -import TeamCardTen from "@/components/sections/team/TeamCardTen"; -import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; -import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen"; -import ContactFaq from "@/components/sections/contact/ContactFaq"; -import FooterBase from "@/components/sections/footer/FooterBase"; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; +import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; +import TeamCardTen from '@/components/sections/team/TeamCardTen'; +import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import ContactFaq from '@/components/sections/contact/ContactFaq'; +import FooterBase from '@/components/sections/footer/FooterBase'; import { Sparkles, Award, Star, Palette } from "lucide-react"; export default function LandingPage() { @@ -58,15 +58,16 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-psd/designer-template-design_23-2151802992.jpg", imageAlt: "14BLAST STUDIO Design Portfolio"}, + imageSrc: "http://img.b2bpic.net/free-psd/designer-template-design_23-2151802992.jpg", imageAlt: "14BLAST STUDIO Design Portfolio" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-items-redecorating-house-with-color-palette_23-2148815773.jpg?_wi=1", imageAlt: "Featured Design Work"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-items-redecorating-house-with-color-palette_23-2148815773.jpg", imageAlt: "Featured Design Work" + }, ]} mediaAnimation="slide-up" rating={5} ratingText="Trusted by creative brands worldwide" className="min-h-screen" - useInvertedBackground={false} /> @@ -80,13 +81,16 @@ export default function LandingPage() { features={[ { id: "1", title: "Brand Identity Systems", author: "14BLAST Creative Team", description: "Comprehensive branding packages including logo design, color palettes, typography systems, and brand guidelines for emerging and established brands.", tags: ["Branding", "Design"], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-items-redecorating-house-with-color-palette_23-2148815773.jpg?_wi=2", imageAlt: "Brand Identity Project"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-items-redecorating-house-with-color-palette_23-2148815773.jpg", imageAlt: "Brand Identity Project" + }, { id: "2", title: "Digital Illustration & Art", author: "14BLAST Creative Team", description: "Original digital artwork and illustrations featuring unique visual narratives, character designs, and artistic concepts crafted with precision and creativity.", tags: ["Illustration", "Digital Art"], - imageSrc: "http://img.b2bpic.net/free-vector/design-process-concept-landing-page_52683-25345.jpg", imageAlt: "Digital Illustration Work"}, + imageSrc: "http://img.b2bpic.net/free-vector/design-process-concept-landing-page_52683-25345.jpg", imageAlt: "Digital Illustration Work" + }, { id: "3", title: "Visual Design Projects", author: "14BLAST Creative Team", description: "Strategic visual design solutions including packaging design, marketing collateral, poster art, and multimedia content creation tailored to client vision.", tags: ["Design", "Creative"], - imageSrc: "http://img.b2bpic.net/free-vector/landing-page-with-freelancer-man-working-remote_107791-5800.jpg", imageAlt: "Visual Design Project"}, + imageSrc: "http://img.b2bpic.net/free-vector/landing-page-with-freelancer-man-working-remote_107791-5800.jpg", imageAlt: "Visual Design Project" + }, ]} animationType="slide-up" textboxLayout="default" @@ -104,9 +108,11 @@ export default function LandingPage() { membersAnimation="slide-up" members={[ { - id: "1", name: "Blaze", imageSrc: "http://img.b2bpic.net/free-photo/androgynous-avatar-non-binary-queer-person_23-2151100215.jpg", imageAlt: "Blaze Character"}, + id: "1", name: "Blaze", imageSrc: "http://img.b2bpic.net/free-photo/androgynous-avatar-non-binary-queer-person_23-2151100215.jpg", imageAlt: "Blaze Character" + }, { - id: "2", name: "Blast", imageSrc: "http://img.b2bpic.net/free-vector/trendy-fashion-portraits-covers-collection_23-2149024992.jpg", imageAlt: "Blast Character"}, + id: "2", name: "Blast", imageSrc: "http://img.b2bpic.net/free-vector/trendy-fashion-portraits-covers-collection_23-2149024992.jpg", imageAlt: "Blast Character" + }, ]} memberVariant="default" useInvertedBackground={false} @@ -117,7 +123,8 @@ export default function LandingPage() {