Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| eaf051e9e8 | |||
| 2e105947aa |
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -133,6 +133,9 @@ export default function LandingPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
|
buttons={[
|
||||||
|
{ text: "Book a Call", href: "/contact" }
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -159,6 +162,9 @@ export default function LandingPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
buttons={[
|
||||||
|
{ text: "Book a Call", href: "/contact" }
|
||||||
|
]}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "1", price: "$49.99", name: "Single Cup", buttons: [
|
id: "1", price: "$49.99", name: "Single Cup", buttons: [
|
||||||
@@ -201,6 +207,9 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
speed={40}
|
speed={40}
|
||||||
|
buttons={[
|
||||||
|
{ text: "Book a Call", href: "/contact" }
|
||||||
|
]}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Sarah Johnson", handle: "@sarahj_coffee", testimonial: "These cups are absolutely stunning! The quality is exceptional and they arrived perfectly packaged. Highly recommend CS GO!", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg", imageAlt: "Sarah Johnson profile"
|
id: "1", name: "Sarah Johnson", handle: "@sarahj_coffee", testimonial: "These cups are absolutely stunning! The quality is exceptional and they arrived perfectly packaged. Highly recommend CS GO!", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg", imageAlt: "Sarah Johnson profile"
|
||||||
|
|||||||
Reference in New Issue
Block a user