Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ac2ad56c73 | |||
| 1c6dc1d1e6 | |||
| ff42c7cde4 | |||
| c97e6c4e68 | |||
| c4df0e4cbd | |||
| 0fec9b71eb | |||
| 5f7fe8ef13 | |||
| 65d374543d | |||
| 47a36ab3c9 | |||
| 359e96f1bd | |||
| a92efa73c9 |
@@ -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"
|
||||
@@ -136,7 +139,7 @@ export default function LandingPage() {
|
||||
title="Trusted by Thousands"
|
||||
description="Join satisfied customers across Nigeria who have transformed their homes with Largelife Furniture"
|
||||
names={[
|
||||
"Lagos Homes Transformed", "500+ Happy Customers", "2-Year Warranty Leader", "Premium Quality Guaranteed", "Nationwide Trust Badge", "Award-Winning Service", "Customer Satisfaction Certified"
|
||||
"Premium Homes Lagos", "Corporate Offices", "Luxury Hotels", "Interior Designers", "Real Estate Developers", "Home Enthusiasts", "Business Professionals"
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
|
||||
@@ -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