Merge version_6 into main #4
1438
src/app/layout.tsx
1438
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user