Bob AI: [Block: text-split-about|Text Split About|/blocks/...

This commit is contained in:
2026-01-30 11:04:48 +00:00
parent c1df99a3b4
commit 581832c0f4

View File

@@ -9,6 +9,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar
import FooterCard from '@/components/sections/footer/FooterCard';
import { Sparkles, Star, Instagram, Facebook, Mail } from 'lucide-react';
import Link from 'next/link';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
export default function HomePage() {
return (
@@ -212,6 +213,14 @@ export default function HomePage() {
/>
</div>
<div id="text_split_about" data-section="text_split_about">
<TextSplitAbout
title="Our Philosophy"
description={["At Jessica, we believe in the power of natural beauty to uplift and inspire.", "Each arrangement is a reflection of our commitment to quality and grace."]}
buttons={[{ label: "Learn More", href: "#" }, { label: "View Gallery", href: "#" }]}
useInvertedBackground="noInvert"
/>
</div>
<FooterCard
logoText="Jessica"
copyrightText="© 2025 Jessica Flowers Studio. All rights reserved."