Update src/app/page.tsx
This commit is contained in:
@@ -50,7 +50,7 @@ export default function LandingPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "About", id: "#about" }, { name: "Services", id: "#features-detailed" }, { name: "Clients", id: "/" }, { name: "Contact", id: "#contact" }]}
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "About", id: "#about" }, { name: "Services", id: "#features-detailed" }, { name: "Contact", id: "#contact" }]}
|
||||
brandName="Pro Studio"
|
||||
button={{ text: "Get a Quote", href: "#contact" }}
|
||||
className="bg-card/90 backdrop-blur-sm shadow-lg"
|
||||
@@ -79,21 +79,20 @@ export default function LandingPage() {
|
||||
buttonClassName="px-8 py-3 rounded-pill text-lg"
|
||||
buttonTextClassName="font-semibold"
|
||||
marqueeItems={[
|
||||
{ type: "text", text: "Creative Minds Agency" },
|
||||
{ type: "text", text: "GlobalTech Solutions" },
|
||||
{ type: "text", text: "Apex Innovations" },
|
||||
{ type: "text", text: "Nexus Games" },
|
||||
{ type: "text", text: "Bloom Skincare" },
|
||||
{ type: "text", text: "FutureForward Consulting" },
|
||||
{ type: "text", text: "Digital Horizon Studios" },
|
||||
{ type: "text", text: "Urban Living Magazine" },
|
||||
{ type: "text", text: "Veridian Dynamics" },
|
||||
{ type: "text", text: "Starlight Entertainment" }
|
||||
{ type: "image", src: "https://picsum.photos/id/1018/100/50", alt: "Client Logo 1" },
|
||||
{ type: "image", src: "https://picsum.photos/id/1025/100/50", alt: "Client Logo 2" },
|
||||
{ type: "image", src: "https://picsum.photos/id/1032/100/50", alt: "Client Logo 3" },
|
||||
{ type: "image", src: "https://picsum.photos/id/1035/100/50", alt: "Client Logo 4" },
|
||||
{ type: "image", src: "https://picsum.photos/id/1043/100/50", alt: "Client Logo 5" },
|
||||
{ type: "image", src: "https://picsum.photos/id/1047/100/50", alt: "Client Logo 6" },
|
||||
{ type: "image", src: "https://picsum.photos/id/1049/100/50", alt: "Client Logo 7" },
|
||||
{ type: "image", src: "https://picsum.photos/id/106/100/50", alt: "Client Logo 8" },
|
||||
{ type: "image", src: "https://picsum.photos/id/107/100/50", alt: "Client Logo 9" },
|
||||
{ type: "image", src: "https://picsum.photos/id/108/100/50", alt: "Client Logo 10" }
|
||||
]}
|
||||
marqueeSpeed={40}
|
||||
showMarqueeCard={true}
|
||||
marqueeTextClassName="text-2xl font-semibold text-foreground/80"
|
||||
marqueeCardClassName="bg-card/70 backdrop-blur-md"
|
||||
showMarqueeCard={false}
|
||||
marqueeImageClassName="max-h-12 w-auto object-contain py-2"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
|
||||
Reference in New Issue
Block a user