17 Commits

Author SHA1 Message Date
85b0fd12ed Update src/app/page.tsx 2026-05-23 17:33:41 +00:00
0fbba60f21 Update src/app/page.tsx 2026-05-23 17:19:30 +00:00
c43e58fff2 Update theme fonts 2026-05-23 17:16:31 +00:00
76ac2e2dd1 Update theme fonts 2026-05-23 17:16:31 +00:00
6d7806fee1 Update theme fonts 2026-05-23 17:16:29 +00:00
f8ae74be41 Update theme fonts 2026-05-23 17:16:28 +00:00
13a245b191 Update theme colors 2026-05-23 17:15:33 +00:00
26dd2633fd Update theme colors 2026-05-23 17:15:21 +00:00
74ead6c3b7 Update theme colors 2026-05-23 17:14:49 +00:00
ef5ccff5e6 Update theme colors 2026-05-23 17:14:34 +00:00
b2191b6a97 Update theme colors 2026-05-23 17:14:25 +00:00
44f0d53299 Update theme colors 2026-05-23 17:14:17 +00:00
0895a83431 Update src/app/page.tsx 2026-05-23 17:13:50 +00:00
80fb44a178 Update src/app/page.tsx 2026-05-23 17:08:34 +00:00
240858a48c Update src/app/styles/variables.css 2026-05-23 17:06:29 +00:00
7a382bef79 Update src/app/page.tsx 2026-05-23 17:06:29 +00:00
f023e758b8 Merge version_2 into main
Merge version_2 into main
2026-05-23 17:05:57 +00:00
4 changed files with 19 additions and 34 deletions

View File

@@ -7,6 +7,7 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { DM_Sans } from "next/font/google";
import { Open_Sans } from "next/font/google";
@@ -21,10 +22,16 @@ export const metadata: Metadata = {
},
};
const dmSans = DM_Sans({
variable: "--font-dm-sans",
subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
export default function RootLayout({
children,
@@ -34,7 +41,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${dmSans.variable} antialiased`}>
<body className={`${dmSans.variable} ${inter.variable} antialiased`}>
<Tag />
{children}
<script

View File

@@ -9,7 +9,6 @@ import FooterBase from '@/components/sections/footer/FooterBase';
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import TextAbout from '@/components/sections/about/TextAbout';
export default function LandingPage() {
@@ -49,7 +48,7 @@ export default function LandingPage() {
{
text: "Start Project", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/abstract-smooth-orange-background-layout-design-studio-room-web-template-business-report-with-smooth-circle-gradient-color_1258-71396.jpg?_wi=1"
imageSrc="https://img.b2bpic.net/free-vector/5g-networking-technology-background-with-blue-digital-line_53876-119505.jpg?id=16406299"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg", alt: "Portrait smiley modern male"},
@@ -60,7 +59,7 @@ export default function LandingPage() {
{
src: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg", alt: "Positive confident businessman posing outside"},
{
src: "http://img.b2bpic.net/free-photo/close-up-entrepreneur-with-corporate-job-looking-camera-business-office-portrait-young-man-preparing-work-planning-development-industry-with-technology-computer_482257-29387.jpg", alt: "Close up of entrepreneur with corporate job"},
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DpjaYBOhfrl7M1DcH4MDTrcnrQ/uploaded-1779557538441-tw496u2g.png", alt: "Close up of entrepreneur with corporate job"},
]}
avatarText="Trusted by 150+ industry leaders"
/>
@@ -104,7 +103,7 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1", value: "150+", title: "Projects Completed", items: [
id: "m1", value: "20+", title: "Projects Completed", items: [
"Successfully delivered websites", "High-conversion platforms", "Long-term partners"],
},
{
@@ -121,27 +120,6 @@ export default function LandingPage() {
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFive
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "t1", name: "Sarah Miller", date: "2024", title: "CEO", quote: "Their work completely transformed our brand visibility. Truly impressed.", tag: "Tech", avatarSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageSrc: "http://img.b2bpic.net/free-photo/abstract-smooth-orange-background-layout-design-studio-room-web-template-business-report-with-smooth-circle-gradient-color_1258-71396.jpg?_wi=2", imageAlt: "professional business executive"},
{
id: "t2", name: "James Chen", date: "2024", title: "Founder", quote: "Dynamic Alpha knows how to build platforms that scale effortlessly.", tag: "Startup", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-employee-happy-be-back-work_23-2148727616.jpg", imageSrc: "http://img.b2bpic.net/free-photo/technician-looking-ui-computer-monitor-executing-programming-code_482257-125130.jpg?_wi=2", imageAlt: "professional business executive"},
{
id: "t3", name: "Emily Davis", date: "2023", title: "Creative Director", quote: "Exceptional communication and high quality delivery throughout the project.", tag: "Design", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-trendy-hairstyle_23-2149405997.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-analyzing-stock-market-charts-financial-data-electronic-board_169016-14896.jpg?_wi=2", imageAlt: "professional business executive"},
{
id: "t4", name: "Marcus Wright", date: "2024", title: "Director", quote: "Our SEO rankings tripled in just three months. Phenomenal results.", tag: "Retail", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-sensual-blonde-business-woman-dressed-formal-suit-blue-shirt-isolated-dark-background_613910-6341.jpg", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ai-chip-circuit-board_23-2151977487.jpg?_wi=2", imageAlt: "professional business executive"},
{
id: "t5", name: "Linda Peterson", date: "2024", title: "Product Mgr", quote: "The AI tools they integrated were a total game-changer for us.", tag: "SaaS", avatarSrc: "http://img.b2bpic.net/free-photo/male-graphic-designer-using-digital-tablet_1170-997.jpg", imageSrc: "http://img.b2bpic.net/free-photo/ideas-creation-design-process-icon_53876-132252.jpg?_wi=2", imageAlt: "professional business executive"},
]}
title="Voices of Success"
description="See why partners choose our agency for their digital transformation."
/>
</div>
<div id="faq" data-section="faq">
<FaqDouble
textboxLayout="default"

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-dm-sans), sans-serif;
font-family: var(--font-inter), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #fbfbfb;
--card: #f2f2f2;
--foreground: #1a1a1a;
--primary-cta: #c5a059;
--background: #f5f5f5;
--card: #ffffff;
--foreground: #000000;
--primary-cta: #e9b310;
--primary-cta-text: #f5f5f5;
--secondary-cta: #e5e5e5;
--secondary-cta: #000000;
--secondary-cta-text: #1c1c1c;
--accent: #c5a059;
--background-accent: #f4e9d3;
--accent: #0f0bb8;
--background-accent: #13259e;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);