5 Commits

Author SHA1 Message Date
3ad0575c29 Update theme colors 2026-03-14 18:13:12 +00:00
c8dc6a3e7d Update src/app/styles/variables.css 2026-03-14 18:12:41 +00:00
82ea292513 Update src/app/page.tsx 2026-03-14 18:12:40 +00:00
b87ba0a2c7 Merge version_1 into main
Merge version_1 into main
2026-03-14 18:04:01 +00:00
62ac31c17a Merge version_1 into main
Merge version_1 into main
2026-03-14 18:03:26 +00:00
2 changed files with 16 additions and 16 deletions

View File

@@ -65,7 +65,7 @@ export default function LandingPage() {
<div id="about" data-section="about" className="relative bg-opacity-50">
<TextSplitAbout
title="Crafting Digital Experiences Since 2015"
title="Crafting Digital Experiences Since 2026"
description={[
"Based in the vibrant Northwest Florida community, Webild Design Studio has emerged as a trusted partner for businesses seeking exceptional web design and digital solutions. Our team combines creative excellence with strategic thinking to deliver websites that captivate audiences and drive conversions.", "From startups to established enterprises, we've helped over 200 businesses across the United States establish powerful digital presences. Our approach is collaborative, transparent, and results-driven—ensuring every project exceeds expectations and delivers measurable ROI."
]}
@@ -129,15 +129,15 @@ export default function LandingPage() {
description="Showcase of our latest web design projects and case studies highlighting our expertise across industries."
products={[
{
id: "ecommerce-platform", brand: "Fashion Retail", name: "E-Commerce Platform Redesign", price: "$45K", rating: 5,
id: "ecommerce-platform", brand: "Fashion Retail", name: "E-Commerce Platform Redesign", price: "$1.75K", rating: 5,
reviewCount: "42 reviews", imageSrc: "http://img.b2bpic.net/free-vector/ecommerce-email-template_52683-49444.jpg", imageAlt: "Ecommerce website design portfolio"
},
{
id: "corporate-website", brand: "B2B Services", name: "Corporate Identity Website", price: "$32K", rating: 5,
id: "corporate-website", brand: "B2B Services", name: "Corporate Identity Website", price: "$1.2K", rating: 5,
reviewCount: "38 reviews", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-geometric-pattern-landing-page_23-2149945725.jpg", imageAlt: "Corporate business website design"
},
{
id: "saas-platform", brand: "Tech Startup", name: "SaaS Platform Landing Site", price: "$28K", rating: 5,
id: "saas-platform", brand: "Tech Startup", name: "SaaS Platform Landing Site", price: "$850", rating: 5,
reviewCount: "35 reviews", imageSrc: "http://img.b2bpic.net/free-vector/launch-business-gradient-landing-page_52683-23194.jpg", imageAlt: "Startup website design modern"
}
]}
@@ -186,9 +186,9 @@ export default function LandingPage() {
<div id="metrics" data-section="metrics" className="relative bg-opacity-50">
<MetricCardTwo
metrics={[
{ id: "projects", value: "200+", description: "Projects Delivered" },
{ id: "clients", value: "150+", description: "Happy Clients" },
{ id: "conversion", value: "45%", description: "Average Conversion Lift" }
{ id: "projects", value: "850+", description: "Projects Delivered" },
{ id: "clients", value: "620+", description: "Happy Clients" },
{ id: "conversion", value: "62%", description: "Average Conversion Lift" }
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #e3deea;
--card: #ffffff;
--foreground: #1f2027;
--primary-cta: #1f2027;
--primary-cta-text: #e3deea;
--secondary-cta: #ffffff;
--secondary-cta-text: #1f2027;
--accent: #627dc6;
--background-accent: #627dc6;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #106EFB;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #106EFB;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);