Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6ef3653a02 | |||
| 78148cbd49 | |||
| fea8efd16c | |||
| 6cfcdefb8e |
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
|
<InlineImageSplitTextAbout
|
||||||
heading={[
|
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}
|
useInvertedBackground={false}
|
||||||
buttons={[
|
buttons={[
|
||||||
@@ -297,4 +301,4 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user