Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-12 20:47:15 +00:00

View File

@@ -9,7 +9,7 @@ import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTe
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import { Book, Gift, Palette, Sparkles, Star } from "lucide-react";
import { Book, Gift, Palette, Sparkles, Star, Gem } from "lucide-react";
export default function LandingPage() {
return (
@@ -30,21 +30,13 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Vendors",
id: "features",
},
name: "Vendors", id: "features"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Love Downtown Local"
/>
@@ -54,103 +46,55 @@ export default function LandingPage() {
<HeroBillboardTestimonial
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Local Heart, Handmade Soul."
description="Love Downtown Local brings the best of Bryan's makers and creators to the heart of Main Street. Explore custom jewelry, art, and unique gifts in our community marketplace."
testimonials={[
{
name: "Sarah Miller",
handle: "@sarahmaker",
testimonial: "The best place to find one-of-a-kind local gifts in Bryan.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-holds-christmas-gift-box-decorated-craft-style-decorated-with-dried-flowers-dry-orange-wrapped-craft-paper_169016-14618.jpg?_wi=1",
imageAlt: "cozy artisan shop interior warm lighting",
},
name: "Sarah Miller", handle: "@sarahmaker", testimonial: "The best place to find one-of-a-kind local gifts in Bryan.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-holds-christmas-gift-box-decorated-craft-style-decorated-with-dried-flowers-dry-orange-wrapped-craft-paper_169016-14618.jpg", imageAlt: "cozy artisan shop interior warm lighting"},
{
name: "David Thorne",
handle: "@thorneart",
testimonial: "Matt's custom jewelry is simply stunning. A staple downtown.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-old-phone_23-2149640705.jpg?_wi=1",
imageAlt: "cozy artisan shop interior warm lighting",
},
name: "David Thorne", handle: "@thorneart", testimonial: "Matt's custom jewelry is simply stunning. A staple downtown.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-old-phone_23-2149640705.jpg", imageAlt: "cozy artisan shop interior warm lighting"},
{
name: "Emily Chen",
handle: "@e.chen88",
testimonial: "A wonderful, warm atmosphere every single time I visit.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-beautiful-souvenir-made-colorful-seashells-hanging-ceiling_181624-56949.jpg?_wi=1",
imageAlt: "cozy artisan shop interior warm lighting",
},
name: "Emily Chen", handle: "@e.chen88", testimonial: "A wonderful, warm atmosphere every single time I visit.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-beautiful-souvenir-made-colorful-seashells-hanging-ceiling_181624-56949.jpg", imageAlt: "cozy artisan shop interior warm lighting"},
{
name: "Mark Evans",
handle: "@evansmark",
testimonial: "Perfect for finding gifts that you can't get anywhere else.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/flower-pots-shelves_1150-9992.jpg?_wi=1",
imageAlt: "cozy artisan shop interior warm lighting",
},
name: "Mark Evans", handle: "@evansmark", testimonial: "Perfect for finding gifts that you can't get anywhere else.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/flower-pots-shelves_1150-9992.jpg", imageAlt: "cozy artisan shop interior warm lighting"},
{
name: "Julia Reed",
handle: "@jreedy",
testimonial: "Love Downtown Local captures the true spirit of First Friday.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-jewelry-tools_23-2148643288.jpg?_wi=1",
imageAlt: "cozy artisan shop interior warm lighting",
},
name: "Julia Reed", handle: "@jreedy", testimonial: "Love Downtown Local captures the true spirit of First Friday.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-jewelry-tools_23-2148643288.jpg", imageAlt: "cozy artisan shop interior warm lighting"},
]}
buttons={[
{
text: "Visit Us",
href: "#contact",
},
text: "Visit Us", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/woman-holds-christmas-gift-box-decorated-craft-style-decorated-with-dried-flowers-dry-orange-wrapped-craft-paper_169016-14618.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/woman-holds-christmas-gift-box-decorated-craft-style-decorated-with-dried-flowers-dry-orange-wrapped-craft-paper_169016-14618.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/gift-boxes-still-life_23-2151905498.jpg",
alt: "Customer 1",
},
src: "http://img.b2bpic.net/free-photo/gift-boxes-still-life_23-2151905498.jpg", alt: "Customer 1"},
{
src: "http://img.b2bpic.net/free-photo/flat-lay-elegant-presents-with-rose-bouquet_23-2148370123.jpg",
alt: "Customer 2",
},
src: "http://img.b2bpic.net/free-photo/flat-lay-elegant-presents-with-rose-bouquet_23-2148370123.jpg", alt: "Customer 2"},
{
src: "http://img.b2bpic.net/free-photo/different-presents-arrangement-high-angle_23-2149343246.jpg",
alt: "Customer 3",
},
src: "http://img.b2bpic.net/free-photo/different-presents-arrangement-high-angle_23-2149343246.jpg", alt: "Customer 3"},
{
src: "http://img.b2bpic.net/free-photo/high-angle-different-presents-arrangement_23-2149343244.jpg",
alt: "Customer 4",
},
src: "http://img.b2bpic.net/free-photo/high-angle-different-presents-arrangement_23-2149343244.jpg", alt: "Customer 4"},
{
src: "http://img.b2bpic.net/free-photo/close-up-pretty-woman-looking-camera_23-2148311365.jpg",
alt: "Customer 5",
},
src: "http://img.b2bpic.net/free-photo/close-up-pretty-woman-looking-camera_23-2148311365.jpg", alt: "Customer 5"},
]}
avatarText="Join our growing local community"
marqueeItems={[
{
type: "text",
text: "Handmade Jewelry",
},
type: "text", text: "Handmade Jewelry"},
{
type: "text",
text: "Local Art",
},
type: "text", text: "Local Art"},
{
type: "text",
text: "Unique Gifts",
},
type: "text", text: "Unique Gifts"},
{
type: "text",
text: "Bryan Community",
},
type: "text", text: "Bryan Community"},
{
type: "text",
text: "Downtown Vibes",
},
type: "text", text: "Downtown Vibes"},
]}
/>
</div>
@@ -163,19 +107,13 @@ export default function LandingPage() {
description="Love Downtown Local is more than a store—it's a home for 50+ local artists and craftspeople. Founded by Matt, a friendly artisan who loves making custom jewelry on-site, we bring that First Friday event feel to Main Street every day."
bulletPoints={[
{
title: "50+ Local Vendors",
description: "Curated selection of handmade crafts, art, and more.",
},
title: "50+ Local Vendors", description: "Curated selection of handmade crafts, art, and more."},
{
title: "Custom Jewelry",
description: "Hand-forged pieces created right here in the shop.",
},
title: "Custom Jewelry", description: "Hand-forged pieces created right here in the shop."},
{
title: "Downtown Community",
description: "The perfect slice of life in Bryan, TX.",
},
title: "Downtown Community", description: "The perfect slice of life in Bryan, TX."},
]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-old-phone_23-2149640705.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-old-phone_23-2149640705.jpg"
mediaAnimation="slide-up"
/>
</div>
@@ -187,64 +125,43 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Handmade Art & Jewelry",
description: "Unique pieces from local artisans.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-beautiful-souvenir-made-colorful-seashells-hanging-ceiling_181624-56949.jpg?_wi=2",
},
title: "Handmade Art & Jewelry", description: "Unique pieces from local artisans.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-beautiful-souvenir-made-colorful-seashells-hanging-ceiling_181624-56949.jpg", imageAlt: "handcrafted art and jewelry display"},
items: [
{
icon: Palette,
text: "Paintings & Prints",
},
text: "Paintings & Prints"},
{
icon: Gem,
text: "Custom Jewelry",
},
text: "Custom Jewelry"},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/woman-holds-christmas-gift-box-decorated-craft-style-decorated-with-dried-flowers-dry-orange-wrapped-craft-paper_169016-14618.jpg?_wi=3",
imageAlt: "handcrafted art and jewelry display",
},
{
title: "Gifts for Everyone",
description: "Books, toys, and custom finds.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/flower-pots-shelves_1150-9992.jpg?_wi=2",
},
title: "Gifts for Everyone", description: "Books, toys, and custom finds.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/flower-pots-shelves_1150-9992.jpg", imageAlt: "handcrafted art and jewelry display"},
items: [
{
icon: Gift,
text: "Handmade Gifts",
},
text: "Handmade Gifts"},
{
icon: Book,
text: "Books & Zines",
},
text: "Books & Zines"},
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-old-phone_23-2149640705.jpg?_wi=3",
imageAlt: "handcrafted art and jewelry display",
},
{
title: "Custom Creations",
description: "Personalized pieces made by Matt.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/close-up-jewelry-tools_23-2148643288.jpg?_wi=2",
},
title: "Custom Creations", description: "Personalized pieces made by Matt.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/close-up-jewelry-tools_23-2148643288.jpg", imageAlt: "handcrafted art and jewelry display"},
items: [
{
icon: Sparkles,
text: "On-site Design",
},
text: "On-site Design"},
{
icon: Star,
text: "Custom Fittings",
},
text: "Custom Fittings"},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/paving-stone-road-ancient-city-evening_169016-21906.jpg?_wi=1",
imageAlt: "handcrafted art and jewelry display",
},
]}
title="What You'll Find"
@@ -259,40 +176,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Sarah Miller",
handle: "@sarahmaker",
testimonial: "Amazing collection. Always finding something new!",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-pretty-woman-looking-camera_23-2148311365.jpg",
},
id: "1", name: "Sarah Miller", handle: "@sarahmaker", testimonial: "Amazing collection. Always finding something new!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-pretty-woman-looking-camera_23-2148311365.jpg"},
{
id: "2",
name: "David Thorne",
handle: "@thorneart",
testimonial: "Matt is wonderful and his jewelry is even better.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-smiling-female-customer-with-purchases_23-2147652101.jpg",
},
id: "2", name: "David Thorne", handle: "@thorneart", testimonial: "Matt is wonderful and his jewelry is even better.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-smiling-female-customer-with-purchases_23-2147652101.jpg"},
{
id: "3",
name: "Emily Chen",
handle: "@e.chen88",
testimonial: "My favorite shop in the heart of downtown Bryan.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-with-purchases_23-2147669620.jpg",
},
id: "3", name: "Emily Chen", handle: "@e.chen88", testimonial: "My favorite shop in the heart of downtown Bryan.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-with-purchases_23-2147669620.jpg"},
{
id: "4",
name: "Mark Evans",
handle: "@evansmark",
testimonial: "Local art is such a treasure. Highly recommend.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-carrying-box-with-goods_23-2150323400.jpg",
},
id: "4", name: "Mark Evans", handle: "@evansmark", testimonial: "Local art is such a treasure. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-carrying-box-with-goods_23-2150323400.jpg"},
{
id: "5",
name: "Julia Reed",
handle: "@jreedy",
testimonial: "A true gem of a marketplace. Warm and inviting!",
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-female-florist-with-flower-photo-album-shop_23-2147882084.jpg",
},
id: "5", name: "Julia Reed", handle: "@jreedy", testimonial: "A true gem of a marketplace. Warm and inviting!", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-female-florist-with-flower-photo-album-shop_23-2147882084.jpg"},
]}
title="Community Love"
description="Hear what our friends and patrons have to say."
@@ -306,25 +198,17 @@ export default function LandingPage() {
description="Stop by 315 S Main St, Bryan, TX 77803. We're open and ready to show you the best of local art. Questions? Send us a note."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email",
required: true,
name: "email", type: "email", placeholder: "Your Email", required: true,
},
]}
textarea={{
name: "message",
placeholder: "Tell us what you're looking for!",
rows: 4,
name: "message", placeholder: "Tell us what you're looking for!", rows: 4,
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/paving-stone-road-ancient-city-evening_169016-21906.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/paving-stone-road-ancient-city-evening_169016-21906.jpg"
/>
</div>
@@ -333,42 +217,27 @@ export default function LandingPage() {
logoText="Love Downtown Local"
columns={[
{
title: "Store",
items: [
title: "Store", items: [
{
label: "Visit Us",
href: "#contact",
},
label: "Visit Us", href: "#contact"},
{
label: "About Matt",
href: "#about",
},
label: "About Matt", href: "#about"},
],
},
{
title: "Marketplace",
items: [
title: "Marketplace", items: [
{
label: "All Vendors",
href: "#features",
},
label: "All Vendors", href: "#features"},
{
label: "First Friday Info",
href: "#",
},
label: "First Friday Info", href: "#"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}