Compare commits
23 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5eea33bca4 | |||
| ac2ad56c73 | |||
| 207d88bc0f | |||
| 1c6dc1d1e6 | |||
| fdd434eb64 | |||
| ff42c7cde4 | |||
| b12f3ab596 | |||
| c97e6c4e68 | |||
| b48873e6a6 | |||
| c4df0e4cbd | |||
| 63569f2b7e | |||
| 0fec9b71eb | |||
| 37f3b7a8f7 | |||
| 5f7fe8ef13 | |||
| e08bba0134 | |||
| 65d374543d | |||
| c304d60042 | |||
| 47a36ab3c9 | |||
| 38d77a8fc1 | |||
| 359e96f1bd | |||
| a92efa73c9 | |||
| 67c740513c | |||
| 18fb9c68c6 |
@@ -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"
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user