Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-04 00:01:37 +00:00

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="mediumSmall"
sizing="largeSizeMediumTitles"
background="aurora"
background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="gradient"
secondaryButtonStyle="layered"
@@ -43,7 +43,7 @@ export default function LandingPage() {
<HeroSplitKpi
title="Trendy Finds at Unbeatable Prices"
description="Your go-to liquidation store in Oshawa for overstock treasures, home essentials, and everyday deals at 40-70% off retail. New inventory arriving weekly!"
background={{ variant: "aurora" }}
background={{ variant: "glowing-orb" }}
kpis={[
{ value: "40-70%", label: "Off Retail Prices" },
{ value: "Weekly", label: "New Inventory" },
@@ -58,7 +58,7 @@ export default function LandingPage() {
{ text: "Visit Us Today", href: "https://maps.app.goo.gl/R8iu9boHH5VSGFxY8" },
{ text: "Call Now: +1 (647) 685-6104", href: "tel:+16476856104" }
]}
buttonAnimation="slide-up"
buttonAnimation="blur-reveal"
imagePosition="right"
/>
</div>
@@ -85,7 +85,7 @@ export default function LandingPage() {
mediaAnimation="slide-up"
imagePosition="right"
tag="Why Choose Us"
tagAnimation="entrance-slide"
tagAnimation="blur-reveal"
/>
</div>
@@ -111,7 +111,7 @@ export default function LandingPage() {
mediaAnimation="slide-up"
imagePosition="left"
tag="Our Story"
tagAnimation="entrance-slide"
tagAnimation="blur-reveal"
/>
</div>
@@ -123,7 +123,7 @@ export default function LandingPage() {
useInvertedBackground={false}
tag="Weekly Updates"
tagIcon={Sparkles}
tagAnimation="entrance-slide"
tagAnimation="blur-reveal"
products={[
{
id: "1", name: "Home & Living", price: "40-70% Off", imageSrc: "http://img.b2bpic.net/free-photo/close-up-zero-waste-food-containers_23-2149316620.jpg", imageAlt: "Home decor, kitchenware, bedding, and storage items"
@@ -140,7 +140,7 @@ export default function LandingPage() {
buttons={[
{ text: "Follow for New Arrivals", href: "https://www.tiktok.com/@trendybinzoshawa" }
]}
buttonAnimation="slide-up"
buttonAnimation="blur-reveal"
/>
</div>
@@ -155,7 +155,7 @@ export default function LandingPage() {
{ src: "http://img.b2bpic.net/free-photo/woman-is-working-modern-workspace_344912-157.jpg", alt: "Customer 3" },
{ src: "http://img.b2bpic.net/free-photo/smiling-woman-holding-bags-showing-thumb-up_1262-5695.jpg", alt: "Customer 4" }
]}
ratingAnimation="entrance-slide"
ratingAnimation="blur-reveal"
avatarsAnimation="slide-up"
useInvertedBackground={false}
/>
@@ -206,7 +206,7 @@ export default function LandingPage() {
textPosition="left"
useInvertedBackground={false}
animationType="smooth"
faqsAnimation="entrance-slide"
faqsAnimation="blur-reveal"
/>
</div>