Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-06-06 08:39:29 +00:00

View File

@@ -56,18 +56,15 @@ export default function LandingPage() {
{ imageSrc: "http://img.b2bpic.net/free-photo/orange-blue-watercolor-background-desktop-wallpaper-abstract-design_53876-138987.jpg", imageAlt: "Abstract desert art with blue and white tones" }
]}
mediaAnimation="opacity"
useInvertedBackground={false}
/>
</div>
<div id="about" data-section="about">
<TextAbout
tag="Our Story"
title="Crafting a Desert Oasis in Bangalore"
description="At Sign Laban, we believe in bringing the tranquil beauty of the desert into your urban sanctuary. Founded in Bangalore, our shop is a curated haven for unique décor, handcrafted accessories, and specialty items inspired by the timeless allure of desert landscapes and cultures. We meticulously source each piece, ensuring authenticity, quality craftsmanship, and a touch of the extraordinary for your home or as a thoughtful gift."
buttons={[
{ text: "Learn More About Us", href: "#" }
]}
useInvertedBackground={true}
/>
</div>
<div id="features" data-section="features">
@@ -173,7 +170,6 @@ export default function LandingPage() {
{ icon: Facebook, href: "#", ariaLabel: "Facebook" },
{ icon: Twitter, href: "#", ariaLabel: "Twitter" }
]}
useInvertedBackground={false}
/>
</div>
</ThemeProvider>