Merge version_2 into main #1
@@ -8,7 +8,8 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
|
||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import { Mail } from "lucide-react";
|
||||
import BlogCardOne from "@/components/sections/blog/BlogCardOne";
|
||||
import { Mail, Image } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -30,6 +31,7 @@ export default function LandingPage() {
|
||||
navItems={[
|
||||
{ name: "Collections", id: "collections" },
|
||||
{ name: "Featured", id: "featured" },
|
||||
{ name: "Gallery", id: "gallery" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
@@ -96,6 +98,34 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="gallery" data-section="gallery">
|
||||
<BlogCardOne
|
||||
title="Wallpaper Gallery"
|
||||
description="Browse our extensive gallery of curated wallpapers with detailed previews and collection information. Updated weekly with fresh designs."
|
||||
tag="Gallery"
|
||||
tagIcon={Image}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
carouselMode="buttons"
|
||||
blogs={[
|
||||
{
|
||||
id: "1", category: "Minimalist", title: "Clean Lines Collection", excerpt: "Elegant minimalist designs with subtle gradients and geometric patterns perfect for modern devices.", imageSrc: "http://img.b2bpic.net/free-vector/abstract-background-design_1100-198.jpg", imageAlt: "Minimalist wallpaper collection", authorName: "Design Team", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-elegant-bearded-man-dressed-wool-jacket-bow-tie_613910-15696.jpg", date: "22 Jan 2025"},
|
||||
{
|
||||
id: "2", category: "Nature", title: "Organic Landscapes", excerpt: "Stunning nature photography and landscapes bringing natural beauty to your phone screen.", imageSrc: "http://img.b2bpic.net/free-vector/faded-foliage-banner_53876-91505.jpg", imageAlt: "Nature wallpaper collection", authorName: "Photography Curators", authorAvatar: "http://img.b2bpic.net/free-photo/executive-blue-suit-arms-crossed_1139-200.jpg", date: "20 Jan 2025"},
|
||||
{
|
||||
id: "3", category: "Gradient", title: "Vibrant Color Flows", excerpt: "Dynamic gradient designs with bold colors and smooth transitions for vibrant display aesthetics.", imageSrc: "http://img.b2bpic.net/free-vector/gradient-halftone-cover-collection_1082-140.jpg", imageAlt: "Gradient wallpaper collection", authorName: "Color Specialists", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg", date: "18 Jan 2025"},
|
||||
{
|
||||
id: "4", category: "Abstract", title: "Digital Art Series", excerpt: "Contemporary abstract designs created by digital artists showcasing modern art on your screen.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blue-orange-color-powder-splatted-black-background_23-2148054193.jpg", imageAlt: "Abstract digital art wallpaper", authorName: "Digital Artists", authorAvatar: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg", date: "16 Jan 2025"},
|
||||
{
|
||||
id: "5", category: "Premium", title: "Luxury Elements", excerpt: "Exclusive premium wallpapers with sophisticated design elements and premium color palettes.", imageSrc: "http://img.b2bpic.net/free-vector/blue-purple-fluid-background_53876-118285.jpg", imageAlt: "Luxury premium wallpaper", authorName: "Premium Collection", authorAvatar: "http://img.b2bpic.net/free-photo/low-angle-unknown-young-man-posing_23-2149417573.jpg", date: "14 Jan 2025"},
|
||||
{
|
||||
id: "6", category: "Artistic", title: "Creative Expressions", excerpt: "Artistic and creative wallpapers blending photography with digital art for unique visual impact.", imageSrc: "http://img.b2bpic.net/free-photo/colourful-psychedelic-background-design_23-2149458241.jpg", imageAlt: "Artistic creative wallpaper", authorName: "Art Collective", authorAvatar: "http://img.b2bpic.net/free-photo/closeup-serious-business-leader-sitting_1262-4831.jpg", date: "12 Jan 2025"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
title="Trusted by Design Professionals"
|
||||
@@ -159,6 +189,7 @@ export default function LandingPage() {
|
||||
title: "Product", items: [
|
||||
{ label: "Collections", href: "#collections" },
|
||||
{ label: "Featured", href: "#featured" },
|
||||
{ label: "Gallery", href: "#gallery" },
|
||||
{ label: "Premium", href: "#featured" },
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user