11 Commits

Author SHA1 Message Date
91417c74c5 Merge version_2 into main
Merge version_2 into main
2026-04-05 10:01:24 +00:00
7265f5d6f6 Update src/app/page.tsx 2026-04-05 10:01:18 +00:00
40737add39 Merge version_2 into main
Merge version_2 into main
2026-04-05 09:57:43 +00:00
43e34ee5fc Update src/app/page.tsx 2026-04-05 09:57:37 +00:00
d461a62da3 Merge version_2 into main
Merge version_2 into main
2026-04-05 09:23:39 +00:00
9f69d539cd Update src/app/page.tsx 2026-04-05 09:23:36 +00:00
8afda8ae85 Merge version_2 into main
Merge version_2 into main
2026-04-05 09:23:15 +00:00
1d36566b85 Update src/app/page.tsx 2026-04-05 09:23:12 +00:00
15a8e2de2b Merge version_1 into main
Merge version_1 into main
2026-04-05 09:16:53 +00:00
2378f78cdc Merge version_1 into main
Merge version_1 into main
2026-04-05 09:16:30 +00:00
5b032a7f52 Merge version_1 into main
Merge version_1 into main
2026-04-05 09:15:57 +00:00

View File

@@ -48,32 +48,22 @@ export default function LandingPage() {
title="Posters That Define Your Space"
description="Minimal. Futuristic. Aesthetic."
avatars={[
{
src: "http://img.b2bpic.net/free-photo/abstract-white-acrylic-balls_23-2148469354.jpg", alt: "Futuristic aesthetic background"},
{
src: "http://img.b2bpic.net/free-photo/abstract-white-acrylic-balls_23-2148469354.jpg", alt: "Futuristic aesthetic background"},
{
src: "http://img.b2bpic.net/free-photo/abstract-white-acrylic-balls_23-2148469354.jpg", alt: "Futuristic aesthetic background"},
{
src: "http://img.b2bpic.net/free-photo/cool-background-blank-wallpaper-place-your-concept_1194-640220.jpg", alt: "Neon grid poster"},
{
src: "http://img.b2bpic.net/free-photo/view-3d-car-with-abstract-landscape_23-2151005270.jpg", alt: "Cyber car poster"},
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bvrf9OO2CWvDwqAo8IT3eo9JhI/uploaded-1775382153150-b5w3w4i9.jpg", alt: "Poster 1" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bvrf9OO2CWvDwqAo8IT3eo9JhI/uploaded-1775380975484-dgknccmh.jpg", alt: "Poster 2" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bvrf9OO2CWvDwqAo8IT3eo9JhI/uploaded-1775381395670-ync3ltgg.jpg", alt: "Poster 3" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bvrf9OO2CWvDwqAo8IT3eo9JhI/uploaded-1775381435806-oguk93d3.jpg", alt: "Poster 4" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bvrf9OO2CWvDwqAo8IT3eo9JhI/uploaded-1775380975484-ywxegftz.jpg", alt: "Poster 5" },
]}
buttons={[
{
text: "Shop Now", href: "#products"},
]}
marqueeItems={[
{
type: "text", text: "Minimalist Design"},
{
type: "text", text: "Futuristic Aesthetics"},
{
type: "text", text: "Cyberpunk Vibes"},
{
type: "text", text: "High-Quality Prints"},
{
type: "text", text: "Curated Art"},
{ type: "text", text: "Minimalist Design" },
{ type: "text", text: "Futuristic Aesthetics" },
{ type: "text", text: "Cyberpunk Vibes" },
{ type: "text", text: "High-Quality Prints" },
{ type: "text", text: "Curated Art" },
]}
/>
</div>
@@ -85,18 +75,11 @@ export default function LandingPage() {
animationType="slide-up"
useInvertedBackground={false}
products={[
{
id: "p1", name: "Neon Grid", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/cool-background-blank-wallpaper-place-your-concept_1194-640220.jpg?_wi=1"},
{
id: "p2", name: "Cyber Car", price: "$50", imageSrc: "http://img.b2bpic.net/free-photo/view-3d-car-with-abstract-landscape_23-2151005270.jpg?_wi=1"},
{
id: "p3", name: "Cosmic Glow", price: "$40", imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-with-soft-brown-spheres_23-2148235963.jpg?_wi=1"},
{
id: "p4", name: "Anime Edge", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/anime-style-character-space_23-2151134224.jpg?_wi=1"},
{
id: "p5", name: "Type Zero", price: "$35", imageSrc: "http://img.b2bpic.net/free-vector/poster-banner-template-with-wireframe-pattern_107791-26547.jpg?_wi=1"},
{
id: "p6", name: "Arc Structure", price: "$48", imageSrc: "http://img.b2bpic.net/free-photo/cool-background-red-wooden-planks-view_181624-3641.jpg?_wi=1"},
{ id: "p1", name: "Neon Grid", price: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bvrf9OO2CWvDwqAo8IT3eo9JhI/uploaded-1775380975484-sp642710.jpg?_wi=1" },
{ id: "p2", name: "Cyber Car", price: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bvrf9OO2CWvDwqAo8IT3eo9JhI/uploaded-1775380975484-dgknccmh.jpg?_wi=1" },
{ id: "p3", name: "Cosmic Glow", price: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bvrf9OO2CWvDwqAo8IT3eo9JhI/uploaded-1775380975484-q0gvp3dp.jpg?_wi=1" },
{ id: "p4", name: "Anime Edge", price: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bvrf9OO2CWvDwqAo8IT3eo9JhI/uploaded-1775380975484-lmb369m4.jpg?_wi=1" },
{ id: "p5", name: "Type Zero", price: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bvrf9OO2CWvDwqAo8IT3eo9JhI/uploaded-1775380975484-ywxegftz.jpg?_wi=1" },
]}
title="Featured Posters"
description="Curated collection of aesthetic prints."
@@ -109,14 +92,10 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{
id: "c1", title: "Abstract", description: "Minimal shapes and neon gradients.", tag: "01", imageSrc: "http://img.b2bpic.net/free-photo/cool-background-blank-wallpaper-place-your-concept_1194-640220.jpg?_wi=2"},
{
id: "c2", title: "Anime", description: "High-aesthetic character art.", tag: "02", imageSrc: "http://img.b2bpic.net/free-photo/anime-style-character-space_23-2151134224.jpg?_wi=2"},
{
id: "c3", title: "Automotive", description: "Futuristic car designs.", tag: "03", imageSrc: "http://img.b2bpic.net/free-photo/view-3d-car-with-abstract-landscape_23-2151005270.jpg?_wi=2"},
{
id: "c4", title: "Minimal", description: "Clean lines and bold type.", tag: "04", imageSrc: "http://img.b2bpic.net/free-vector/poster-banner-template-with-wireframe-pattern_107791-26547.jpg?_wi=2"},
{ id: "c1", title: "Abstract", description: "Minimal shapes and neon gradients.", tag: "01", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bvrf9OO2CWvDwqAo8IT3eo9JhI/uploaded-1775380975484-lmb369m4.jpg" },
{ id: "c2", title: "product ", description: "High-qulity aesthetic product design.", tag: "02", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bvrf9OO2CWvDwqAo8IT3eo9JhI/uploaded-1775380975484-sp642710.jpg" },
{ id: "c3", title: "Automotive", description: "Futuristic car designs.", tag: "03", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bvrf9OO2CWvDwqAo8IT3eo9JhI/uploaded-1775381372833-uggh9zbw.jpg" },
{ id: "c4", title: "Minimal", description: "Clean lines and bold type.", tag: "04", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bvrf9OO2CWvDwqAo8IT3eo9JhI/uploaded-1775382706935-smrh98rf.jpg" },
]}
title="Poster Categories"
description="Explore curated collections by style."
@@ -128,7 +107,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="About Pixel Nova"
description="Pixel Nova is a futuristic poster brand dedicated to bringing aesthetic precision to your space. We blend minimal design with high-tech sci-fi vibes to transform your surroundings into a gallery of the future."
imageSrc="http://img.b2bpic.net/free-photo/abstract-background-with-soft-brown-spheres_23-2148235963.jpg?_wi=2"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bvrf9OO2CWvDwqAo8IT3eo9JhI/uploaded-1775381753306-8rfvncfk.png"
/>
</div>
@@ -140,14 +119,10 @@ export default function LandingPage() {
title="Collector Feedback"
description="See what others are saying about our collections."
testimonials={[
{
id: "t1", name: "Alex R.", role: "Graphic Designer", testimonial: "The neon grid poster is incredible. Perfect lighting for my office.", imageSrc: "http://img.b2bpic.net/free-photo/cool-background-blank-wallpaper-place-your-concept_1194-640220.jpg?_wi=3"},
{
id: "t2", name: "Sarah J.", role: "Collector", testimonial: "Pixel Nova prints have completely redefined my living room aesthetic.", imageSrc: "http://img.b2bpic.net/free-photo/view-3d-car-with-abstract-landscape_23-2151005270.jpg?_wi=3"},
{
id: "t3", name: "Mike T.", role: "Architect", testimonial: "Clean, precise, and sharp. The architectural structure print is a masterpiece.", imageSrc: "http://img.b2bpic.net/free-photo/cool-background-red-wooden-planks-view_181624-3641.jpg?_wi=2"},
{
id: "t4", name: "Elena K.", role: "Gamer", testimonial: "I love the anime line art collection. Brings such a cool vibe to my setup.", imageSrc: "http://img.b2bpic.net/free-photo/anime-style-character-space_23-2151134224.jpg?_wi=3"},
{ id: "t1", name: "Alex R.", role: "Graphic Designer", testimonial: "The neon grid poster is incredible.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bvrf9OO2CWvDwqAo8IT3eo9JhI/uploaded-1775380975484-sp642710.jpg?_wi=3" },
{ id: "t2", name: "Sarah J.", role: "Collector", testimonial: "Pixel Nova prints have completely redefined my living room aesthetic.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bvrf9OO2CWvDwqAo8IT3eo9JhI/uploaded-1775380975484-dgknccmh.jpg?_wi=3" },
{ id: "t3", name: "Mike T.", role: "Architect", testimonial: "Clean, precise, and sharp.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bvrf9OO2CWvDwqAo8IT3eo9JhI/uploaded-1775380975484-q0gvp3dp.jpg?_wi=3" },
{ id: "t4", name: "Elena K.", role: "Gamer", testimonial: "I love the anime line art collection.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bvrf9OO2CWvDwqAo8IT3eo9JhI/uploaded-1775380975484-lmb369m4.jpg?_wi=3" },
]}
/>
</div>
@@ -155,22 +130,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Shop", items: [
{
label: "All Posters", href: "#products"},
{
label: "New Arrivals", href: "#"},
],
},
{
title: "Support", items: [
{
label: "Contact", href: "#"},
{
label: "Shipping", href: "#"},
],
},
{ title: "Shop", items: [{ label: "All Posters", href: "#products" }, { label: "New Arrivals", href: "#" }] },
{ title: "Support", items: [{ label: "Contact", href: "#" }, { label: "Shipping", href: "#" }] },
]}
bottomLeftText="© 2024 Pixel Nova. All rights reserved."
bottomRightText="Designed for the Future."
@@ -179,4 +140,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}