Merge version_2 into main #3

Merged
bender merged 2 commits from version_2 into main 2026-03-11 17:30:53 +00:00
2 changed files with 12 additions and 12 deletions

View File

@@ -28,7 +28,7 @@ export default function LandingPage() {
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="Webuild"
brandName="NATIVE WEB"
navItems={[
{ name: "Services", id: "services" },
{ name: "Process", id: "process" },
@@ -42,8 +42,8 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
title="Stunning Websites That Drive Results"
description="We craft beautiful, high-performance websites that convert visitors into loyal customers. From concept to launch, we bring your vision to life."
title="Native Web Design That Elevates Your Brand"
description="We create beautiful, high-performance websites that convert visitors into loyal customers. From concept to launch, we bring your vision to life with native web expertise."
tag="Web Design Agency"
tagIcon={Sparkles}
tagAnimation="slide-up"
@@ -166,7 +166,7 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen
testimonial="Webuild transformed our online presence. The website they designed not only looks stunning but has increased our conversion rate by 40%. Their team was professional, responsive, and truly understood our vision."
testimonial="NATIVE WEB transformed our online presence. The website they designed not only looks stunning but has increased our conversion rate by 40%. Their team was professional, responsive, and truly understood our vision."
rating={5}
author="James Mitchell, CEO at TechFlow"
avatars={[
@@ -256,7 +256,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
logoText="Webuild"
logoText="NATIVE WEB"
columns={[
{
items: [

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #e3deea;
--card: #ffffff;
--foreground: #27231f;
--primary-cta: #27231f;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #ffffffe6;
--primary-cta: #e6e6e6;
--primary-cta-text: #e3deea;
--secondary-cta: #ffffff;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #27231f;
--accent: #c68a62;
--background-accent: #c68a62;
--accent: #737373;
--background-accent: #737373;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);