diff --git a/src/app/page.tsx b/src/app/page.tsx
index c3586bd..5db0214 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -8,8 +8,8 @@ import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen
import ProductCardFour from "@/components/sections/product/ProductCardFour";
import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen";
import ContactFaq from "@/components/sections/contact/ContactFaq";
-import FooterBase from "@/components/sections/footer/FooterBase";
-import { Sparkles, Award, Scissors, Image, Star, Phone } from "lucide-react";
+import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
+import { Sparkles, Award, Scissors, Image, Star, Phone, Instagram, Facebook } from "lucide-react";
export default function LandingPage() {
return (
@@ -146,6 +146,56 @@ export default function LandingPage() {
/>
+
+
+
+
+
Community
+
Join the Svalna Community
+
Discover how our customers style their premium fashion with confidence and elegance
+
+
+
+ {[
+ "http://img.b2bpic.net/free-photo/portrait-young-slim-sensual-girl-gray-dress-leaning-ag_613910-8706.jpg", "http://img.b2bpic.net/free-photo/studio-portrait-serious-bearded-male-dressed-suit_613910-5596.jpg", "http://img.b2bpic.net/free-photo/young-handsome-groom-posing-looking-camera_1153-6076.jpg", "http://img.b2bpic.net/free-photo/man-blue-suit-posing-white-artistic-wall-from-bricks_613910-3011.jpg", "http://img.b2bpic.net/free-photo/portrait-young-slim-sensual-girl-gray-dress-leaning-ag_613910-8706.jpg", "http://img.b2bpic.net/free-photo/studio-portrait-serious-bearded-male-dressed-suit_613910-5596.jpg", "http://img.b2bpic.net/free-photo/young-handsome-groom-posing-looking-camera_1153-6076.jpg", "http://img.b2bpic.net/free-photo/man-blue-suit-posing-white-artistic-wall-from-bricks_613910-3011.jpg"
+ ].map((img, idx) => (
+
+

+
+
+
+
+
+ ))}
+
+
+
+
+
+
+
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index 6c615b8..71f076f 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
- --background: #0b0b0b;
+ --background: #0a0a0a;
--card: #1a1a1a;
- --foreground: #f5f5f5;
- --primary-cta: #d4af37;
+ --foreground: #f0f0f0;
+ --primary-cta: #00ff88;
--primary-cta-text: #0b0b0b;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #d4af37;
- --accent: #2a2a2a;
- --background-accent: #d4af37;
+ --accent: #00ff88;
+ --background-accent: #ff1493;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);