diff --git a/src/app/page.tsx b/src/app/page.tsx index ece1b78..b74b5a8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FeatureHoverPattern from "@/components/sections/feature/featureHoverPatte import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; import FaqDouble from "@/components/sections/faq/FaqDouble"; import ContactCenter from "@/components/sections/contact/ContactCenter"; -import FooterCard from "@/components/sections/footer/FooterCard"; +import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; import { Award, DollarSign, Facebook, Grid, HelpCircle, Heart, Instagram, MapPin, MessageCircle, Phone, Shield, ShoppingBag, Sparkles, Star, Tag, Users, Zap } from "lucide-react"; export default function FashionStorePage() { @@ -254,18 +254,37 @@ export default function FashionStorePage() {
); -} \ No newline at end of file +}