Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 57846ea357 | |||
| fc8b4a032c |
@@ -8,7 +8,7 @@ import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import { Droplet, Flame, Phone, Settings, ShieldCheck, Wind, Wrench } from "lucide-react";
|
||||
import { Droplet, Flame, Phone, Settings, ShieldCheck, Star, Wind, Wrench } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
const navItems = [
|
||||
@@ -80,6 +80,8 @@ export default function LandingPage() {
|
||||
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardTen
|
||||
tag="Rated 4.8/5 Stars"
|
||||
tagIcon={Star}
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
|
||||
Reference in New Issue
Block a user