Merge version_4 into main
Merge version_4 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -2,15 +2,12 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { Phone } from "lucide-react";
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -64,6 +61,7 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "m1", name: "Classic Slim-Fit Shirt", price: "4,500 DZD", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-posing-night-with-flash_23-2150204455.jpg" },
|
||||
{ id: "m2", name: "Casual Chino Pants", price: "6,200 DZD", imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-man_144627-25176.jpg" },
|
||||
@@ -80,6 +78,7 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "w1", name: "Evening Silk Dress", price: "12,900 DZD", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-asian-woman-posing-outdoors-city-while-having-coffee_23-2149086936.jpg" },
|
||||
{ id: "w2", name: "Minimalist Summer Blouse", price: "4,800 DZD", imageSrc: "http://img.b2bpic.net/free-photo/woman-summer-dress-city-park_23-2149123456.jpg" },
|
||||
|
||||
Reference in New Issue
Block a user