Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-10 15:53:00 +00:00

View File

@@ -11,7 +11,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterCard from '@/components/sections/footer/FooterCard';
import { ArrowRight, Sparkles, Linkedin, Twitter, Github, Dribbble, Behance, Instagram } from 'lucide-react';
import { ArrowRight, Sparkles, Linkedin, Twitter, Github, Dribbble, Instagram } from 'lucide-react';
export default function LandingPage() {
return (
@@ -21,7 +21,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="medium"
sizing="largeSmallSizeLargeTitles"
background="aurora"
background="circleGradient"
cardStyle="inset"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="glass"
@@ -51,7 +51,7 @@ export default function LandingPage() {
{ text: "Start a Project", href: "#contact" }
]}
buttonAnimation="slide-up"
background={{ variant: "aurora" }}
background={{ variant: "sparkles-gradient" }}
imageSrc="http://img.b2bpic.net/free-vector/abstract-background-black-gold_1048-12823.jpg"
imageAlt="3D Floating Abstract Object"
mediaAnimation="blur-reveal"
@@ -158,7 +158,7 @@ export default function LandingPage() {
},
{
id: "4", name: "Marcus Rivera", role: "Brand & Motion", description: "Motion designer and branding specialist. Creates the visual language that makes our work memorable.", imageSrc: "http://img.b2bpic.net/free-photo/tailor-standing-near-table-with-sewing-machine-looking-away-sewing-workshop_613910-5265.jpg", imageAlt: "Marcus Rivera - Brand & Motion", socialLinks: [
{ icon: Behance, url: "https://behance.net" },
{ icon: Github, url: "https://github.com" },
{ icon: Linkedin, url: "https://linkedin.com" }
]
}
@@ -221,7 +221,7 @@ export default function LandingPage() {
{ text: "Schedule a Call", href: "#contact" }
]}
buttonAnimation="slide-up"
background={{ variant: "aurora" }}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
/>
</div>