Update src/app/page.tsx
This commit is contained in:
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
||||
tag="Build Smarter"
|
||||
buttons={[{ text: "Launch Projects", href: "#features" }]}
|
||||
tagIcon={Sparkles}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/brown-futuristic-microchip-background-data-digital-transformation_53876-165478.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/brown-futuristic-microchip-background-data-digital-transformation_53876-165478.jpg?_wi=1"
|
||||
imageAlt="Futuristic digital grid background"
|
||||
/>
|
||||
</div>
|
||||
@@ -61,22 +61,22 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "High Velocity", description: "Optimized delivery pipelines for maximum speed in every environment.", icon: Zap,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-techno-with-flowing-lines-particles_1048-13718.jpg", imageAlt: "Speed" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-taking-online-class-her-laptop-home_23-2149114301.jpg", imageAlt: "Performance" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-techno-with-flowing-lines-particles_1048-13718.jpg?_wi=1", imageAlt: "Speed" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-taking-online-class-her-laptop-home_23-2149114301.jpg?_wi=1", imageAlt: "Performance" },
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Scale Anywhere", description: "Cloud-native infrastructure that grows with your business demands.", icon: Shield,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-techno-with-flowing-lines-particles_1048-13718.jpg", imageAlt: "Security" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-taking-online-class-her-laptop-home_23-2149114301.jpg", imageAlt: "Scalability" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-techno-with-flowing-lines-particles_1048-13718.jpg?_wi=2", imageAlt: "Security" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-taking-online-class-her-laptop-home_23-2149114301.jpg?_wi=2", imageAlt: "Scalability" },
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Adaptive Design", description: "Fluid interfaces that look perfect on any device size or platform.", icon: Smartphone,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-techno-with-flowing-lines-particles_1048-13718.jpg", imageAlt: "Design" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-taking-online-class-her-laptop-home_23-2149114301.jpg", imageAlt: "UX" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-techno-with-flowing-lines-particles_1048-13718.jpg?_wi=3", imageAlt: "Design" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-taking-online-class-her-laptop-home_23-2149114301.jpg?_wi=3", imageAlt: "UX" },
|
||||
]
|
||||
},
|
||||
]}
|
||||
@@ -126,7 +126,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/brown-futuristic-microchip-background-data-digital-transformation_53876-165478.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/brown-futuristic-microchip-background-data-digital-transformation_53876-165478.jpg?_wi=2"
|
||||
logoText="PulseTech"
|
||||
columns={[
|
||||
{ title: "Company", items: [{ label: "About", href: "#" }, { label: "Careers", href: "#" }] },
|
||||
|
||||
Reference in New Issue
Block a user