diff --git a/src/app/page.tsx b/src/app/page.tsx index 1ed738f..418d337 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,28 +31,13 @@ export default function LandingPage() {
@@ -61,70 +46,20 @@ export default function LandingPage() { title="We Build Your Vision" description="CreatorLab is your partner in crafting stunning, high-performance websites that elevate your digital presence and drive real results for your business." testimonials={[ - { - name: "Alice M.", - handle: "@creative_dev", - testimonial: "CreatorLab transformed our online presence. Their design eye is unmatched.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/nobody-photography-studio-with-retouching-equipment-technology-media-production-empty-workplace-image-edit-using-retouch-software-computer-office-photographer_482257-28778.jpg", - }, - { - name: "John D.", - handle: "@startup_founder", - testimonial: "The best development team I've ever worked with. Fast, professional, and reliable.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/executive-manager-analyzing-marketing-statistics-working-late-night-project-strategy-startup-office-businessman-planning-business-investment-help-increase-company-profit_482257-63809.jpg", - }, - { - name: "Sarah L.", - handle: "@brand_lead", - testimonial: "Stunning visuals and seamless functionality. Highly recommend.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/luxurious-modern-office-space-with-important-reports-laptop-empty-desk-showcasing-important-data_482257-133861.jpg", - }, - { - name: "Mike R.", - handle: "@tech_hub", - testimonial: "The performance boost after their redesign was incredible.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pc-display-startup-office-desk-showing-programming-languages_482257-120128.jpg", - }, - { - name: "Jane K.", - handle: "@design_pro", - testimonial: "A truly professional studio that understands business goals.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-business-office-space_23-2151003783.jpg", - }, - ]} - buttons={[ - { - text: "Get Started", - href: "#contact", - }, + { name: "Alice M.", handle: "@creative_dev", testimonial: "CreatorLab transformed our online presence. Their design eye is unmatched.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/nobody-photography-studio-with-retouching-equipment-technology-media-production-empty-workplace-image-edit-using-retouch-software-computer-office-photographer_482257-28778.jpg" }, + { name: "John D.", handle: "@startup_founder", testimonial: "The best development team I've ever worked with. Fast, professional, and reliable.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/executive-manager-analyzing-marketing-statistics-working-late-night-project-strategy-startup-office-businessman-planning-business-investment-help-increase-company-profit_482257-63809.jpg" }, + { name: "Sarah L.", handle: "@brand_lead", testimonial: "Stunning visuals and seamless functionality. Highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/luxurious-modern-office-space-with-important-reports-laptop-empty-desk-showcasing-important-data_482257-133861.jpg" }, + { name: "Mike R.", handle: "@tech_hub", testimonial: "The performance boost after their redesign was incredible.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pc-display-startup-office-desk-showing-programming-languages_482257-120128.jpg" }, + { name: "Jane K.", handle: "@design_pro", testimonial: "A truly professional studio that understands business goals.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/futuristic-business-office-space_23-2151003783.jpg" } ]} + buttons={[{ text: "Get Started", href: "#contact" }]} imageSrc="http://img.b2bpic.net/free-photo/empty-photography-studio-with-retouching-software-computer-nobody-media-production-workplace-with-equipment-editing-pictures-by-professional-photographer-image-retouch-office_482257-39965.jpg" avatars={[ - { - src: "http://img.b2bpic.net/free-photo/entrepreneur-having-remote-discussion-with-company-team_482257-77571.jpg", - alt: "Client avatar 1", - }, - { - src: "http://img.b2bpic.net/free-photo/teleworking-developer-using-computer-artificial-intelligence-brain_482257-126394.jpg", - alt: "Client avatar 2", - }, - { - src: "http://img.b2bpic.net/free-photo/female-ceo-managers-celebrating-important-corporate-achievement_482257-119983.jpg", - alt: "Client avatar 3", - }, - { - src: "http://img.b2bpic.net/free-photo/business-man-smiling-portrait_23-2149280769.jpg", - alt: "Client avatar 4", - }, - { - src: "http://img.b2bpic.net/free-photo/portrait-cheerful-teenage-girl-sitting-cafe_1262-3048.jpg", - alt: "Client avatar 5", - }, + { src: "http://img.b2bpic.net/free-photo/entrepreneur-having-remote-discussion-with-company-team_482257-77571.jpg", alt: "Client avatar 1" }, + { src: "http://img.b2bpic.net/free-photo/teleworking-developer-using-computer-artificial-intelligence-brain_482257-126394.jpg", alt: "Client avatar 2" }, + { src: "http://img.b2bpic.net/free-photo/female-ceo-managers-celebrating-important-corporate-achievement_482257-119983.jpg", alt: "Client avatar 3" }, + { src: "http://img.b2bpic.net/free-photo/business-man-smiling-portrait_23-2149280769.jpg", alt: "Client avatar 4" }, + { src: "http://img.b2bpic.net/free-photo/portrait-cheerful-teenage-girl-sitting-cafe_1262-3048.jpg", alt: "Client avatar 5" } ]} avatarText="Trusted by 150+ global brands" /> @@ -136,18 +71,9 @@ export default function LandingPage() { title="Crafting Excellence" description="At CreatorLab, we don't just build sites; we craft immersive digital experiences. We bridge the gap between creative ambition and technical performance." metrics={[ - { - value: "150+", - title: "Projects Completed", - }, - { - value: "98%", - title: "Client Satisfaction", - }, - { - value: "12", - title: "Industry Awards", - }, + { value: "150+", title: "Projects Completed" }, + { value: "98%", title: "Client Satisfaction" }, + { value: "12", title: "Industry Awards" } ]} imageSrc="http://img.b2bpic.net/free-photo/stylish-apartment-with-spacious-home-office-wooden-furniture_482257-126432.jpg" mediaAnimation="blur-reveal" @@ -161,33 +87,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: "1", - title: "Optimized Speed", - tags: [ - "Performance", - "Fast", - ], - imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-background-with-flowing-cyber-lines_1048-14148.jpg", - }, - { - id: "2", - title: "Fully Responsive", - tags: [ - "Mobile-First", - "Seamless", - ], - imageSrc: "http://img.b2bpic.net/free-photo/abstract-metallic-cube-shape-sculpture_23-2150979675.jpg", - }, - { - id: "3", - title: "Top-Tier Security", - tags: [ - "SSL", - "Protection", - ], - imageSrc: "http://img.b2bpic.net/free-photo/file-folder-document-paper-ui-icon-sign-symbol-3d-rendering_56104-1927.jpg", - }, + { id: "1", title: "Optimized Speed", tags: ["Performance", "Fast"], imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-background-with-flowing-cyber-lines_1048-14148.jpg" }, + { id: "2", title: "Fully Responsive", tags: ["Mobile-First", "Seamless"], imageSrc: "http://img.b2bpic.net/free-photo/abstract-metallic-cube-shape-sculpture_23-2150979675.jpg" }, + { id: "3", title: "Top-Tier Security", tags: ["SSL", "Protection"], imageSrc: "http://img.b2bpic.net/free-photo/file-folder-document-paper-ui-icon-sign-symbol-3d-rendering_56104-1927.jpg" } ]} title="Everything You Need to Succeed" description="Our development process is optimized for speed, security, and scalability, ensuring your brand stands out in the competitive digital landscape." @@ -200,57 +102,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} plans={[ - { - id: "basic", - badge: "Launch", - price: "$1,999", - subtitle: "Perfect for new brands", - buttons: [ - { - text: "Contact Us", - href: "#contact", - }, - ], - features: [ - "Custom Design", - "Basic SEO", - "Mobile Responsive", - ], - }, - { - id: "pro", - badge: "Growth", - price: "$4,999", - subtitle: "Advanced digital growth", - buttons: [ - { - text: "Get Started", - href: "#contact", - }, - ], - features: [ - "Full Custom Build", - "Advanced Analytics", - "24/7 Priority Support", - ], - }, - { - id: "enterprise", - badge: "Scale", - price: "$8,999+", - subtitle: "For large organizations", - buttons: [ - { - text: "Book Consult", - href: "#contact", - }, - ], - features: [ - "Custom Enterprise Dev", - "API Integration", - "Dedicated Team", - ], - }, + { id: "basic", badge: "Launch", price: "$1,999", subtitle: "Perfect for new brands", buttons: [{ text: "Contact Us", href: "#contact" }], features: ["Custom Design", "Basic SEO", "Mobile Responsive"] }, + { id: "pro", badge: "Growth", price: "$4,999", subtitle: "Advanced digital growth", buttons: [{ text: "Get Started", href: "#contact" }], features: ["Full Custom Build", "Advanced Analytics", "24/7 Priority Support"] }, + { id: "enterprise", badge: "Scale", price: "$8,999+", subtitle: "For large organizations", buttons: [{ text: "Book Consult", href: "#contact" }], features: ["Custom Enterprise Dev", "API Integration", "Dedicated Team"] } ]} title="Straightforward Pricing" description="Transparent plans designed to scale with your business needs." @@ -259,30 +113,13 @@ export default function LandingPage() {