Merge version_1 into main #1
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
@@ -10,7 +10,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import { Award, HelpCircle, Leaf, Mail, Sparkles } from "lucide-react";
|
||||
import { Award, HelpCircle, Leaf, Mail, Sparkles, CheckCircle, Shield, Star } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -105,14 +105,14 @@ export default function LandingPage() {
|
||||
title: "Sustainable Materials", description: "We source only the finest, ethically-sourced materials from around the world.", bentoComponent: "orbiting-icons", centerIcon: Leaf,
|
||||
items: [
|
||||
{ icon: Award, ring: 1 },
|
||||
{ icon: Sparkles, ring: 2 },
|
||||
{ icon: Sparkles, ring: 3 }
|
||||
{ icon: Shield, ring: 2 },
|
||||
{ icon: Star, ring: 3 }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Lifetime Warranty", description: "Our commitment to quality means every purchase is backed by our lifetime guarantee.", bentoComponent: "icon-info-cards", items: [
|
||||
{ icon: Sparkles, label: "Quality Assured", value: "100%" },
|
||||
{ icon: Sparkles, label: "Protected", value: "Lifetime" }
|
||||
{ icon: CheckCircle, label: "Quality Assured", value: "100%" },
|
||||
{ icon: Shield, label: "Protected", value: "Lifetime" }
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user