6 Commits

Author SHA1 Message Date
25819ae686 Bob AI: Change to anothe about section with image 2026-02-25 13:40:40 +00:00
30ade56af1 Update src/app/styles/variables.css 2026-02-25 13:27:50 +00:00
9b298810e5 Update src/app/page.tsx 2026-02-25 13:26:57 +00:00
32b8c2284b Bob AI: Update contact section to another with image 2026-02-25 12:49:12 +00:00
046dcbac30 Bob AI: Change color theme to red and green 2026-02-25 12:36:51 +00:00
661197d695 Merge version_1 into main
Merge version_1 into main
2026-02-25 12:21:07 +00:00

View File

@@ -3,7 +3,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import MediaAbout from '@/components/sections/about/MediaAbout';
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
import ProductCardOne from '@/components/sections/product/ProductCardOne'; import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
@@ -56,11 +56,21 @@ export default function LandingPage() {
/> />
</div> </div>
<div id="about-section" data-section="about-section"> <div id="about-section" data-section="about-section">
<InlineImageSplitTextAbout <MediaAbout
heading={[{ "type": "text", "content": "Our Story" }, { "type": "image", "src": "http://img.b2bpic.net/free-photo/top-view-pine-seeds-with-wooden-spoon_23-2148519147.jpg", "alt": "Organic coffee beans in a rustic wooden bowl" }, { "type": "text", "content": "Bamboleya was born from a passion for exceptional coffee and a desire to create a welcoming space where every cup tells a story. Founded in 2018, we've been dedicated to sourcing ethically grown beans and crafting the perfect brew for our community." }, { "type": "image", "src": "http://img.b2bpic.net/free-photo/black-man-chief-is-preparing-cake-molds-before-fill-them-with-batter-his-professional-artisan-confectionery_346278-681.jpg", "alt": "Barista pouring espresso with a smile" }, { "type": "text", "content": "Every morning, our skilled baristas begin their day by selecting the finest beans from sustainable farms around the world. We believe that great coffee starts with great relationships—between farmers, roasters, and you." }]} title="Our Story"
buttons={[{ "text": "Visit Us", "href": "#contact-section" }, { "text": "Explore Our Beans", "href": "#product-section" }]} description="Bamboleya was born from a passion for exceptional coffee and a desire to create a welcoming space where every cup tells a story. Founded in 2018, we've been dedicated to sourcing ethically grown beans and crafting the perfect brew for our community. Every morning, our skilled baristas begin their day by selecting the finest beans from sustainable farms around the world. We believe that great coffee starts with great relationships—between farmers, roasters, and you."
tag="Since 2018"
imageSrc="https://img.b2bpic.net/free-photo/abstract-luxury-gradient-blue-background_53876-120942.jpg"
imageAlt="Bamboleya coffee shop interior with warm lighting"
buttons={[
{ text: "Visit Us", href: "#contact-section", dataWebildId: "btn_visit_us" },
{ text: "Explore Our Beans", href: "#product-section", dataWebildId: "btn_explore_beans" }
]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
useInvertedBackground={true} useInvertedBackground={true}
titleClassName="text-green-600"
buttonClassName="bg-red-600 hover:bg-red-700"
buttonTextClassName="text-white"
/> />
</div> </div>
<div id="features-section" data-section="features-section"> <div id="features-section" data-section="features-section">