fix: restore full landing page with FeaturesAndStats and TestimonialsAndCTA
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user