Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 840e23f985 | |||
| b9d0265a3b | |||
| 6e7f242f4a | |||
| 126497e68c | |||
| 55f9a77d27 | |||
| 146c973533 | |||
| 42ed29a766 | |||
| e6708c9411 |
@@ -11,7 +11,7 @@ import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCar
|
|||||||
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
|
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
|
||||||
import ContactText from "@/components/sections/contact/ContactText";
|
import ContactText from "@/components/sections/contact/ContactText";
|
||||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
||||||
import { Clock, Lightbulb, Palette, Package, Shield, Sparkles, Zap } from "lucide-react";
|
import { Clock, Lightbulb, Palette, Package, Shield, Sparkles, Zap, Truck, Leaf } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -51,7 +51,7 @@ export default function LandingPage() {
|
|||||||
imageSrc="http://img.b2bpic.net/free-vector/cyber-monday-concept-with-neon-design_23-2148327187.jpg"
|
imageSrc="http://img.b2bpic.net/free-vector/cyber-monday-concept-with-neon-design_23-2148327187.jpg"
|
||||||
imageAlt="LED writing board showcase with glowing display"
|
imageAlt="LED writing board showcase with glowing display"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Shop Now", href: "#products" },
|
{ text: "Explore LED Boards", href: "#products" },
|
||||||
{ text: "Learn More", href: "#features" }
|
{ text: "Learn More", href: "#features" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
@@ -113,7 +113,9 @@ export default function LandingPage() {
|
|||||||
<ProductCardTwo
|
<ProductCardTwo
|
||||||
title="Featured Collections"
|
title="Featured Collections"
|
||||||
description="Explore our premium range of acrylic LED writing boards designed for every need and budget."
|
description="Explore our premium range of acrylic LED writing boards designed for every need and budget."
|
||||||
tag="Shop"
|
tag="Free Shipping on Orders Over $150 | Handcrafted & Energy Efficient"
|
||||||
|
tagIcon={Truck}
|
||||||
|
tagAnimation="slide-up"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1", brand: "NeonWrite Pro", name: "Deluxe LED Message Board", price: "$189.99", rating: 5,
|
id: "1", brand: "NeonWrite Pro", name: "Deluxe LED Message Board", price: "$189.99", rating: 5,
|
||||||
|
|||||||
Reference in New Issue
Block a user