diff --git a/src/app/page.tsx b/src/app/page.tsx index a299afe..f39bea8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Award, Coffee, Leaf, Music, Smile, Sparkles } from "lucide-react"; +import { Award, Smile, Sparkles, Leaf, Music, Coffee } from "lucide-react"; export default function LandingPage() { return ( @@ -32,26 +32,11 @@ export default function LandingPage() {
@@ -297,21 +146,9 @@ export default function LandingPage() { useInvertedBackground={true} title="Designed for Peace" metrics={[ - { - icon: Leaf, - label: "Soothing Ambiance", - value: "Serene", - }, - { - icon: Music, - label: "Calming Sounds", - value: "Relaxing", - }, - { - icon: Coffee, - label: "Refreshment Rituals", - value: "Bespoke", - }, + { icon: Leaf, label: "Soothing Ambiance", value: "Serene" }, + { icon: Music, label: "Calming Sounds", value: "Relaxing" }, + { icon: Coffee, label: "Refreshment Rituals", value: "Bespoke" } ]} metricsAnimation="slide-up" /> @@ -320,9 +157,7 @@ export default function LandingPage() {