diff --git a/src/app/page.tsx b/src/app/page.tsx index 04cdb6d..b34a44d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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 ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import TextAbout from '@/components/sections/about/TextAbout'; @@ -32,23 +31,14 @@ export default function LandingPage() { @@ -58,36 +48,20 @@ export default function LandingPage() { description="Dynamic Alpha Design Group transforms your ideas into powerful, high-conversion digital experiences through expert development, SEO, and AI integration." buttons={[ { - text: "View Portfolio", - href: "#portfolio", - }, - { - 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" 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"}, { - src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", - alt: "Smiling businessman standing at airport", - }, + src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", alt: "Smiling businessman standing at airport"}, { - src: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg", - alt: "Portrait of grey-haired businessman standing", - }, + src: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg", alt: "Portrait of grey-haired businessman standing"}, { - 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/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: "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"}, ]} avatarText="Trusted by 150+ industry leaders" /> @@ -107,90 +81,23 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", - title: "Web Development", - descriptions: [ - "Custom full-stack solutions", - "Responsive frontend architecture", - "High-performance CMS", - ], - imageSrc: "http://img.b2bpic.net/free-photo/technician-looking-ui-computer-monitor-executing-programming-code_482257-125130.jpg?_wi=1", - }, + id: "1", title: "Web Development", descriptions: [ + "Custom full-stack solutions", "Responsive frontend architecture", "High-performance CMS"], + imageSrc: "http://img.b2bpic.net/free-photo/technician-looking-ui-computer-monitor-executing-programming-code_482257-125130.jpg?_wi=1"}, { - id: "2", - title: "SEO & Performance", - descriptions: [ - "Data-driven search strategy", - "Technical optimization", - "Conversion rate improvement", - ], - imageSrc: "http://img.b2bpic.net/free-photo/man-analyzing-stock-market-charts-financial-data-electronic-board_169016-14896.jpg?_wi=1", - }, + id: "2", title: "SEO & Performance", descriptions: [ + "Data-driven search strategy", "Technical optimization", "Conversion rate improvement"], + imageSrc: "http://img.b2bpic.net/free-photo/man-analyzing-stock-market-charts-financial-data-electronic-board_169016-14896.jpg?_wi=1"}, { - id: "3", - title: "AI Integration", - descriptions: [ - "Automated business workflows", - "Predictive data analytics", - "Smart platform development", - ], - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ai-chip-circuit-board_23-2151977487.jpg?_wi=1", - }, + id: "3", title: "AI Integration", descriptions: [ + "Automated business workflows", "Predictive data analytics", "Smart platform development"], + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ai-chip-circuit-board_23-2151977487.jpg?_wi=1"}, ]} title="Our Specialized Digital Services" description="Comprehensive solutions tailored to scale your brand and outperform competition." /> -
- -
-
@@ -351,33 +180,21 @@ export default function LandingPage() { ); -} +} \ No newline at end of file diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 539ce00..ed66f6e 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f5f5; - --card: #ffffff; - --foreground: #1c1c1c; - --primary-cta: #1c1c1c; + --background: #fbfbfb; + --card: #f2f2f2; + --foreground: #1a1a1a; + --primary-cta: #c5a059; --primary-cta-text: #f5f5f5; - --secondary-cta: #ffffff; + --secondary-cta: #e5e5e5; --secondary-cta-text: #1c1c1c; - --accent: #15479c; - --background-accent: #a8cce8; + --accent: #c5a059; + --background-accent: #f4e9d3; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);