diff --git a/src/app/page.tsx b/src/app/page.tsx
index ed401df..40d98d5 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -7,13 +7,10 @@ import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleC
import FeatureBento from "@/components/sections/feature/FeatureBento";
import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix";
import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen";
-import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
-import TeamCardFive from "@/components/sections/team/TeamCardFive";
-import FaqBase from "@/components/sections/faq/FaqBase";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterBase from "@/components/sections/footer/FooterBase";
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
-import { Sparkles, ArrowUpRight, Award, Users, TrendingUp, Cake, Coffee, Croissant, MapPin, Clock } from "lucide-react";
+import { Sparkles, ArrowUpRight, Award, Croissant, Cake } from "lucide-react";
export default function WebAgency2Page() {
return (
@@ -63,6 +60,7 @@ export default function WebAgency2Page() {
{ imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-spreading-cream-cake_23-2147758308.jpg", imageAlt: "Artisan cream layers" },
]}
carouselItemClassName="!aspect-[4/5]"
+ containerClassName="px-4 md:px-8"
/>
);
-}
+}
\ No newline at end of file
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index 858b8d0..64cacbd 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
- --background: #0a0a0a;
- --card: #161616;
- --foreground: #f0f0f0;
- --primary-cta: #ffffff;
+ --background: #fbfaf8;
+ --card: #f0ede9;
+ --foreground: #1a1614;
+ --primary-cta: #c68a62;
--primary-cta-text: #0a0a0a;
- --secondary-cta: #1e1e1e;
+ --secondary-cta: #e5e2de;
--secondary-cta-text: #e0e0e0;
- --accent: #d0d0d0;
- --background-accent: #9a9a9a;
+ --accent: #b8a89e;
+ --background-accent: #efebe5;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);