Merge version_1 into main #5
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
||||
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import { Download, Headphones, RefreshCw } from "lucide-react";
|
||||
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="feature" data-section="feature">
|
||||
<FeatureCardOne
|
||||
<FeatureCardTen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -52,17 +52,36 @@ export default function LandingPage() {
|
||||
description="Once your purchase is complete, you'll gain immediate and exclusive access to your VALLARIO digital assets."
|
||||
features={[
|
||||
{
|
||||
title: "Instant Access", description: "Download your premium content immediately after secure purchase.", imageSrc: "http://img.b2bpic.net/free-photo/cosmic-background-purple-blue-orange-laser-lights-perfect-digital-wallpaper_181624-34496.jpg", imageAlt: "Futuristic digital access portal with glowing elements", reverse: false,
|
||||
title: "Instant Access", description: "Download your premium content immediately after secure purchase.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cosmic-background-purple-blue-orange-laser-lights-perfect-digital-wallpaper_181624-34496.jpg", imageAlt: "Futuristic digital access portal with glowing elements"
|
||||
},
|
||||
items: [{
|
||||
icon: Download,
|
||||
text: "Download your premium content immediately after secure purchase."
|
||||
}],
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Lifetime Updates", description: "Enjoy all future enhancements and updates for your acquired assets, free of charge.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-3d-mythical-unicorn_23-2150814008.jpg", imageAlt: "Futuristic digital access portal with glowing elements", reverse: true,
|
||||
title: "Lifetime Updates", description: "Enjoy all future enhancements and updates for your acquired assets, free of charge.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-3d-mythical-unicorn_23-2150814008.jpg", imageAlt: "Futuristic digital access portal with glowing elements"
|
||||
},
|
||||
items: [{
|
||||
icon: RefreshCw,
|
||||
text: "Enjoy all future enhancements and updates for your acquired assets, free of charge."
|
||||
}],
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Dedicated Support", description: "Our elite support team is available 24/7 to assist with any queries or needs.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-traditional-golden-indian-saber_8353-9957.jpg", imageAlt: "Futuristic digital access portal with glowing elements", reverse: false,
|
||||
},
|
||||
title: "Dedicated Support", description: "Our elite support team is available 24/7 to assist with any queries or needs.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-traditional-golden-indian-saber_8353-9957.jpg", imageAlt: "Futuristic digital access portal with glowing elements"
|
||||
},
|
||||
items: [{
|
||||
icon: Headphones,
|
||||
text: "Our elite support team is available 24/7 to assist with any queries or needs."
|
||||
}],
|
||||
reverse: false
|
||||
}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cosmic-background-purple-blue-orange-laser-lights-perfect-digital-wallpaper_181624-34496.jpg"
|
||||
imageAlt="Futuristic digital access portal with glowing elements"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore More Luxury", href: "/products"},
|
||||
|
||||
Reference in New Issue
Block a user