4 Commits

Author SHA1 Message Date
6ef3653a02 Update src/app/page.tsx 2026-03-08 16:46:43 +00:00
78148cbd49 Update src/app/layout.tsx 2026-03-08 16:46:43 +00:00
fea8efd16c Merge version_5 into main
Merge version_5 into main
2026-03-08 16:45:04 +00:00
6cfcdefb8e Merge version_5 into main
Merge version_5 into main
2026-03-08 16:44:19 +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>
);
}
}