From dac63187297146d0cfcbe84050ba5e03754f2da5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 05:13:15 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 248 +++++++---------------------------------------- 1 file changed, 35 insertions(+), 213 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 182f9ed..d236cf1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,15 +3,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import AboutMetric from '@/components/sections/about/AboutMetric'; -import ContactCTA from '@/components/sections/contact/ContactCTA'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; -import FooterCard from '@/components/sections/footer/FooterCard'; +import FooterBase from '@/components/sections/footer/FooterBase'; import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Award, Linkedin, TrendingUp, Twitter, Users } from "lucide-react"; +import { Award, TrendingUp, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -31,85 +31,31 @@ export default function LandingPage() {
@@ -117,27 +63,13 @@ export default function LandingPage() {
@@ -147,145 +79,35 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" gridVariant="three-columns-all-equal-width" - useInvertedBackground={false} products={[ - { - id: "p1", - name: "Starter Toolkit", - price: "$199", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-office-desk-arrangement_23-2148707946.jpg", - }, - { - id: "p2", - name: "Analytics Pro", - price: "$499", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-carpenter-showing-digital-tablet-his-hand_23-2147945078.jpg", - }, - { - id: "p3", - name: "SaaS Platform", - price: "$899", - imageSrc: "http://img.b2bpic.net/free-photo/staistics-business-strategy-planning-research-digital-tablet-concept_53876-26413.jpg", - }, - { - id: "p4", - name: "Growth Suite", - price: "$299", - imageSrc: "http://img.b2bpic.net/free-photo/glossy-gradient-facebook-logo_23-2152009926.jpg", - }, - { - id: "p5", - name: "Efficiency Pack", - price: "$399", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-business-desk-arrangement_23-2148128260.jpg", - }, - { - id: "p6", - name: "Ultimate Hub", - price: "$999", - imageSrc: "http://img.b2bpic.net/free-vector/abstract-modern-business-card_1017-8642.jpg", - }, + { id: "p1", name: "مجموعة البداية", price: "١٩٩$", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-office-desk-arrangement_23-2148707946.jpg" }, + { id: "p2", name: "تحليلات برو", price: "٤٩٩$", imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-carpenter-showing-digital-tablet-his-hand_23-2147945078.jpg" }, ]} - title="Strategic Toolkits" - description="Premium resources and tools to jumpstart your business operations." - /> -
- -
- -
- -
-
-
); -} +} \ No newline at end of file -- 2.49.1 From adfee5d7f0452e0f0d88cabb940780b46158102c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 05:13:15 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 539ce00..3f72f93 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,14 +10,14 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f5f5; - --card: #ffffff; + --background: #ffffff; + --card: #f9f9f9; --foreground: #1c1c1c; - --primary-cta: #1c1c1c; + --primary-cta: #15479c; --primary-cta-text: #f5f5f5; - --secondary-cta: #ffffff; + --secondary-cta: #e2e2e2; --secondary-cta-text: #1c1c1c; - --accent: #15479c; + --accent: #0a7039; --background-accent: #a8cce8; /* text sizing - set by ThemeProvider */ -- 2.49.1