Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7708a09e96 | |||
| 53078775e2 | |||
| ad8bb461f8 | |||
| c230753e30 | |||
| 274a8b8446 | |||
| c3fb8ddc98 | |||
| ee9b73c04d | |||
| 18d8167595 | |||
| 64e2ac57f0 |
@@ -6,7 +6,7 @@ import HeroBillboardScroll from "@/components/sections/hero/HeroBillboardScroll"
|
|||||||
import TextSplitAbout from "@/components/sections/about/TextSplitAbout";
|
import TextSplitAbout from "@/components/sections/about/TextSplitAbout";
|
||||||
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||||
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
||||||
import { Zap, Award } from "lucide-react";
|
import { Zap, Award, Star } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -40,7 +40,7 @@ export default function LandingPage() {
|
|||||||
{/* Hero - Billboard Scroll */}
|
{/* Hero - Billboard Scroll */}
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardScroll
|
<HeroBillboardScroll
|
||||||
title="Advanced Technology Solutions for Enterprise"
|
title="Scale Your Enterprise Operations 10x Faster"
|
||||||
description="Harness cutting-edge innovations designed to scale with your business. From intelligent automation to data-driven insights, we deliver enterprise-grade solutions that transform operations."
|
description="Harness cutting-edge innovations designed to scale with your business. From intelligent automation to data-driven insights, we deliver enterprise-grade solutions that transform operations."
|
||||||
tag="Next Generation Tech"
|
tag="Next Generation Tech"
|
||||||
tagIcon={Zap}
|
tagIcon={Zap}
|
||||||
@@ -80,8 +80,14 @@ export default function LandingPage() {
|
|||||||
names={[
|
names={[
|
||||||
"TechCorp International", "Global Innovations Inc", "Digital Futures Ltd", "Enterprise Solutions Group", "Strategic Technologies", "Innovation Partners", "Next Gen Systems", "Advanced Ventures"
|
"TechCorp International", "Global Innovations Inc", "Digital Futures Ltd", "Enterprise Solutions Group", "Strategic Technologies", "Innovation Partners", "Next Gen Systems", "Advanced Ventures"
|
||||||
]}
|
]}
|
||||||
|
logos={[
|
||||||
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=n74um1", "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qvy45h", "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xt7tmi", "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ukzhgj", "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hn1944", "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=adrve1", "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fz24sz", "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2oawpm"
|
||||||
|
]}
|
||||||
speed={40}
|
speed={40}
|
||||||
showCard={true}
|
showCard={true}
|
||||||
|
buttons={[
|
||||||
|
{ text: "View Case Studies", href: "#" }
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -120,4 +126,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user