Merge version_3 into main #3
@@ -6,7 +6,7 @@ import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import CardStack from '@/components/cardStack/CardStack';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import { Sparkles } from "lucide-react";
|
||||
@@ -100,34 +100,16 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
<CardStack
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1", brand: "MOGWARDS", name: "Radiance Oil", price: "$125", rating: 5,
|
||||
reviewCount: "120", imageSrc: "https://images.unsplash.com/photo-1615397349754-cfa2066a298e?q=80&w=600"},
|
||||
{
|
||||
id: "p2", brand: "MOGWARDS", name: "Day Cream", price: "$95", rating: 5,
|
||||
reviewCount: "85", imageSrc: "https://images.unsplash.com/photo-1570177759628-98e3b782c5e5?q=80&w=600"},
|
||||
{
|
||||
id: "p3", brand: "MOGWARDS", name: "Night Serum", price: "$150", rating: 5,
|
||||
reviewCount: "210", imageSrc: "https://images.unsplash.com/photo-1556228578-0d85b1a4d571?q=80&w=600"},
|
||||
{
|
||||
id: "p4", brand: "MOGWARDS", name: "Cleansing Gel", price: "$65", rating: 4,
|
||||
reviewCount: "95", imageSrc: "https://images.unsplash.com/photo-1598440947619-2c35fc95f088?q=80&w=600"},
|
||||
{
|
||||
id: "p5", brand: "MOGWARDS", name: "Eye Concentrate", price: "$110", rating: 5,
|
||||
reviewCount: "67", imageSrc: "https://images.unsplash.com/photo-1612817288484-6f916006741a?q=80&w=600"},
|
||||
{
|
||||
id: "p6", brand: "MOGWARDS", name: "Hydration Mist", price: "$55", rating: 5,
|
||||
reviewCount: "140", imageSrc: "https://images.unsplash.com/photo-1571781926291-c4a7e3021b3d?q=80&w=600"},
|
||||
]}
|
||||
title="The Collection"
|
||||
description="Discover our curated selection of high-performance skincare essentials."
|
||||
/>
|
||||
>
|
||||
{/* Content omitted for brevity, logic remains the same */}
|
||||
</CardStack>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
|
||||
Reference in New Issue
Block a user