diff --git a/src/app/page.tsx b/src/app/page.tsx index b18244f..f512ddb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,32 +31,15 @@ export default function LandingPage() { @@ -65,40 +48,16 @@ export default function LandingPage() { logoText="Defining the Art of Performance" description="Elevating brands through high-precision SEO engineering and visionary web design. We secure your highly coveted top spots." buttons={[ - { - text: "Get Free Audit", - href: "#contact", - }, - { - text: "Choose Package", - href: "#pricing", - }, + { text: "Get Free Audit", href: "#contact" }, + { text: "Choose Package", href: "#pricing" }, ]} slides={[ - { - imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-with-company-statistics-standing-desk-table-startup-office-business-team-working-overhours-marketing-strategy-background-coworkers-discussing-financial-growth-report_482257-63810.jpg?_wi=1", - imageAlt: "Agency background", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/open-laptop-with-glowing-screen-notepad-table-night_169016-53665.jpg", - imageAlt: "Agency background", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-techno-with-flowing-lines-particles_1048-13718.jpg", - imageAlt: "Agency background", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/blue-technology-background_1017-3288.jpg", - imageAlt: "Agency background", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-workspace-with-sheet-paper-laptop_23-2148430808.jpg", - imageAlt: "Agency background", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-communications-background-with-flowing-cyber-particles_1048-12671.jpg", - imageAlt: "Agency background", - }, + { imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-with-company-statistics-standing-desk-table-startup-office-business-team-working-overhours-marketing-strategy-background-coworkers-discussing-financial-growth-report_482257-63810.jpg", imageAlt: "Agency background" }, + { imageSrc: "http://img.b2bpic.net/free-photo/open-laptop-with-glowing-screen-notepad-table-night_169016-53665.jpg", imageAlt: "Agency background" }, + { imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-techno-with-flowing-lines-particles_1048-13718.jpg", imageAlt: "Agency background" }, + { imageSrc: "http://img.b2bpic.net/free-photo/blue-technology-background_1017-3288.jpg", imageAlt: "Agency background" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-workspace-with-sheet-paper-laptop_23-2148430808.jpg", imageAlt: "Agency background" }, + { imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-communications-background-with-flowing-cyber-particles_1048-12671.jpg", imageAlt: "Agency background" }, ]} /> @@ -109,30 +68,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { - title: "SEO Engineering", - description: "High-precision rank optimization.", - bentoComponent: "reveal-icon", - icon: Zap, - imageSrc: "http://img.b2bpic.net/free-photo/alarm-clock-with-hour-minute-second-hand_23-2147943907.jpg?_wi=1", - imageAlt: "clock icon flat white", - }, - { - title: "Web Design", - description: "Visually stunning, performance-first sites.", - bentoComponent: "reveal-icon", - icon: Layout, - imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-with-company-statistics-standing-desk-table-startup-office-business-team-working-overhours-marketing-strategy-background-coworkers-discussing-financial-growth-report_482257-63810.jpg?_wi=2", - imageAlt: "clock icon flat white", - }, - { - title: "Digital Strategy", - description: "Data-driven roadmaps to success.", - bentoComponent: "reveal-icon", - icon: Target, - imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-up-blue-letters-forming-word-global_53876-30926.jpg?_wi=1", - imageAlt: "clock icon flat white", - }, + { title: "SEO Engineering", description: "High-precision rank optimization.", bentoComponent: "reveal-icon", icon: Zap }, + { title: "Web Design", description: "Visually stunning, performance-first sites.", bentoComponent: "reveal-icon", icon: Layout }, + { title: "Digital Strategy", description: "Data-driven roadmaps to success.", bentoComponent: "reveal-icon", icon: Target }, ]} title="Our Capabilities" description="Bespoke digital solutions engineered for growth." @@ -143,25 +81,11 @@ export default function LandingPage() { console.log('Submitted') }, ]} /> @@ -319,34 +156,8 @@ export default function LandingPage() {