import { CardSection } from "./CardSection"; import { CustomerReviews } from "./CustomerReviews"; import { GiftBoxBuilder } from "./GiftBoxBuilder"; import HeroCarousel from "./HeroCarousel"; import { ProductSliderWrapper } from "./ProductSliderWrapper"; import { WoltDelivery } from "./WoltDelivery"; export default function NewHomePage() { return (
{/* Hero Section with Carousel */} {/* Card Section */} {/* Gift Box Builder Section */} {/* Product Slider Section */} {/* Customer Reviews Section */} {/* Wolt Delivery Section */}
); }