Bob AI: [Block: text-split-about|Text Split About|/blocks/...
This commit is contained in:
@@ -9,6 +9,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar
|
|||||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||||
import { Sparkles, Star, Instagram, Facebook, Mail } from 'lucide-react';
|
import { Sparkles, Star, Instagram, Facebook, Mail } from 'lucide-react';
|
||||||
import Link from 'next/link';
|
import Link from 'next/link';
|
||||||
|
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||||
|
|
||||||
export default function HomePage() {
|
export default function HomePage() {
|
||||||
return (
|
return (
|
||||||
@@ -212,6 +213,14 @@ export default function HomePage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</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
|
<FooterCard
|
||||||
logoText="Jessica"
|
logoText="Jessica"
|
||||||
copyrightText="© 2025 Jessica Flowers Studio. All rights reserved."
|
copyrightText="© 2025 Jessica Flowers Studio. All rights reserved."
|
||||||
|
|||||||
Reference in New Issue
Block a user