Merge version_1 into main #2

Merged
bender merged 4 commits from version_1 into main 2026-04-12 14:10:30 +00:00
4 changed files with 68 additions and 451 deletions

View File

@@ -25,32 +25,14 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Services",
id: "/services",
},
{
name: "Portfolio",
id: "/portfolio",
},
{
name: "About",
id: "/about",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "Portfolio", id: "/portfolio" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" },
]}
brandName="Ascendency"
button={{
text: "Get a Quote",
href: "/contact",
}}
button={{ text: "Get a Quote", href: "/contact" }}
/>
</div>
@@ -60,23 +42,10 @@ export default function LandingPage() {
title="Our Mission"
sections={[
{
heading: "Vision",
content: {
type: "paragraph",
text: "To set the standard for high-performance design.",
},
heading: "Vision", content: { text: "To set the standard for high-performance design." },
},
{
heading: "Values",
content: {
type: "list",
items: [
"Integrity",
"Performance",
"Innovation",
"Transparency",
],
},
heading: "Values", content: { items: ["Integrity", "Performance", "Innovation", "Transparency"] },
},
]}
/>
@@ -90,21 +59,9 @@ export default function LandingPage() {
description="Our experts are passionate about digital excellence."
testimonials={[
{
id: "staff1",
title: "Design Lead",
quote: "I focus on aesthetic precision.",
name: "Eva G.",
role: "Creative Lead",
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-eyeglasses_1262-5856.jpg",
},
id: "staff1", title: "Design Lead", quote: "I focus on aesthetic precision.", name: "Eva G.", role: "Creative Lead", imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-eyeglasses_1262-5856.jpg"},
{
id: "staff2",
title: "Tech Architect",
quote: "Code performance is the top priority.",
name: "Mark D.",
role: "Tech Lead",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg",
},
id: "staff2", title: "Tech Architect", quote: "Code performance is the top priority.", name: "Mark D.", role: "Tech Lead", imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg"},
]}
/>
</div>
@@ -112,40 +69,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Services",
items: [
{
label: "Web Design",
href: "/services",
},
{
label: "SEO",
href: "/services",
},
{
label: "Branding",
href: "/services",
},
],
},
{
title: "Company",
items: [
{
label: "About",
href: "/about",
},
{
label: "Portfolio",
href: "/portfolio",
},
{
label: "Contact",
href: "/contact",
},
],
},
{ title: "Services", items: [{ label: "Web Design", href: "/services" }, { label: "SEO", href: "/services" }, { label: "Branding", href: "/services" }] },
{ title: "Company", items: [{ label: "About", href: "/about" }, { label: "Portfolio", href: "/portfolio" }, { label: "Contact", href: "/contact" }] },
]}
logoText="Ascendency"
/>

View File

