Update src/app/page.tsx
This commit is contained in:
@@ -28,7 +28,7 @@ export default function LandingPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="Webild Studio"
|
||||
brandName="Automaze Studio"
|
||||
navItems={[
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "Services", id: "services" },
|
||||
@@ -42,8 +42,8 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
title="Crafting Digital Excellence"
|
||||
description="We transform your vision into compelling digital experiences. From stunning web design to strategic digital transformation, we're your creative partner in building brands that resonate."
|
||||
title="Building Fast, Modern & Scalable Websites"
|
||||
description="I build clean, high-performance websites that help businesses grow online. From responsive design to powerful web applications, I turn ideas into reliable digital products that users love."
|
||||
background={{ variant: "plain" }}
|
||||
tag="Creative Web Agency"
|
||||
tagIcon={Sparkles}
|
||||
@@ -99,7 +99,7 @@ export default function LandingPage() {
|
||||
<TextSplitAbout
|
||||
title="We blend creativity with strategy to deliver results that matter."
|
||||
description={[
|
||||
"Since 2013, we've partnered with forward-thinking brands to craft digital experiences that engage, inspire, and convert. Our approach combines cutting-edge design, robust technology, and strategic thinking to ensure every project exceeds expectations."
|
||||
"I'm a web developer focused on building fast, responsive, and user-friendly websites. I combine clean code, modern technologies, and smart design to create digital experiences that help businesses grow and stand out online."
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Explore Our Services", href: "#services" }
|
||||
@@ -123,11 +123,11 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Design & Development", title: "Web Design & Development", subtitle: "Stunning, responsive websites", description: "We create beautiful, functional websites that captivate users and drive conversions. From concept to launch, we handle every aspect of web design and development.", imageSrc: "http://img.b2bpic.net/free-vector/fashion-sale-landing-page-template-with-photo_23-2148582389.jpg", imageAlt: "responsive web design interface", buttons: [{ text: "Learn More", href: "#" }]
|
||||
tag: "Web Development", title: "Web Development", subtitle: "Fast & responsive websites", description: "I develop modern, responsive websites that deliver speed, performance, and great user experience. From idea to deployment, I handle the full development process to build reliable and scalable web solutions.", imageSrc: "http://img.b2bpic.net/free-vector/fashion-sale-landing-page-template-with-photo_23-2148582389.jpg", imageAlt: "responsive web design interface", buttons: [{ text: "Learn More", href: "#" }]
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Brand Strategy", title: "Brand Identity & Strategy", subtitle: "Strategic positioning and visual identity", description: "Transform your brand vision into a cohesive identity that stands out. We develop comprehensive brand strategies and stunning visual systems that resonate.", imageSrc: "http://img.b2bpic.net/free-vector/neon-business-card-template_23-2148571402.jpg", imageAlt: "brand identity design elements", buttons: [{ text: "Discover Branding", href: "#" }]
|
||||
tag: "Web Solutions", title: "Web Solutions", subtitle: "Performance & scalability", description: "I help businesses strengthen their online presence with smart web solutions. From performance optimization to scalable architecture, I ensure every website is built to grow, perform, and deliver real value.", imageSrc: "http://img.b2bpic.net/free-vector/neon-business-card-template_23-2148571402.jpg", imageAlt: "brand identity design elements", buttons: [{ text: "Discover Solutions", href: "#" }]
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
@@ -221,7 +221,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Schedule a Consultation", href: "mailto:hello@webild.studio" },
|
||||
{ text: "Schedule a Consultation", href: "mailto:hello@automaze.studio" },
|
||||
{ text: "Send us a Message", href: "#" }
|
||||
]}
|
||||
className="w-full"
|
||||
@@ -233,8 +233,8 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Webild Studio"
|
||||
copyrightText="© 2025 Webild Studio. All rights reserved."
|
||||
logoText="Automaze Studio"
|
||||
copyrightText="© 2026 Automaze Studio. All rights reserved."
|
||||
socialLinks={[
|
||||
{ icon: Linkedin, href: "https://linkedin.com", ariaLabel: "LinkedIn" },
|
||||
{ icon: Twitter, href: "https://twitter.com", ariaLabel: "Twitter" },
|
||||
|
||||
Reference in New Issue
Block a user