10 Commits

Author SHA1 Message Date
be268873b5 Update src/app/page.tsx 2026-03-03 14:00:56 +00:00
b1cbbc46ab Update theme colors 2026-03-03 13:58:14 +00:00
aeeb9491d5 Update theme colors 2026-03-03 13:55:06 +00:00
ae4238ae77 Update theme colors 2026-03-03 13:53:26 +00:00
b7d71566f9 Update theme colors 2026-03-03 13:52:57 +00:00
8fd9ec84c9 Update src/app/page.tsx 2026-03-03 13:51:15 +00:00
5acf021852 Update src/app/page.tsx 2026-03-03 13:48:37 +00:00
d32009d1c5 Merge version_1 into main
Merge version_1 into main
2026-03-03 13:40:39 +00:00
82b01b7647 Merge version_1 into main
Merge version_1 into main
2026-03-03 13:39:35 +00:00
04a1339eda Merge version_1 into main
Merge version_1 into main
2026-03-03 13:33:43 +00:00
2 changed files with 20 additions and 24 deletions

View File

@@ -90,10 +90,6 @@ export default function LandingPage() {
{
id: "3", title: "Lead Generation & Calls", tags: ["Conversions", "Contact Forms"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR9aAPktpzNgpwQzaATrrkzp4d/a-professional-phone-screen-showing-inco-1772544654712-c0330c10.png", imageAlt: "Phone showing incoming calls and leads"
},
{
id: "4", title: "Professional Branding", tags: ["Brand Identity", "Consistency"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR9aAPktpzNgpwQzaATrrkzp4d/a-collection-of-professional-branding-ma-1772544655899-102e157c.png", imageAlt: "Professional branding materials collection"
}
]}
animationType="slide-up"
@@ -121,7 +117,7 @@ export default function LandingPage() {
title: "Performance Optimized", description: "Fast loading times, smooth interactions, and professional branding create trust. Your site performs on all devices.", icon: Rocket
},
{
title: "Support & Growth", description: "We don't disappear after launch. Ongoing support, analytics tracking, and optimization keep your site performing at peak efficiency.", icon: Headset
title: "", description: "", icon: Headset
}
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR9aAPktpzNgpwQzaATrrkzp4d/an-upward-trending-graph-or-chart-showin-1772544654427-76dfd862.png"
@@ -137,9 +133,9 @@ export default function LandingPage() {
rating={5}
author="Sarah Johnson, Business Owner"
avatars={[
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR9aAPktpzNgpwQzaATrrkzp4d/professional-headshot-of-a-confident-bus-1772544655495-746b2601.png", alt: "Sarah Johnson" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR9aAPktpzNgpwQzaATrrkzp4d/professional-headshot-of-a-business-owne-1772544653625-e95c5104.png", alt: "Client" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR9aAPktpzNgpwQzaATrrkzp4d/professional-headshot-of-a-female-busine-1772544653577-1744740c.png", alt: "Client" },
{ src: "http://img.b2bpic.net/free-photo/business-people-sitting-office-desk-working-project_1098-17930.jpg?id=5633427", alt: "Sarah Johnson" },
{ src: "http://img.b2bpic.net/free-photo/group-people-working-out-business-plan-office_1303-15871.jpg?id=5495115", alt: "Client" },
{ src: "http://img.b2bpic.net/premium-photo/two-information-technology-specialist-brainstorming-project-create-new-approach-develop-software-improve-business-service-working-with-laptop-tech-hologram-icons-formal-wear_269648-2178.jpg?id=29517652", alt: "Client" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR9aAPktpzNgpwQzaATrrkzp4d/professional-headshot-of-a-business-owne-1772544655388-62ca05e5.png", alt: "Client" }
]}
ratingAnimation="slide-up"

View File

@@ -2,23 +2,23 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #ffffff;;
--card: #f9f9f9;;
--foreground: #000f06e6;;
--primary-cta: #0a7039;;
--secondary-cta: #f9f9f9;;
--accent: #e2e2e2;;
--background-accent: #c4c4c4;; */
/* --background: #020617;;;;;;
--card: #0f172a;;;;;;
--foreground: #e2e8f0;;;;;;
--primary-cta: #c4d8f9;;;;;;
--secondary-cta: #041633;;;;;;
--accent: #2d30f3;;;;;;
--background-accent: #1d4ed8;;;;;; */
--background: #ffffff;;
--card: #f9f9f9;;
--foreground: #000f06e6;;
--primary-cta: #0a7039;;
--primary-cta-text: #ffffff;;
--secondary-cta: #f9f9f9;;
--secondary-cta-text: #000f06e6;;
--accent: #e2e2e2;;
--background-accent: #c4c4c4;;
--background: #020617;;;;;;
--card: #0f172a;;;;;;
--foreground: #e2e8f0;;;;;;
--primary-cta: #c4d8f9;;;;;;
--primary-cta-text: #020617;;;;;;
--secondary-cta: #041633;;;;;;
--secondary-cta-text: #e2e8f0;;;;;;
--accent: #2d30f3;;;;;;
--background-accent: #1d4ed8;;;;;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);