@@ -53,44 +45,23 @@ export default function LandingPage() {
@@ -101,17 +72,11 @@ export default function LandingPage() {
description="We are redefining the digital social experience. Our platform focuses on quality, depth, and genuine engagement without the noise."
metrics={[
{
- value: "1M+",
- title: "Active Users",
- },
+ value: "1M+", title: "Active Users"},
{
- value: "99%",
- title: "User Satisfaction",
- },
+ value: "99%", title: "User Satisfaction"},
{
- value: "50+",
- title: "Curated Features",
- },
+ value: "50+", title: "Curated Features"},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcPuHaMEIfEQKdhC1n860kkVjp/a-group-of-professional-creatives-workin-1774834476389-9c648e06.png"
imageAlt="Team Collaboration"
@@ -122,29 +87,17 @@ export default function LandingPage() {
@@ -186,25 +123,9 @@ export default function LandingPage() {
author="Sarah Johnson, CEO"
avatars={[
{
- src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcPuHaMEIfEQKdhC1n860kkVjp/portrait-of-a-young-creative-professiona-1774834475524-aea647f3.png",
- alt: "Sarah",
- },
+ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcPuHaMEIfEQKdhC1n860kkVjp/portrait-of-a-young-creative-professiona-1774834475524-aea647f3.png", alt: "Sarah"},
{
- src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcPuHaMEIfEQKdhC1n860kkVjp/portrait-of-a-mature-tech-executive-look-1774834477412-143e5da5.png",
- alt: "Michael",
- },
- {
- src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcPuHaMEIfEQKdhC1n860kkVjp/portrait-of-a-designer-working-on-a-tabl-1774834475907-2b04d903.png",
- alt: "Emily",
- },
- {
- src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcPuHaMEIfEQKdhC1n860kkVjp/portrait-of-a-social-media-influencer-lo-1774834475873-c07767b9.png",
- alt: "David",
- },
- {
- src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcPuHaMEIfEQKdhC1n860kkVjp/portrait-of-a-young-creative-professiona-1774834475524-aea647f3.png",
- alt: "Alex",
- },
+ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcPuHaMEIfEQKdhC1n860kkVjp/portrait-of-a-mature-tech-executive-look-1774834477412-143e5da5.png", alt: "Michael"},
]}
ratingAnimation="blur-reveal"
avatarsAnimation="slide-up"
@@ -215,8 +136,7 @@ export default function LandingPage() {
diff --git a/src/app/profile/page.tsx b/src/app/profile/page.tsx
new file mode 100644
index 0000000..2073b27
--- /dev/null
+++ b/src/app/profile/page.tsx
@@ -0,0 +1,24 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ReactLenis from "lenis/react";
+import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
+import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
+
+export default function ProfilePage() {
+ return (
+
+
+
+
+ User Profile
+ Manage your personal identity, settings, and showcase your creative works.
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/search/page.tsx b/src/app/search/page.tsx
new file mode 100644
index 0000000..9ed098b
--- /dev/null
+++ b/src/app/search/page.tsx
@@ -0,0 +1,66 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ReactLenis from "lenis/react";
+import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
+import ContactCenter from '@/components/sections/contact/ContactCenter';
+import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
+
+export default function SearchPage() {
+ return (
+
+
+
+
+
Explore & Discover
+
+
+
Trending Hashtags
+
+ {['#innovation', '#creators', '#techtrends', '#future', '#networking'].map(tag => (
+
+ {tag}
+
+ ))}
+
+
+
+
+
+
+
+ );
+}
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index 47bbc8e..8f91df3 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -11,14 +11,14 @@
--background-accent: #ffffff; */
--background: #0a0a0a;
- --card: #1a1a1a;
- --foreground: #f0f8ffe6;
- --primary-cta: #cee7ff;
+ --card: #171717;
+ --foreground: #ffffff;
+ --primary-cta: #ffffff;
--primary-cta-text: #0a0a0a;
- --secondary-cta: #1a1a1a;
+ --secondary-cta: #333333;
--secondary-cta-text: #f0f8ffe6;
- --accent: #737373;
- --background-accent: #737373;
+ --accent: #5e5e5e;
+ --background-accent: #1a1a1a;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);