8 Commits

Author SHA1 Message Date
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
2 changed files with 8 additions and 30 deletions

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"},
@@ -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

@@ -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: #e5dfcd;
--primary-cta-text: #f5f5f5;
--secondary-cta: #e5e5e5;
--secondary-cta: #000000;
--secondary-cta-text: #1c1c1c;
--accent: #c5a059;
--background-accent: #f4e9d3;
--accent: #b8860b;
--background-accent: #8b6914;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);