Merge version_2 into main #1
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"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
buttons={[
|
||||
{ text: "Book a Call", href: "/contact" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -159,6 +162,9 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Book a Call", href: "/contact" }
|
||||
]}
|
||||
plans={[
|
||||
{
|
||||
id: "1", price: "$49.99", name: "Single Cup", buttons: [
|
||||
@@ -201,6 +207,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
speed={40}
|
||||
buttons={[
|
||||
{ text: "Book a Call", href: "/contact" }
|
||||
]}
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user