@@ -6,6 +6,7 @@ import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwent
import FooterBase from '@/components/sections/footer/FooterBase';
import LegalSection from '@/components/legal/LegalSection';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import { MessageSquare, Video, CheckCircle, Mail } from 'lucide-react';
export default function LandingPage() {
return (
@@ -25,32 +26,14 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Services",
id: "/services",
},
{
name: "Portfolio",
id: "/portfolio",
},
{
name: "About",
id: "/about",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "Portfolio", id: "/portfolio" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" },
]}
brandName="Ascendency"
button={{
text: "Get a Quote",
href: "/contact",
}}
button={{ text: "Get a Quote", href: "/contact" }}
/>
</div>
@@ -60,18 +43,10 @@ export default function LandingPage() {
title="Contact Details"
sections={[
{
heading: "Office",
content: {
type: "paragraph",
text: "123 Neon Ave, Future City.",
},
heading: "Office", content: { text: "123 Neon Ave, Future City." },
},
{
heading: "Support",
content: {
type: "paragraph",
text: "24/7 client portal access.",
},
heading: "Support", content: { text: "24/7 client portal access." },
},
]}
/>
@@ -84,34 +59,10 @@ export default function LandingPage() {
title="How We Communicate"
description="Ensuring transparency every step of the way."
features={[
{
title: "Slack",
description: "Direct team chat access.",
buttonIcon: "MessageSquare",
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-background-with-flowing-particle-design_1048-13547.jpg?_wi=2",
imageAlt: "3D render of a modern background with flowing particle design",
},
{
title: "Zoom",
description: "Scheduled project reviews.",
buttonIcon: "Video",
imageSrc: "http://img.b2bpic.net/free-photo/3d-flowing-particles-network-communications-design_1048-15848.jpg?_wi=4",
imageAlt: "3D render of a modern background with flowing particle design",
},
{
title: "Jira",
description: "Milestone tracking.",
buttonIcon: "CheckCircle",
imageSrc: "http://img.b2bpic.net/free-photo/neon-light-streak-background_23-2148133186.jpg?_wi=4",
imageAlt: "3D render of a modern background with flowing particle design",
},
{
title: "Email",
description: "Documentation logs.",
buttonIcon: "Mail",
imageSrc: "http://img.b2bpic.net/free-photo/3d-modern-background-with-abstract-design-flowing-particles_1048-12262.jpg?_wi=4",
imageAlt: "3D render of a modern background with flowing particle design",
},
{ title: "Slack", description: "Direct team chat access.", buttonIcon: MessageSquare, imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-background-with-flowing-particle-design_1048-13547.jpg", imageAlt: "3D render of a modern background with flowing particle design" },
{ title: "Zoom", description: "Scheduled project reviews.", buttonIcon: Video, imageSrc: "http://img.b2bpic.net/free-photo/3d-flowing-particles-network-communications-design_1048-15848.jpg", imageAlt: "3D render of a modern background with flowing particle design" },
{ title: "Jira", description: "Milestone tracking.", buttonIcon: CheckCircle, imageSrc: "http://img.b2bpic.net/free-photo/neon-light-streak-background_23-2148133186.jpg", imageAlt: "3D render of a modern background with flowing particle design" },
{ title: "Email", description: "Documentation logs.", buttonIcon: Mail, imageSrc: "http://img.b2bpic.net/free-photo/3d-modern-background-with-abstract-design-flowing-particles_1048-12262.jpg", imageAlt: "3D render of a modern background with flowing particle design" },
]}
/>
</div>
@@ -119,40 +70,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Services",
items: [
{
label: "Web Design",
href: "/services",
},
{
label: "SEO",
href: "/services",
},
{
label: "Branding",
href: "/services",
},
],
},
{
title: "Company",
items: [
{
label: "About",
href: "/about",
},
{
label: "Portfolio",
href: "/portfolio",
},
{
label: "Contact",
href: "/contact",
},
],
},
{ title: "Services", items: [{ label: "Web Design", href: "/services" }, { label: "SEO", href: "/services" }, { label: "Branding", href: "/services" }] },
{ title: "Company", items: [{ label: "About", href: "/about" }, { label: "Portfolio", href: "/portfolio" }, { label: "Contact", href: "/contact" }] },
]}
logoText="Ascendency"
/>

View File

