fix: restore full landing page with FeaturesAndStats and TestimonialsAndCTA

This commit is contained in:
2026-06-02 15:29:39 +00:00
parent 344c8741da
commit bf4dc09e65
4 changed files with 696 additions and 1 deletions
+2
View File
@@ -5,12 +5,14 @@ import Link from "next/link";
import { motion, useInView, AnimatePresence } from "framer-motion";
import { useCart } from "@/context/CartContext";
import TuxedoVideoHero from "@/components/storefront/TuxedoVideoHero";
import CinematicShowcase from "@/components/storefront/CinematicShowcase";
import LayoutContainer from "@/components/layout/LayoutContainer";
import ProductCard from "@/components/storefront/ProductCard";
import PaginatedStops from "@/components/storefront/PaginatedStops";
import StorefrontHeader from "@/components/storefront/StorefrontHeader";
import StorefrontFooter from "@/components/storefront/StorefrontFooter";
import BrandStylesProvider from "@/components/storefront/BrandStylesProvider";
import { ScrollReveal, ParallaxLayer, FadeOnScroll } from "@/components/ui/ScrollAnimations";
import { supabase } from "@/lib/supabase";
import { getBrandSettingsPublic } from "@/actions/brand-settings";
import { gsap } from "gsap";