13 Commits

Author SHA1 Message Date
ac2ad56c73 Update theme colors 2026-03-11 10:15:53 +00:00
1c6dc1d1e6 Update theme colors 2026-03-11 10:14:36 +00:00
ff42c7cde4 Update theme colors 2026-03-11 10:12:47 +00:00
c97e6c4e68 Update theme colors 2026-03-11 10:11:51 +00:00
c4df0e4cbd Update theme colors 2026-03-11 10:10:08 +00:00
0fec9b71eb Update theme colors 2026-03-11 10:09:10 +00:00
5f7fe8ef13 Update theme colors 2026-03-11 10:08:39 +00:00
65d374543d Update theme colors 2026-03-11 10:08:00 +00:00
47a36ab3c9 Update theme colors 2026-03-11 10:06:53 +00:00
359e96f1bd Update src/app/page.tsx 2026-03-11 10:02:41 +00:00
a92efa73c9 Merge version_2 into main
Merge version_2 into main
2026-03-11 10:01:32 +00:00
67c740513c Update src/app/page.tsx 2026-03-11 10:01:28 +00:00
18fb9c68c6 Merge version_1 into main
Merge version_1 into main
2026-03-11 10:00:07 +00:00
2 changed files with 11 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
import { Award, Heart, Palette, Truck, Shield, Zap, Armchair, Sparkles } from "lucide-react";
import { Award, Heart, Palette, Truck, Shield, Zap, Armchair, Sparkles, Star, TrendingUp } from "lucide-react";
export default function LandingPage() {
return (
@@ -97,6 +97,9 @@ export default function LandingPage() {
useInvertedBackground={false}
animationType="slide-up"
gridVariant="bento-grid"
tag="Bestsellers"
tagIcon={Star}
tagAnimation="slide-up"
products={[
{
id: "1", name: "Athena Series Premium Deep Tufted Chesterfield Elite Sofa Set", price: "₦1,900,000", imageSrc: "http://img.b2bpic.net/free-photo/brown-leather-texture_1232-3036.jpg", imageAlt: "Athena Series Chesterfield sofa"

View File

@@ -10,14 +10,14 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #106EFB;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--background: #000612;
--card: #cbcdd1;
--foreground: #ffffff;
--primary-cta: #c2c9d4;
--primary-cta-text: #252424;
--secondary-cta: #000612;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--accent: #000612;
--background-accent: #106EFB;
/* text sizing - set by ThemeProvider */