@@ -9,6 +9,7 @@ import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCa
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import { Zap, Search, ShoppingCart, Award } from 'lucide-react';
export default function LandingPage() {
return (
@@ -28,32 +29,14 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Services",
id: "/services",
},
{
name: "Portfolio",
id: "/portfolio",
},
{
name: "About",
id: "/about",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "Portfolio", id: "/portfolio" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" },
]}
brandName="Ascendency"
button={{
text: "Get a Quote",
href: "/contact",
}}
button={{ text: "Get a Quote", href: "/contact" }}
/>
</div>
@@ -61,41 +44,14 @@ export default function LandingPage() {
<HeroCarouselLogo
logoText="Rise Above the Competition with Ascendency Web Design"
description="We craft high-performance websites, branding, and e-commerce solutions that drive growth and help businesses stand out."
buttons={[
{
text: "Get a Free Quote",
href: "/contact",
},
{
text: "View Our Work",
href: "/portfolio",
},
]}
buttons={[{ text: "Get a Free Quote", href: "/contact" }, { text: "View Our Work", href: "/portfolio" }]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/3d-flowing-particles-network-communications-design_1048-15848.jpg?_wi=1",
imageAlt: "digital tech dashboard background",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/neon-light-streak-background_23-2148133186.jpg?_wi=1",
imageAlt: "abstract neon background",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/3d-modern-background-with-abstract-design-flowing-particles_1048-12262.jpg?_wi=1",
imageAlt: "e-commerce dashboard dark",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/researcher-using-transparent-digital-tablet-screen-futuristic-technology_53876-101147.jpg",
imageAlt: "seo search engine concept",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-animation-studio_23-2149207962.jpg",
imageAlt: "modern studio creative desk",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-laptop-with-rate-charts-display-while-man-woman-working-business-project-design-computer-screen-with-data-chart-information-finance-analysis-desk_482257-40065.jpg",
imageAlt: "software dashboard ui",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-flowing-particles-network-communications-design_1048-15848.jpg", imageAlt: "digital tech dashboard background" },
{ imageSrc: "http://img.b2bpic.net/free-photo/neon-light-streak-background_23-2148133186.jpg", imageAlt: "abstract neon background" },
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-modern-background-with-abstract-design-flowing-particles_1048-12262.jpg", imageAlt: "e-commerce dashboard dark" },
{ imageSrc: "http://img.b2bpic.net/free-photo/researcher-using-transparent-digital-tablet-screen-futuristic-technology_53876-101147.jpg", imageAlt: "seo search engine concept" },
{ imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-animation-studio_23-2149207962.jpg", imageAlt: "modern studio creative desk" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-laptop-with-rate-charts-display-while-man-woman-working-business-project-design-computer-screen-with-data-chart-information-finance-analysis-desk_482257-40065.jpg", imageAlt: "software dashboard ui" },
]}
/>
</div>
@@ -105,34 +61,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{
title: "Web Design",
description: "Custom, high-converting websites optimized for speed and user experience.",
buttonIcon: "Zap",
imageSrc: "http://img.b2bpic.net/free-photo/blue-technology-background_1017-3288.jpg",
imageAlt: "Blue technology background",
},
{
title: "SEO Optimization",
description: "Dominate search results with data-driven search engine optimization strategies.",
buttonIcon: "Search",
imageSrc: "http://img.b2bpic.net/free-photo/3d-flowing-particles-network-communications-design_1048-15848.jpg?_wi=2",
imageAlt: "Blue technology background",
},
{
title: "E-commerce",
description: "Scalable online stores that provide seamless shopping experiences.",
buttonIcon: "ShoppingCart",
imageSrc: "http://img.b2bpic.net/free-photo/neon-light-streak-background_23-2148133186.jpg?_wi=2",
imageAlt: "Blue technology background",
},
{
title: "Branding",
description: "Visual identities that define your market presence and resonate with users.",
buttonIcon: "Award",
imageSrc: "http://img.b2bpic.net/free-photo/3d-modern-background-with-abstract-design-flowing-particles_1048-12262.jpg?_wi=2",
imageAlt: "Blue technology background",
},
{ title: "Web Design", description: "Custom, high-converting websites optimized for speed and user experience.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/blue-technology-background_1017-3288.jpg", imageAlt: "Blue technology background" },
{ title: "SEO Optimization", description: "Dominate search results with data-driven search engine optimization strategies.", buttonIcon: Search, imageSrc: "http://img.b2bpic.net/free-photo/3d-flowing-particles-network-communications-design_1048-15848.jpg", imageAlt: "Blue technology background" },
{ title: "E-commerce", description: "Scalable online stores that provide seamless shopping experiences.", buttonIcon: ShoppingCart, imageSrc: "http://img.b2bpic.net/free-photo/neon-light-streak-background_23-2148133186.jpg", imageAlt: "Blue technology background" },
{ title: "Branding", description: "Visual identities that define your market presence and resonate with users.", buttonIcon: Award, imageSrc: "http://img.b2bpic.net/free-photo/3d-modern-background-with-abstract-design-flowing-particles_1048-12262.jpg", imageAlt: "Blue technology background" },
]}
title="High-Performance Digital Services"
description="Comprehensive digital solutions tailored to elevate your business in the modern landscape."
@@ -145,41 +77,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah Miller",
role: "CEO",
testimonial: "Ascendency transformed our digital presence. Incredible results.",
imageSrc: "http://img.b2bpic.net/free-photo/redhead-female-supervisor-dressed-elegant-suit-grey-background_613910-1352.jpg",
},
{
id: "2",
name: "Mark Chen",
role: "CTO",
testimonial: "Technical expertise at the highest level. Flawless execution.",
imageSrc: "http://img.b2bpic.net/free-photo/octogenarian-engineer-crypto-mining-farm-with-specialized-server-racks-using-blockchain-technology-fintech-expert-inspecting-asic-racks-solving-complex-computational-operations-data-center_482257-70453.jpg",
},
{
id: "3",
name: "Elena Rodriguez",
role: "Marketing",
testimonial: "A team that truly understands business growth and branding.",
imageSrc: "http://img.b2bpic.net/free-photo/nervous-puzzled-woman-banker-bites-lips-worries_273609-45620.jpg",
},
{
id: "4",
name: "John Doe",
role: "Founder",
testimonial: "Best development partners we have worked with in years.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-businessman-posing-outside_74855-2003.jpg",
},
{
id: "5",
name: "Alice Wang",
role: "Director",
testimonial: "Seamless communication and high-performance outcomes.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg",
},
{ id: "1", name: "Sarah Miller", role: "CEO", testimonial: "Ascendency transformed our digital presence. Incredible results.", imageSrc: "http://img.b2bpic.net/free-photo/redhead-female-supervisor-dressed-elegant-suit-grey-background_613910-1352.jpg" },
{ id: "2", name: "Mark Chen", role: "CTO", testimonial: "Technical expertise at the highest level. Flawless execution.", imageSrc: "http://img.b2bpic.net/free-photo/octogenarian-engineer-crypto-mining-farm-with-specialized-server-racks-using-blockchain-technology-fintech-expert-inspecting-asic-racks-solving-complex-computational-operations-data-center_482257-70453.jpg" },
{ id: "3", name: "Elena Rodriguez", role: "Marketing", testimonial: "A team that truly understands business growth and branding.", imageSrc: "http://img.b2bpic.net/free-photo/nervous-puzzled-woman-banker-bites-lips-worries_273609-45620.jpg" },
{ id: "4", name: "John Doe", role: "Founder", testimonial: "Best development partners we have worked with in years.", imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-businessman-posing-outside_74855-2003.jpg" },
{ id: "5", name: "Alice Wang", role: "Director", testimonial: "Seamless communication and high-performance outcomes.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg" },
]}
title="What Clients Say"
description="Trusted by businesses worldwide to deliver results."
@@ -192,13 +94,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Trusted by Innovative Brands"
description="We partner with forward-thinking companies to scale their digital impact."
names={[
"Nebula Tech",
"Quantum Labs",
"Vertex Systems",
"Apex Data",
"Horizon Flow",
]}
names={["Nebula Tech", "Quantum Labs", "Vertex Systems", "Apex Data", "Horizon Flow"]}
/>
</div>
@@ -210,26 +106,8 @@ export default function LandingPage() {
title="Insights & Innovation"
description="Stay ahead of industry trends with our latest design and development insights."
blogs={[
{
id: "b1",
category: "Design",
title: "The Future of Dark UI",
excerpt: "How to create high-contrast, performant interfaces.",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-studio_23-2151320699.jpg",
authorName: "Jane Design",
authorAvatar: "http://img.b2bpic.net/free-photo/friendly-successful-business-woman-posing-with-arms-crossed_74855-2813.jpg",
date: "Oct 12, 2024",
},
{
id: "b2",
category: "Performance",
title: "Speed as a Feature",
excerpt: "Why load times determine conversion rates.",
imageSrc: "http://img.b2bpic.net/free-photo/person-working-html-computer_23-2150038845.jpg",
authorName: "John Dev",
authorAvatar: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg",
date: "Nov 02, 2024",
},
{ id: "b1", category: "Design", title: "The Future of Dark UI", excerpt: "How to create high-contrast, performant interfaces.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-studio_23-2151320699.jpg", authorName: "Jane Design", authorAvatar: "http://img.b2bpic.net/free-photo/friendly-successful-business-woman-posing-with-arms-crossed_74855-2813.jpg", date: "Oct 12, 2024" },
{ id: "b2", category: "Performance", title: "Speed as a Feature", excerpt: "Why load times determine conversion rates.", imageSrc: "http://img.b2bpic.net/free-photo/person-working-html-computer_23-2150038845.jpg", authorName: "John Dev", authorAvatar: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg", date: "Nov 02, 2024" },
]}
/>
</div>
@@ -237,40 +115,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Services",
items: [
{
label: "Web Design",
href: "/services",
},
{
label: "SEO",
href: "/services",
},
{
label: "Branding",
href: "/services",
},
],
},
{
title: "Company",
items: [
{
label: "About",
href: "/about",
},
{
label: "Portfolio",
href: "/portfolio",
},
{
label: "Contact",
href: "/contact",
},
],
},
{ title: "Services", items: [{ label: "Web Design", href: "/services" }, { label: "SEO", href: "/services" }, { label: "Branding", href: "/services" }] },
{ title: "Company", items: [{ label: "About", href: "/about" }, { label: "Portfolio", href: "/portfolio" }, { label: "Contact", href: "/contact" }] },
]}
logoText="Ascendency"
/>

