2 Commits

Author SHA1 Message Date
eaf051e9e8 Update src/app/page.tsx 2026-03-09 14:09:18 +00:00
2e105947aa Update src/app/layout.tsx 2026-03-09 14:09:17 +00:00
2 changed files with 1376 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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"