Merge version_6 into main #4

Merged
bender merged 2 commits from version_6 into main 2026-03-08 16:46:47 +00:00
2 changed files with 13 additions and 1433 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -172,7 +172,11 @@ export default function HomePage() {
<InlineImageSplitTextAbout
heading={[
{
type: "text", content: "Locally Loved Since Day One"},
type: "text", content: "Locally Loved"},
{
type: "image", src: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=100&h=100&fit=crop", alt: "Pixie Pies brand mark"},
{
type: "text", content: "Since Day One"},
]}
useInvertedBackground={false}
buttons={[
@@ -297,4 +301,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}