Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-27 10:16:40 +00:00

View File

@@ -26,15 +26,12 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Gallery",
id: "#gallery",
},
name: "Gallery", id: "gallery"},
{
name: "About",
id: "#about",
},
name: "About", id: "about"},
]}
brandName="Pinterest Style"
button={{ text: "Get Started", href: "#" }}
/>
</div>
@@ -42,34 +39,21 @@ export default function LandingPage() {
<HeroBillboardTestimonial
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
title="Pinterest Style Gallery"
description="Discover and save creative ideas that spark inspiration in your daily life."
testimonials={[
{
name: "Alex R.",
handle: "@alex",
testimonial: "Love the visual organization!",
rating: 5,
name: "Alex R.", handle: "@alex", testimonial: "Love the visual organization!", rating: 5,
},
{
name: "Jamie L.",
handle: "@jamie",
testimonial: "So much inspiration here.",
rating: 5,
name: "Jamie L.", handle: "@jamie", testimonial: "So much inspiration here.", rating: 5,
},
{
name: "Sam K.",
handle: "@sam",
testimonial: "Clean and easy to browse.",
rating: 5,
name: "Sam K.", handle: "@sam", testimonial: "Clean and easy to browse.", rating: 5,
},
{
name: "Taylor M.",
handle: "@taylor",
testimonial: "The best place for ideas.",
rating: 5,
name: "Taylor M.", handle: "@taylor", testimonial: "The best place for ideas.", rating: 5,
},
]}
/>
@@ -80,31 +64,16 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="bento-grid"
useInvertedBackground={true}
animationType="blur-reveal"
features={[
{
id: "f1",
title: "Awesome idea 1",
description: "Creative concept showcase.",
imageSrc: "http://img.b2bpic.net/free-photo/painted-chestnut-leaf-minimal-nature-still-life-concept_23-2148325786.jpg",
},
id: "f1", title: "Awesome idea 1", description: "Creative concept showcase.", imageSrc: "http://img.b2bpic.net/free-photo/painted-chestnut-leaf-minimal-nature-still-life-concept_23-2148325786.jpg"},
{
id: "f2",
title: "Awesome idea 2",
description: "Unique visual perspective.",
imageSrc: "http://img.b2bpic.net/free-photo/desktop-with-computer_23-2148110263.jpg",
},
id: "f2", title: "Awesome idea 2", description: "Unique visual perspective.", imageSrc: "http://img.b2bpic.net/free-photo/desktop-with-computer_23-2148110263.jpg"},
{
id: "f3",
title: "Awesome idea 3",
description: "Inspiring design patterns.",
imageSrc: "http://img.b2bpic.net/free-photo/decorative-pillows-vase-with-dried-flowers-other-elements-home-decor-pastel-colors-close-up_169016-6776.jpg",
},
id: "f3", title: "Awesome idea 3", description: "Inspiring design patterns.", imageSrc: "http://img.b2bpic.net/free-photo/decorative-pillows-vase-with-dried-flowers-other-elements-home-decor-pastel-colors-close-up_169016-6776.jpg"},
{
id: "f4",
title: "Awesome idea 4",
description: "Dynamic visual layout.",
imageSrc: "http://img.b2bpic.net/free-photo/black-thoughtful-woman-with-flowers-hole-paper_23-2148098494.jpg",
},
id: "f4", title: "Awesome idea 4", description: "Dynamic visual layout.", imageSrc: "http://img.b2bpic.net/free-photo/black-thoughtful-woman-with-flowers-hole-paper_23-2148098494.jpg"},
]}
title="Trending Ideas"
description="Browse our curated collection of awesome visual concepts."
@@ -115,29 +84,19 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Explore",
items: [
title: "Explore", items: [
{
label: "Gallery",
href: "#gallery",
},
label: "Gallery", href: "#gallery"},
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy",
href: "#",
},
label: "Privacy", href: "#"},
{
label: "Terms",
href: "#",
},
label: "Terms", href: "#"},
],
},
]}