Merge version_4 into main #8
@@ -33,7 +33,6 @@ export default function BlogPage() {
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Services", id: "#features-detailed" },
|
||||
{ name: "Clients", id: "/" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="Pro Studio"
|
||||
|
||||
@@ -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">
|
||||
@@ -253,7 +252,7 @@ export default function LandingPage() {
|
||||
<FooterCard
|
||||
logoText="Pro Studio"
|
||||
copyrightText="© 2023 Pro Studio. All rights reserved."
|
||||
socialLinks={[{ icon: Twitter, href: "https://twitter.com/prostudio", ariaLabel: "Twitter" }, { icon: Linkedin, href: "https://linkedin.com/company/prostudio", ariaLabel: "LinkedIn" }, { icon: Instagram, href: "https://instagram.com/prostudio", ariaLabel: "Instagram" }]}
|
||||
socialLinks={[{ icon: Twitter, href: "https://twitter.com/prostudio", ariaLabel: "Twitter" }, { icon: Linkedin, href: "https://linkedin.com/company/prostudio", ariaLabel: "LinkedIn" }, { icon: Instagram, href: "https://instagram.com/prostudio", ariaLabel: "Instagram" }]}
|
||||
className="py-16 md:py-24 bg-background-accent"
|
||||
cardClassName="bg-card/70 backdrop-blur-md"
|
||||
logoClassName="text-2xl font-bold text-foreground"
|
||||
|
||||
@@ -94,8 +94,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Shop", id: "/shop" },
|
||||
{ name: "Clients", id: "/" }
|
||||
{ name: "Shop", id: "/shop" }
|
||||
]}
|
||||
brandName="Pro Studio"
|
||||
className="bg-card/90 backdrop-blur-sm shadow-lg"
|
||||
@@ -148,8 +147,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Shop", id: "/shop" },
|
||||
{ name: "Clients", id: "/" }
|
||||
{ name: "Shop", id: "/shop" }
|
||||
]}
|
||||
brandName="Pro Studio"
|
||||
className="bg-card/90 backdrop-blur-sm shadow-lg"
|
||||
@@ -209,8 +207,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Shop", id: "/shop" },
|
||||
{ name: "Clients", id: "/" }
|
||||
{ name: "Shop", id: "/shop" }
|
||||
]}
|
||||
brandName="Pro Studio"
|
||||
className="bg-card/90 backdrop-blur-sm shadow-lg"
|
||||
|
||||
@@ -61,8 +61,7 @@ export default function ShopPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Shop", id: "/shop" },
|
||||
{ name: "Clients", id: "/" }
|
||||
{ name: "Shop", id: "/shop" }
|
||||
]}
|
||||
brandName="Pro Studio"
|
||||
className="bg-card/90 backdrop-blur-sm shadow-lg"
|
||||
@@ -114,8 +113,7 @@ export default function ShopPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Shop", id: "/shop" },
|
||||
{ name: "Clients", id: "/" }
|
||||
{ name: "Shop", id: "/shop" }
|
||||
]}
|
||||
brandName="Pro Studio"
|
||||
className="bg-card/90 backdrop-blur-sm shadow-lg"
|
||||
|
||||
Reference in New Issue
Block a user