View File

@@ -5,6 +5,7 @@ import ReactLenis from "lenis/react";
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import FooterBase from '@/components/sections/footer/FooterBase';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import { Code, Database, Cloud, Shield } from 'lucide-react';
export default function LandingPage() {
return (
@@ -24,32 +25,14 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Services",
id: "/services",
},
{
name: "Portfolio",
id: "/portfolio",
},
{
name: "About",
id: "/about",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "Portfolio", id: "/portfolio" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" },
]}
brandName="Ascendency"
button={{
text: "Get a Quote",
href: "/contact",
}}
button={{ text: "Get a Quote", href: "/contact" }}
/>
</div>
@@ -60,34 +43,10 @@ export default function LandingPage() {
title="Custom Development"
description="Scalable solutions for your unique business logic."
features={[
{
title: "API Integrations",
description: "Custom API services.",
buttonIcon: "Code",
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-background-with-flowing-particle-design_1048-13547.jpg?_wi=1",
imageAlt: "3D render of a modern background with flowing particle design",
},
{
title: "Database Optimization",
description: "Faster data access.",
buttonIcon: "Database",
imageSrc: "http://img.b2bpic.net/free-photo/3d-flowing-particles-network-communications-design_1048-15848.jpg?_wi=3",
imageAlt: "3D render of a modern background with flowing particle design",
},
{
title: "Cloud Infrastructure",
description: "Robust hosting.",
buttonIcon: "Cloud",
imageSrc: "http://img.b2bpic.net/free-photo/neon-light-streak-background_23-2148133186.jpg?_wi=3",
imageAlt: "3D render of a modern background with flowing particle design",
},
{
title: "Security Audit",
description: "Ironclad protection.",
buttonIcon: "Shield",
imageSrc: "http://img.b2bpic.net/free-photo/3d-modern-background-with-abstract-design-flowing-particles_1048-12262.jpg?_wi=3",
imageAlt: "3D render of a modern background with flowing particle design",
},
{ title: "API Integrations", description: "Custom API services.", buttonIcon: Code, imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-background-with-flowing-particle-design_1048-13547.jpg", imageAlt: "3D render of a modern background with flowing particle design" },
{ title: "Database Optimization", description: "Faster data access.", buttonIcon: Database, imageSrc: "http://img.b2bpic.net/free-photo/3d-flowing-particles-network-communications-design_1048-15848.jpg", imageAlt: "3D render of a modern background with flowing particle design" },
{ title: "Cloud Infrastructure", description: "Robust hosting.", buttonIcon: Cloud, imageSrc: "http://img.b2bpic.net/free-photo/neon-light-streak-background_23-2148133186.jpg", imageAlt: "3D render of a modern background with flowing particle design" },
{ title: "Security Audit", description: "Ironclad protection.", buttonIcon: Shield, imageSrc: "http://img.b2bpic.net/free-photo/3d-modern-background-with-abstract-design-flowing-particles_1048-12262.jpg", imageAlt: "3D render of a modern background with flowing particle design" },
]}
/>
</div>
@@ -95,40 +54,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Services",
items: [
{
label: "Web Design",
href: "/services",
},
{
label: "SEO",
href: "/services",
},
{
label: "Branding",
href: "/services",
},
],
},
{
title: "Company",
items: [
{
label: "About",
href: "/about",
},
{
label: "Portfolio",
href: "/portfolio",
},
{
label: "Contact",
href: "/contact",
},
],
},
{ title: "Services", items: [{ label: "Web Design", href: "/services" }, { label: "SEO", href: "/services" }, { label: "Branding", href: "/services" }] },
{ title: "Company", items: [{ label: "About", href: "/about" }, { label: "Portfolio", href: "/portfolio" }, { label: "Contact", href: "/contact" }] },
]}
logoText="Ascendency"
/>