Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-06 02:34:26 +00:00

View File

@@ -15,7 +15,7 @@ export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="bounce-effect"
defaultTextAnimation="reveal-blur"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="mediumLarge"
sizing="mediumSizeLargeTitles"
@@ -35,7 +35,8 @@ export default function LandingPage() {
{ name: "Testimonials", id: "testimonials" },
]}
button={{
text: "Upload Receipt", href: "#upload"}}
text: "Upload Receipt", href: "#upload"
}}
/>
</div>
@@ -57,18 +58,21 @@ export default function LandingPage() {
testimonials={[
{
name: "Sarah Chen", handle: "Finance Manager, TechCorp", testimonial: "This tool saved us hours every week on expense tracking. The accuracy is impressive and the integration with Sheets is seamless.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYKv8qGBWC4HGm0gxd6KyigW8O/professional-headshot-of-a-business-prof-1772764357737-8ef70ed5.png?_wi=1", imageAlt: "Sarah Chen"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYKv8qGBWC4HGm0gxd6KyigW8O/professional-headshot-of-a-business-prof-1772764357737-8ef70ed5.png", imageAlt: "Sarah Chen"
},
{
name: "Marcus Rodriguez", handle: "Accountant, SmallBiz Solutions", testimonial: "Finally, a solution that actually works. No more transcription errors, no more wasted time. Our audit process is now 10x faster.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYKv8qGBWC4HGm0gxd6KyigW8O/professional-headshot-of-a-different-bus-1772764357269-68802c17.png?_wi=1", imageAlt: "Marcus Rodriguez"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYKv8qGBWC4HGm0gxd6KyigW8O/professional-headshot-of-a-different-bus-1772764357269-68802c17.png", imageAlt: "Marcus Rodriguez"
},
{
name: "Emily Thompson", handle: "Business Owner, Creative Agency", testimonial: "The AI accuracy is outstanding. It catches details I would miss manually. This is now an essential tool for our business operations.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYKv8qGBWC4HGm0gxd6KyigW8O/professional-headshot-of-a-diverse-busin-1772764357233-0036d2e6.png?_wi=1", imageAlt: "Emily Thompson"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYKv8qGBWC4HGm0gxd6KyigW8O/professional-headshot-of-a-diverse-busin-1772764357233-0036d2e6.png", imageAlt: "Emily Thompson"
},
]}
testimonialRotationInterval={5000}
mediaAnimation="slide-up"
useInvertedBackground={false}
background={{ variant: "glowing-orb" }}
background={{ variant: "fluid" }}
/>
</div>
@@ -78,11 +82,11 @@ export default function LandingPage() {
description="Simply take a clear photo of your receipt and upload it. Our advanced AI vision technology instantly analyzes the image, extracts all relevant data, and organizes it perfectly in your Google Sheets. Works with any receipt format—store receipts, invoices, or receipts from anywhere."
tag="Quick & Easy"
tagIcon={Upload}
tagAnimation="reveal-blur"
tagAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYKv8qGBWC4HGm0gxd6KyigW8O/a-minimalist-illustration-showing-a-rece-1772764356784-9759f59a.png"
imageAlt="Receipt upload process"
buttons={[{ text: "Try Upload Demo", href: "#demo" }]}
buttonAnimation="reveal-blur"
buttonAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -143,17 +147,23 @@ export default function LandingPage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1", name: "Sarah Chen", handle: "Finance Manager", testimonial: "This tool saved us hours every week on expense tracking. The accuracy is impressive and the integration is seamless. Highly recommended!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYKv8qGBWC4HGm0gxd6KyigW8O/professional-headshot-of-a-business-prof-1772764357737-8ef70ed5.png?_wi=2", imageAlt: "Sarah Chen"},
id: "1", name: "Sarah Chen", handle: "Finance Manager", testimonial: "This tool saved us hours every week on expense tracking. The accuracy is impressive and the integration is seamless. Highly recommended!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYKv8qGBWC4HGm0gxd6KyigW8O/professional-headshot-of-a-business-prof-1772764357737-8ef70ed5.png", imageAlt: "Sarah Chen"
},
{
id: "2", name: "Marcus Rodriguez", handle: "CPA & Accountant", testimonial: "Finally, a solution that actually works. No more transcription errors, no more wasted time. Our audit process is now significantly faster.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYKv8qGBWC4HGm0gxd6KyigW8O/professional-headshot-of-a-different-bus-1772764357269-68802c17.png?_wi=2", imageAlt: "Marcus Rodriguez"},
id: "2", name: "Marcus Rodriguez", handle: "CPA & Accountant", testimonial: "Finally, a solution that actually works. No more transcription errors, no more wasted time. Our audit process is now significantly faster.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYKv8qGBWC4HGm0gxd6KyigW8O/professional-headshot-of-a-different-bus-1772764357269-68802c17.png", imageAlt: "Marcus Rodriguez"
},
{
id: "3", name: "Emily Thompson", handle: "Business Owner", testimonial: "The AI accuracy is outstanding. It catches details I would miss manually. This is now an essential tool in our operations.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYKv8qGBWC4HGm0gxd6KyigW8O/professional-headshot-of-a-diverse-busin-1772764357233-0036d2e6.png?_wi=2", imageAlt: "Emily Thompson"},
id: "3", name: "Emily Thompson", handle: "Business Owner", testimonial: "The AI accuracy is outstanding. It catches details I would miss manually. This is now an essential tool in our operations.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYKv8qGBWC4HGm0gxd6KyigW8O/professional-headshot-of-a-diverse-busin-1772764357233-0036d2e6.png", imageAlt: "Emily Thompson"
},
{
id: "4", name: "David Park", handle: "Operations Manager", testimonial: "Implementation was smooth, the interface is intuitive, and support is excellent. This has transformed how we handle receipts.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYKv8qGBWC4HGm0gxd6KyigW8O/professional-headshot-of-another-busines-1772764357616-65749b9d.png", imageAlt: "David Park"},
id: "4", name: "David Park", handle: "Operations Manager", testimonial: "Implementation was smooth, the interface is intuitive, and support is excellent. This has transformed how we handle receipts.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYKv8qGBWC4HGm0gxd6KyigW8O/professional-headshot-of-another-busines-1772764357616-65749b9d.png", imageAlt: "David Park"
},
{
id: "5", name: "Jessica Martinez", handle: "Small Business Owner", testimonial: "Worth every penny. The time saved has paid for itself many times over. Our bookkeeping is now stress-free.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYKv8qGBWC4HGm0gxd6KyigW8O/professional-headshot-of-a-business-prof-1772764357737-8ef70ed5.png?_wi=3", imageAlt: "Jessica Martinez"},
id: "5", name: "Jessica Martinez", handle: "Small Business Owner", testimonial: "Worth every penny. The time saved has paid for itself many times over. Our bookkeeping is now stress-free.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYKv8qGBWC4HGm0gxd6KyigW8O/professional-headshot-of-a-business-prof-1772764357737-8ef70ed5.png", imageAlt: "Jessica Martinez"
},
{
id: "6", name: "Robert Chen", handle: "Financial Advisor", testimonial: "My clients love how organized their expense records are now. This has improved our advisory services significantly.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYKv8qGBWC4HGm0gxd6KyigW8O/professional-headshot-of-a-different-bus-1772764357269-68802c17.png?_wi=3", imageAlt: "Robert Chen"},
id: "6", name: "Robert Chen", handle: "Financial Advisor", testimonial: "My clients love how organized their expense records are now. This has improved our advisory services significantly.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYKv8qGBWC4HGm0gxd6KyigW8O/professional-headshot-of-a-different-bus-1772764357269-68802c17.png", imageAlt: "Robert Chen"
},
]}
animationType="slide-up"
textboxLayout="default"
@@ -175,7 +185,7 @@ export default function LandingPage() {
{ text: "Schedule Demo", href: "#demo" },
]}
buttonAnimation="slide-up"
background={{ variant: "glowing-orb" }}
background={{ variant: "fluid" }}
useInvertedBackground={false}
/>
</div>