Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-04 05:01:51 +00:00
2 changed files with 6 additions and 4 deletions

View File

@@ -1420,4 +1420,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -11,7 +11,7 @@ import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCar
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
import ContactText from "@/components/sections/contact/ContactText";
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() {
return (
@@ -113,7 +113,9 @@ export default function LandingPage() {
<ProductCardTwo
title="Featured Collections"
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={[
{
id: "1", brand: "NeonWrite Pro", name: "Deluxe LED Message Board", price: "$189.99", rating: 5,
@@ -266,4 +268,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}