7 Commits

Author SHA1 Message Date
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 31 deletions

View File

@@ -9,7 +9,6 @@ import FooterBase from '@/components/sections/footer/FooterBase';
import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import TextAbout from '@/components/sections/about/TextAbout'; import TextAbout from '@/components/sections/about/TextAbout';
export default function LandingPage() { export default function LandingPage() {
@@ -38,7 +37,6 @@ export default function LandingPage() {
name: "Contact", id: "contact"}, name: "Contact", id: "contact"},
]} ]}
brandName="Dynamic Alpha" brandName="Dynamic Alpha"
logoSrc="https://img.b2bpic.net/logo.png"
/> />
</div> </div>
@@ -50,7 +48,7 @@ export default function LandingPage() {
{ {
text: "Start Project", href: "#contact"}, 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={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg", alt: "Portrait smiley modern male"}, src: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg", alt: "Portrait smiley modern male"},
@@ -122,27 +120,6 @@ export default function LandingPage() {
/> />
</div> </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"> <div id="faq" data-section="faq">
<FaqDouble <FaqDouble
textboxLayout="default" textboxLayout="default"

View File

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