Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-03 03:06:52 +00:00

View File

@@ -15,11 +15,11 @@ export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="bounce-effect"
defaultTextAnimation="reveal-blur"
defaultTextAnimation="entrance-slide"
borderRadius="pill"
contentWidth="mediumSmall"
sizing="large"
background="grid"
background="circleGradient"
cardStyle="gradient-radial"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="glass"
@@ -41,14 +41,14 @@ export default function LandingPage() {
<HeroBillboardGallery
title="Lyons Market"
description="Neighborhood Market & Deli Serving Lyons, Oregon. Providing groceries, hot food, deli items, beverages, and everyday essentials for local residents and visitors."
background={{ variant: "grid" }}
background={{ variant: "animated-grid" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-market_23-2149148482.jpg", imageAlt: "Lyons Market storefront"},
{
imageSrc: "http://img.b2bpic.net/free-photo/three-layer-sandwich_1203-1272.jpg?_wi=1", imageAlt: "Fresh deli items"},
imageSrc: "http://img.b2bpic.net/free-photo/three-layer-sandwich_1203-1272.jpg", imageAlt: "Fresh deli items"},
{
imageSrc: "http://img.b2bpic.net/free-photo/person-shopping-with-face-mask_23-2149565225.jpg?_wi=1", imageAlt: "Fresh groceries"},
imageSrc: "http://img.b2bpic.net/free-photo/person-shopping-with-face-mask_23-2149565225.jpg", imageAlt: "Fresh groceries"},
]}
buttons={[
{ text: "Visit Us", href: "#contact" },
@@ -67,7 +67,7 @@ export default function LandingPage() {
description="Your Trusted Neighborhood Resource"
subdescription="Serving Lyons, Oregon with Integrity"
icon={Heart}
imageSrc="http://img.b2bpic.net/free-photo/family-buying-clothes-shop_1098-427.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/family-buying-clothes-shop_1098-427.jpg"
imageAlt="Hakimi family operating Lyons Market"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -83,10 +83,10 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Grocery Essentials", description: "Fresh produce, pantry staples, and quality products for your household needs.", imageSrc: "http://img.b2bpic.net/free-photo/person-shopping-with-face-mask_23-2149565225.jpg?_wi=2", imageAlt: "Quality groceries and fresh produce"},
title: "Grocery Essentials", description: "Fresh produce, pantry staples, and quality products for your household needs.", imageSrc: "http://img.b2bpic.net/free-photo/person-shopping-with-face-mask_23-2149565225.jpg", imageAlt: "Quality groceries and fresh produce"},
{
id: 2,
title: "Fresh Hot Food & Deli", description: "Freshly prepared hot meals and deli items made daily for convenient dining.", imageSrc: "http://img.b2bpic.net/free-photo/three-layer-sandwich_1203-1272.jpg?_wi=2", imageAlt: "Fresh deli items and hot food"},
title: "Fresh Hot Food & Deli", description: "Freshly prepared hot meals and deli items made daily for convenient dining.", imageSrc: "http://img.b2bpic.net/free-photo/three-layer-sandwich_1203-1272.jpg", imageAlt: "Fresh deli items and hot food"},
{
id: 3,
title: "Beverages & Energy Drinks", description: "Wide selection of cold drinks, energy drinks, and beverages for every preference.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beverages-frigorific-bag_23-2150880768.jpg", imageAlt: "Selection of beverages and drinks"},
@@ -107,15 +107,15 @@ export default function LandingPage() {
cardTagIcon={Users}
testimonials={[
{
id: "1", name: "Local Resident", imageSrc: "http://img.b2bpic.net/free-photo/country-music-interprets-singing-outdoors_23-2149498414.jpg?_wi=1", imageAlt: "Community member"},
id: "1", name: "Local Resident", imageSrc: "http://img.b2bpic.net/free-photo/country-music-interprets-singing-outdoors_23-2149498414.jpg", imageAlt: "Community member"},
{
id: "2", name: "Daily Customer", imageSrc: "http://img.b2bpic.net/free-photo/country-music-interprets-singing-outdoors_23-2149498414.jpg?_wi=2", imageAlt: "Loyal customer"},
id: "2", name: "Daily Customer", imageSrc: "http://img.b2bpic.net/free-photo/country-music-interprets-singing-outdoors_23-2149498414.jpg", imageAlt: "Loyal customer"},
{
id: "3", name: "Business Partner", imageSrc: "http://img.b2bpic.net/free-photo/country-music-interprets-singing-outdoors_23-2149498414.jpg?_wi=3", imageAlt: "Community business"},
id: "3", name: "Business Partner", imageSrc: "http://img.b2bpic.net/free-photo/country-music-interprets-singing-outdoors_23-2149498414.jpg", imageAlt: "Community business"},
{
id: "4", name: "Town Visitor", imageSrc: "http://img.b2bpic.net/free-photo/country-music-interprets-singing-outdoors_23-2149498414.jpg?_wi=4", imageAlt: "Visiting customer"},
id: "4", name: "Town Visitor", imageSrc: "http://img.b2bpic.net/free-photo/country-music-interprets-singing-outdoors_23-2149498414.jpg", imageAlt: "Visiting customer"},
]}
cardAnimation="reveal-blur"
cardAnimation="blur-reveal"
useInvertedBackground={false}
/>
</div>
@@ -128,7 +128,7 @@ export default function LandingPage() {
tagIcon={Users}
members={[
{
id: "1", name: "Hakimi Family", role: "Store Operators", imageSrc: "http://img.b2bpic.net/free-photo/family-buying-clothes-shop_1098-427.jpg?_wi=2", imageAlt: "Hakimi family owners"},
id: "1", name: "Hakimi Family", role: "Store Operators", imageSrc: "http://img.b2bpic.net/free-photo/family-buying-clothes-shop_1098-427.jpg", imageAlt: "Hakimi family owners"},
]}
textboxLayout="default"
gridVariant="uniform-all-items-equal"