Compare commits

..

No commits in common. "ai-dev" and "master" have entirely different histories.

6 changed files with 13 additions and 25 deletions

5
.gitignore vendored
View File

@ -1,8 +1,3 @@
node_modules/
*/node_modules/
*/build/
**/node_modules/
**/build/
.DS_Store
.env

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
{}

View File

@ -173,7 +173,7 @@ export default function WebSite() {
<main className={`flex-grow ${bgColor} rounded-none `}>
<HeroSection
projectName={'Ethr'}
image={['ATV','UTV','boat','snowmobile','dirt bike']}
image={['Exciting outdoor adventure vehicles']}
mainText={`Explore Adventure with ${projectName} Rentals`}
subTitle={`Experience the thrill of the outdoors with ${projectName}. Rent snowmobiles, ATVs, and more directly from owners. Safe, secure, and ready for your next adventure.`}
design={HeroDesigns.IMAGE_BG || ''}

View File

@ -157,7 +157,7 @@ export default function WebSite() {
<main className={`flex-grow ${bgColor} rounded-none `}>
<HeroSection
projectName={'Ethr'}
image={['ATV','UTV','boat','snowmobile','dirt bike']}
image={['Exciting outdoor adventure vehicles']}
mainText={`Explore Adventure with ${projectName} Rentals`}
subTitle={`Experience the thrill of the outdoors with ${projectName}. Rent snowmobiles, ATVs, and more directly from owners. Safe, secure, and ready for your next adventure.`}
design={HeroDesigns.IMAGE_BG || ''}

View File

@ -18,6 +18,7 @@ import HeroSection from '../../components/WebPageComponents/HeroComponent';
import FeaturesSection from '../../components/WebPageComponents/FeaturesComponent';
import PricingSection from '../../components/WebPageComponents/PricingComponent';
import ContactFormSection from '../../components/WebPageComponents/ContactFormComponent';
@ -160,20 +161,12 @@ export default function WebSite() {
design={FeaturesDesigns.CARDS_GRID_WITH_ICONS || ''}
/>
<section className="py-8 px-4 mx-auto lg:py-24 lg:px-0 container">
<div className="mx-auto max-w-screen-md text-center mb-8 lg:mb-10">
<h2 className="text-3xl font-bold mb-4">Platform Fees</h2>
<p className="text-md text-gray-700 mx-auto mb-2">
Platform fee: 10% of trip subtotal, collected on completion.
</p>
<p className="text-md text-gray-700 mx-auto">
Renter fee: 10% of trip subtotal; Rentee fee: 10% of trip subtotal (20% total).
</p>
<p className="text-md text-gray-700 mx-auto mt-4">
No signup, listing, or usage fees.
</p>
</div>
</section>
<PricingSection
projectName={'Ethr'}
withBg={1}
features={pricing_features}
description={description}
/>
<FaqSection
projectName={'Ethr'}