From ce4c95dc9bfe1b4932730b9c1b69009080283d29 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 13:47:04 +0000 Subject: [PATCH 1/8] Add src/app/login/page.tsx --- src/app/login/page.tsx | 63 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 src/app/login/page.tsx diff --git a/src/app/login/page.tsx b/src/app/login/page.tsx new file mode 100644 index 0000000..ebee655 --- /dev/null +++ b/src/app/login/page.tsx @@ -0,0 +1,63 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import { useState } from "react"; +import { useRouter } from "next/navigation"; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; + +export default function LoginPage() { + const router = useRouter(); + const [email, setEmail] = useState(""); + + const handleLogin = (e: React.FormEvent) => { + e.preventDefault(); + console.log("Login attempted for:", email); + router.push("/"); + }; + + return ( + +
+ +
+
+

Login

+ setEmail(e.target.value)} + required + /> + +
+
+ +
+
+ ); +} \ No newline at end of file -- 2.49.1 From ace96b6d1ecb3695ba25ad676ab0789f83f2bf51 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 13:47:05 +0000 Subject: [PATCH 2/8] Update src/app/page.tsx --- src/app/page.tsx | 216 +++++++++-------------------------------------- 1 file changed, 42 insertions(+), 174 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b9e99ab..6afc5c1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import { useState } from "react"; import ContactText from '@/components/sections/contact/ContactText'; import FaqBase from '@/components/sections/faq/FaqBase'; import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; @@ -11,8 +12,12 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import ProductCart from '@/components/ecommerce/cart/ProductCart'; export default function LandingPage() { + const [isCartOpen, setIsCartOpen] = useState(false); + const [cartItems, setCartItems] = useState([]); + return ( + setIsCartOpen(false)} + items={cartItems} + total="$0.00" + buttons={[{ text: "Checkout", onClick: () => alert("Processing payment...") }]} + /> +
setIsCartOpen(true) } ]} imageSrc="http://img.b2bpic.net/free-photo/high-end-company-office-with-computer-showing-detailed-data-insights_482257-112565.jpg" mediaAnimation="slide-up" - avatars={[ - { - src: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241202.jpg", - alt: "Modern and equipped computer lab", - }, - { - src: "http://img.b2bpic.net/free-photo/boss-instructing-assistant-colleagues-standing-sitting-table-with-monitor-documents-manager-pointing-paper-listening-coworker-business-communication-concept_74855-11543.jpg", - alt: "Boss instructing assistant. Colleagues standing and sitting at table with monitor and documents, manager pointing at paper and listening to coworker. Business communication concept", - }, - { - src: "http://img.b2bpic.net/free-photo/handsome-modern-man-working-with-copy-space_23-2148728918.jpg", - alt: "Handsome modern man working with copy space", - }, - { - src: "http://img.b2bpic.net/free-photo/empty-office-workspace-showcases-monitor-with-research-analysis-meetings_482257-118634.jpg", - alt: "Empty office workspace showcases monitor with research analysis during meetings", - }, - { - src: "http://img.b2bpic.net/free-photo/high-end-company-office-with-computer-showing-detailed-data-insights_482257-112565.jpg", - alt: "private business office executive meeting", - }, - ]} - avatarText="Trusted by industry leaders" - marqueeItems={[ - { - type: "text", - text: "Confidentiality First", - }, - { - type: "text", - text: "Strategic Growth", - }, - { - type: "text", - text: "Operational Precision", - }, - { - type: "text", - text: "Integrity Driven", - }, - { - type: "text", - text: "Expert Guidance", - }, - ]} />
@@ -120,14 +72,8 @@ export default function LandingPage() { title="A Legacy of Discretion" description="We specialize in high-stakes consulting, offering bespoke strategies that align with your firm's unique objectives while maintaining the highest standard of privacy." metrics={[ - { - value: "15+", - title: "Years Experience", - }, - { - value: "200+", - title: "Successful Cases", - }, + { value: "15+", title: "Years Experience" }, + { value: "200+", title: "Successful Cases" }, ]} imageSrc="http://img.b2bpic.net/free-photo/two-happy-colleagues-using-laptop-video-call-sitting-table-with-cup-coffee-looking-display-talking-online-communication-concept_74855-12035.jpg" mediaAnimation="slide-up" @@ -142,20 +88,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Strategic Consulting", - description: "High-level guidance tailored to your operational goals.", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-doing-phone-call-looking-charts_23-2148017122.jpg", - }, + title: "Strategic Consulting", description: "High-level guidance tailored to your operational goals.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-doing-phone-call-looking-charts_23-2148017122.jpg"}, { - title: "Operational Efficiency", - description: "Refining workflows for maximum performance and impact.", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-futuristic-office_23-2151003750.jpg", - }, + title: "Operational Efficiency", description: "Refining workflows for maximum performance and impact.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-futuristic-office_23-2151003750.jpg"}, { - title: "Confidential Audits", - description: "Independent verification and risk assessment services.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-lawyer-working-with-documents_23-2151202423.jpg", - }, + title: "Confidential Audits", description: "Independent verification and risk assessment services.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-lawyer-working-with-documents_23-2151202423.jpg"}, ]} title="Our Specialized Capabilities" description="Focused solutions delivered with absolute integrity." @@ -168,28 +105,7 @@ export default function LandingPage() { testimonial="The absolute discretion and professional approach provided has been transformative for our organizational strategy." rating={5} author="Executive Partner, Global Firm" - avatars={[ - { - src: "http://img.b2bpic.net/free-photo/senior-businessman-outside-modern-office-building_1139-1076.jpg", - alt: "Client 1", - }, - { - src: "http://img.b2bpic.net/free-photo/successful-businesswoman-posing-outdoors_1262-16431.jpg", - alt: "Client 2", - }, - { - src: "http://img.b2bpic.net/free-photo/business-woman-green-suit-using-phone-outside-street_1303-29546.jpg", - alt: "Client 3", - }, - { - src: "http://img.b2bpic.net/free-photo/portrait-smiling-young-businessman-standing-against-grey-wall-clenching-his-fist_23-2148087510.jpg", - alt: "Client 4", - }, - { - src: "http://img.b2bpic.net/free-photo/pleased-middle-aged-man-wearing-white-t-shirt-with-tie-putting-hands-waist-isolated-orange-wall_141793-86092.jpg", - alt: "Client 5", - }, - ]} + avatars={[]} ratingAnimation="slide-up" avatarsAnimation="slide-up" /> @@ -202,21 +118,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "98%", - description: "Client Retention Rate", - }, - { - id: "m2", - value: "24/7", - description: "Dedicated Support", - }, - { - id: "m3", - value: "100%", - description: "Confidentiality Guarantee", - }, + { id: "m1", value: "98%", description: "Client Retention Rate" }, + { id: "m2", value: "24/7", description: "Dedicated Support" }, + { id: "m3", value: "100%", description: "Confidentiality Guarantee" }, ]} title="Performance at a Glance" description="Quantifiable success through disciplined methodology." @@ -228,21 +132,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "q1", - title: "How do you handle confidentiality?", - content: "All engagements are governed by strict NDAs and internal security protocols.", - }, - { - id: "q2", - title: "Do you work with non-public entities?", - content: "Yes, we specialize in serving both private and non-public sector firms.", - }, - { - id: "q3", - title: "Is the first consultation free?", - content: "We offer a preliminary assessment to determine how we can best serve your specific needs.", - }, + { id: "q1", title: "How do you handle confidentiality?", content: "All engagements are governed by strict NDAs and internal security protocols." }, + { id: "q2", title: "Do you work with non-public entities?", content: "Yes, we specialize in serving both private and non-public sector firms." }, + { id: "q3", title: "Is the first consultation free?", content: "We offer a preliminary assessment to determine how we can best serve your specific needs." }, ]} title="Frequently Asked Questions" description="Clear answers to your most pressing questions." @@ -253,16 +145,9 @@ export default function LandingPage() {
@@ -271,33 +156,16 @@ export default function LandingPage() { logoText="Private Enterprise" columns={[ { - title: "Company", - items: [ - { - label: "About", - href: "#about", - }, - { - label: "Services", - href: "#features", - }, - { - label: "Contact", - href: "#contact", - }, + title: "Company", items: [ + { label: "About", href: "#about" }, + { label: "Services", href: "#features" }, + { label: "Contact", href: "#contact" }, ], }, { - title: "Legal", - items: [ - { - label: "Privacy Policy", - href: "#", - }, - { - label: "Terms of Service", - href: "#", - }, + title: "Legal", items: [ + { label: "Privacy Policy", href: "#" }, + { label: "Terms of Service", href: "#" }, ], }, ]} @@ -307,4 +175,4 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1 From 54bf7aa3cbb5c7ef9a7018bef7d8e2b5bdac8748 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 13:47:05 +0000 Subject: [PATCH 3/8] Add src/app/shop/page.tsx --- src/app/shop/page.tsx | 53 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 src/app/shop/page.tsx diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx new file mode 100644 index 0000000..7d08b5a --- /dev/null +++ b/src/app/shop/page.tsx @@ -0,0 +1,53 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import ProductCardThree from '@/components/sections/product/ProductCardThree'; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; + +export default function ShopPage() { + return ( + + + +
+ +
+ +
+
+ ); +} -- 2.49.1 From 46f2c08910857d60a82c68c02dd33bc00072814d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 13:49:14 +0000 Subject: [PATCH 4/8] Update src/app/login/page.tsx --- src/app/login/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/login/page.tsx b/src/app/login/page.tsx index ebee655..0d8e4a6 100644 --- a/src/app/login/page.tsx +++ b/src/app/login/page.tsx @@ -32,10 +32,11 @@ export default function LoginPage() {
-- 2.49.1 From 4adafa1e4665b62418a32ebaf87da09850584580 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 13:49:14 +0000 Subject: [PATCH 5/8] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6afc5c1..9888e13 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -41,6 +41,7 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} brandName="Private Enterprise" + button={{ text: "Login", href: "/login" }} />
-- 2.49.1 From 136e66515a1cb5c357bc36a54a0e1c774bd31064 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 13:49:15 +0000 Subject: [PATCH 6/8] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 7d08b5a..8cb837b 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -28,6 +28,7 @@ export default function ShopPage() { { name: "Contact", id: "/#contact" }, ]} brandName="Private Enterprise" + button={{ text: "Login", href: "/login" }} />
Date: Fri, 22 May 2026 13:51:16 +0000 Subject: [PATCH 7/8] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9888e13..47679fc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { { text: "Learn More", href: "#about" }, { text: "View Cart", onClick: () => setIsCartOpen(true) } ]} - imageSrc="http://img.b2bpic.net/free-photo/high-end-company-office-with-computer-showing-detailed-data-insights_482257-112565.jpg" + imageSrc="http://img.b2bpic.net/free-photo/high-end-company-office-with-computer-showing-detailed-data-insights_482257-112565.jpg?_wi=1" mediaAnimation="slide-up" />
-- 2.49.1 From b7d590792172093b560fa60dc0b45a7824cbc58a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 13:51:17 +0000 Subject: [PATCH 8/8] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 8cb837b..43745ba 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -42,7 +42,7 @@ export default function ShopPage() { { id: "1", name: "Executive Portfolio", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/handsome-modern-man-working-with-copy-space_23-2148728918.jpg" }, { id: "2", name: "Security Hardware Unit", price: "$850", imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241202.jpg" }, { id: "3", name: "Premium Office Desk", price: "$1,200", imageSrc: "http://img.b2bpic.net/free-photo/empty-office-workspace-showcases-monitor-with-research-analysis-meetings_482257-118634.jpg" }, - { id: "4", name: "Consultation Software License", price: "$499", imageSrc: "http://img.b2bpic.net/free-photo/high-end-company-office-with-computer-showing-detailed-data-insights_482257-112565.jpg" } + { id: "4", name: "Consultation Software License", price: "$499", imageSrc: "http://img.b2bpic.net/free-photo/high-end-company-office-with-computer-showing-detailed-data-insights_482257-112565.jpg?_wi=2" } ]} /> -- 2.49.1