Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-05 13:29:57 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="small"
sizing="largeSizeMediumTitles"
background="fluid"
background="circleGradient"
cardStyle="solid"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
@@ -50,12 +50,12 @@ export default function LandingPage() {
{ text: "Start Your Project", href: "#contact" },
{ text: "View Our Work", href: "#portfolio" }
]}
background={{ variant: "fluid" }}
background={{ variant: "sparkles-gradient" }}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWnMuy9ZkPIuGo4pBk1IACSsu8/a-modern-web-design-agency-dashboard-sho-1772717274448-b01a8f21.png"
imageAlt="Modern web design dashboard showcasing agency projects"
frameStyle="card"
mediaAnimation="slide-up"
buttonAnimation="entrance-slide"
buttonAnimation="slide-up"
ariaLabel="Hero section for Govind Creative agency"
/>
</div>
@@ -68,7 +68,7 @@ export default function LandingPage() {
description="We are Govind Creative, a team of passionate designers and developers dedicated to transforming your vision into digital reality."
subdescription="With a focus on innovation, reliability, and client success, we partner with small-to-medium businesses to create beautiful, functional websites that drive real business results."
icon={Zap}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWnMuy9ZkPIuGo4pBk1IACSsu8/abstract-representation-of-web-design-an-1772717274089-d4b8b53a.png?_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWnMuy9ZkPIuGo4pBk1IACSsu8/abstract-representation-of-web-design-an-1772717274089-d4b8b53a.png"
imageAlt="Creative design process and services overview"
mediaAnimation="blur-reveal"
useInvertedBackground={true}
@@ -81,7 +81,7 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Web Design", description: "Beautiful, user-centered design that captures your brand essence and engages your audience. We create visually stunning websites that balance aesthetics with functionality.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWnMuy9ZkPIuGo4pBk1IACSsu8/abstract-representation-of-web-design-an-1772717274089-d4b8b53a.png?_wi=2", imageAlt: "Web design service showcase"
title: "Web Design", description: "Beautiful, user-centered design that captures your brand essence and engages your audience. We create visually stunning websites that balance aesthetics with functionality.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWnMuy9ZkPIuGo4pBk1IACSsu8/abstract-representation-of-web-design-an-1772717274089-d4b8b53a.png", imageAlt: "Web design service showcase"
},
{
id: 2,
@@ -185,9 +185,9 @@ export default function LandingPage() {
{ text: "Schedule a Consultation", href: "mailto:hello@govindcreative.com?subject=Schedule%20a%20Consultation" },
{ text: "Get in Touch", href: "mailto:hello@govindcreative.com" }
]}
background={{ variant: "fluid" }}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
buttonAnimation="entrance-slide"
buttonAnimation="slide-up"
ariaLabel="Contact call-to-action section"
/>
</div>