From 21a4607b76c1401009c27c043c472ffac9cd4f54 Mon Sep 17 00:00:00 2001 From: mahmoudelhosarry Date: Sat, 4 Jan 2025 01:40:25 +0200 Subject: [PATCH 1/2] Contactus Style. --- app/contactus/page.tsx | 141 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 141 insertions(+) create mode 100644 app/contactus/page.tsx diff --git a/app/contactus/page.tsx b/app/contactus/page.tsx new file mode 100644 index 0000000..8cd127a --- /dev/null +++ b/app/contactus/page.tsx @@ -0,0 +1,141 @@ +import React from "react"; +import Image from "next/image"; +import Black from "../../Public/logo-bw.png"; + +const Contactus = () => { + return ( +
+
+

+ What can we do for you? +

+

+ Talk to us about your project and let's start building it together! +

+
+
+
+
+ + +
+
+
+ + +
+
+ + +
+
+
+ + +
+
+ + +
+
+ + +
+ +
+
+ + {/* Right Section: Info */} +
+
+ Black Waves Logo +
+
+

Black Waves

+

+ Digital Marketing Agency, SEO Solutions, Innovative Web + Development +

+

+ + info@blackwaves.com + +

+
+
+
+
+
+ ); +}; +export default Contactus; From e9d4fea0efd4f77753061be4b1afdaa86f4f292d Mon Sep 17 00:00:00 2001 From: mahmoudelhosarry Date: Sat, 4 Jan 2025 02:13:48 +0200 Subject: [PATCH 2/2] Social Media Links --- app/components/OurTeam.tsx | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/app/components/OurTeam.tsx b/app/components/OurTeam.tsx index cedaf0e..33f489d 100644 --- a/app/components/OurTeam.tsx +++ b/app/components/OurTeam.tsx @@ -18,17 +18,18 @@ const teamMembers = [ role: "Lead FullStack Developer", image: omar, socials: { - facebook: "https://www.facebook.com/luna", + facebook: "https://www.facebook.com/share/183pVEiGMV/?mibextid=wwXIfr", linkedin: "https://www.linkedin.com/in/omar-mousa-378b98261", instagram: "https://www.instagram.com/omarrghandour", }, }, { - name: "Mahmoud Elhossary", + name: "Mahmoud Elhosary", role: "FrontEnd Developer & UI/UX", image: hosary, socials: { - facebook: "https://www.facebook.com/alex", + facebook: + "https://www.facebook.com/mahmoud.elhosary.79219?mibextid=ZbWKwL", linkedin: "https://www.linkedin.com/in/mahmoud-elhosary-776250313", instagram: "https://www.instagram.com/mahmoudelhosary_", }, @@ -39,9 +40,9 @@ const teamMembers = [ role: "FrontEnd Developer", image: ghareeb, socials: { - facebook: "https://www.facebook.com/hope", - linkedin: "https://www.linkedin.com/in/hope", - instagram: "https://www.instagram.com/hope", + facebook: "https://m.facebook.com/Iam.mourinho.1088/", + linkedin: "https://www.linkedin.com/in/mohamed-ghareeb-0ab082334/", + instagram: "https://www.instagram.com/ghareeb.oo/", }, }, { @@ -49,8 +50,9 @@ const teamMembers = [ role: "Frontend developer", image: ibrahim, socials: { - facebook: "https://www.facebook.com/bryant", - linkedin: "https://www.linkedin.com/in/bryant", + facebook: "https://www.facebook.com/ibrahem.salah.140/", + linkedin: + "https://www.linkedin.com/in/ibrahim-salah-94417921b?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=ios_app", instagram: "https://www.instagram.com/ibrahem17_", }, },