diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8c91753..0aca884 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -13,7 +13,7 @@ import FaqBase from "@/components/sections/faq/FaqBase";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterBase from "@/components/sections/footer/FooterBase";
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
-import { Sparkles, ArrowUpRight, Coffee, Droplets, Gem, Palette, Award, Users, TrendingUp } from "lucide-react";
+import { Sparkles, ArrowUpRight, Gem, Palette, Award, Users, TrendingUp } from "lucide-react";
export default function GlassStorePage() {
return (
@@ -40,54 +40,58 @@ export default function GlassStorePage() {
]}
button={{ text: "Shop Now", href: "#collections" }}
/>
-