Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ac2ad56c73 | |||
| 1c6dc1d1e6 | |||
| ff42c7cde4 | |||
| c97e6c4e68 | |||
| c4df0e4cbd | |||
| 0fec9b71eb | |||
| 5f7fe8ef13 | |||
| 65d374543d | |||
| 47a36ab3c9 | |||
| 359e96f1bd | |||
| a92efa73c9 | |||
| 67c740513c | |||
| 18fb9c68c6 |
@@ -10,7 +10,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
|||||||
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
|
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
|
||||||
import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
|
import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
|
||||||
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -97,6 +97,9 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
gridVariant="bento-grid"
|
gridVariant="bento-grid"
|
||||||
|
tag="Bestsellers"
|
||||||
|
tagIcon={Star}
|
||||||
|
tagAnimation="slide-up"
|
||||||
products={[
|
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"
|
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;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #ffffff;
|
--background: #000612;
|
||||||
--card: #f9f9f9;
|
--card: #cbcdd1;
|
||||||
--foreground: #000612e6;
|
--foreground: #ffffff;
|
||||||
--primary-cta: #106EFB;
|
--primary-cta: #c2c9d4;
|
||||||
--primary-cta-text: #ffffff;
|
--primary-cta-text: #252424;
|
||||||
--secondary-cta: #f9f9f9;
|
--secondary-cta: #000612;
|
||||||
--secondary-cta-text: #000612e6;
|
--secondary-cta-text: #000612e6;
|
||||||
--accent: #e2e2e2;
|
--accent: #000612;
|
||||||
--background-accent: #106EFB;
|
--background-accent: #106EFB;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
|
|||||||
Reference in New Issue
Block a user