Merge version_1 into main #2
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="subtle-shadow"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -51,7 +51,7 @@ export default function LandingPage() {
|
||||
{ text: "Download Resume", href: "#" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "plain" }}
|
||||
mediaAnimation="opacity"
|
||||
frameStyle="card"
|
||||
className="overflow-hidden"
|
||||
@@ -72,7 +72,6 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="opacity"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -110,15 +109,15 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "SaaS Platform", name: "Analytics Dashboard", price: "React + Node.js", rating: 5,
|
||||
reviewCount: "Real-time data", imageSrc: "/placeholders/placeholder1.webp?_wi=1", imageAlt: "Analytics dashboard project"
|
||||
reviewCount: "Real-time data", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Analytics dashboard project"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "E-commerce", name: "Checkout System", price: "Next.js + Stripe", rating: 5,
|
||||
reviewCount: "Payment integration", imageSrc: "/placeholders/placeholder1.webp?_wi=2", imageAlt: "E-commerce checkout project"
|
||||
reviewCount: "Payment integration", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "E-commerce checkout project"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Mobile App", name: "Cross-platform App", price: "React Native + Firebase", rating: 5,
|
||||
reviewCount: "Offline-first", imageSrc: "/placeholders/placeholder1.webp?_wi=3", imageAlt: "Mobile application project"
|
||||
reviewCount: "Offline-first", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Mobile application project"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -161,22 +160,22 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Chen", imageSrc: "/placeholders/placeholder1.webp?_wi=4", imageAlt: "Sarah Chen"
|
||||
id: "1", name: "Sarah Chen", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Sarah Chen"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael Rodriguez", imageSrc: "/placeholders/placeholder1.webp?_wi=5", imageAlt: "Michael Rodriguez"
|
||||
id: "2", name: "Michael Rodriguez", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Michael Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emily Patterson", imageSrc: "/placeholders/placeholder1.webp?_wi=6", imageAlt: "Emily Patterson"
|
||||
id: "3", name: "Emily Patterson", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Emily Patterson"
|
||||
},
|
||||
{
|
||||
id: "4", name: "James Wilson", imageSrc: "/placeholders/placeholder1.webp?_wi=7", imageAlt: "James Wilson"
|
||||
id: "4", name: "James Wilson", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "James Wilson"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Lisa Zhang", imageSrc: "/placeholders/placeholder1.webp?_wi=8", imageAlt: "Lisa Zhang"
|
||||
id: "5", name: "Lisa Zhang", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Lisa Zhang"
|
||||
},
|
||||
{
|
||||
id: "6", name: "David Thompson", imageSrc: "/placeholders/placeholder1.webp?_wi=9", imageAlt: "David Thompson"
|
||||
id: "6", name: "David Thompson", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "David Thompson"
|
||||
}
|
||||
]}
|
||||
cardTitle="Trusted by startups and enterprises alike. Noah brings technical excellence and collaborative spirit to every project."
|
||||
|
||||
Reference in New Issue
Block a user