1.1
This commit is contained in:
parent
db115f8adc
commit
4d0697d197
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,3 +1,8 @@
|
||||
node_modules/
|
||||
*/node_modules/
|
||||
*/build/
|
||||
|
||||
**/node_modules/
|
||||
**/build/
|
||||
.DS_Store
|
||||
.env
|
||||
File diff suppressed because one or more lines are too long
1
frontend/json/runtimeError.json
Normal file
1
frontend/json/runtimeError.json
Normal file
@ -0,0 +1 @@
|
||||
{}
|
||||
@ -173,7 +173,7 @@ export default function WebSite() {
|
||||
<main className={`flex-grow ${bgColor} rounded-none `}>
|
||||
<HeroSection
|
||||
projectName={'Ethr'}
|
||||
image={['Exciting outdoor adventure vehicles']}
|
||||
image={['ATV','UTV','boat','snowmobile','dirt bike']}
|
||||
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 || ''}
|
||||
|
||||
@ -157,7 +157,7 @@ export default function WebSite() {
|
||||
<main className={`flex-grow ${bgColor} rounded-none `}>
|
||||
<HeroSection
|
||||
projectName={'Ethr'}
|
||||
image={['Exciting outdoor adventure vehicles']}
|
||||
image={['ATV','UTV','boat','snowmobile','dirt bike']}
|
||||
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 || ''}
|
||||
|
||||
@ -18,7 +18,6 @@ import HeroSection from '../../components/WebPageComponents/HeroComponent';
|
||||
|
||||
import FeaturesSection from '../../components/WebPageComponents/FeaturesComponent';
|
||||
|
||||
import PricingSection from '../../components/WebPageComponents/PricingComponent';
|
||||
|
||||
import ContactFormSection from '../../components/WebPageComponents/ContactFormComponent';
|
||||
|
||||
@ -161,12 +160,20 @@ export default function WebSite() {
|
||||
design={FeaturesDesigns.CARDS_GRID_WITH_ICONS || ''}
|
||||
/>
|
||||
|
||||
<PricingSection
|
||||
projectName={'Ethr'}
|
||||
withBg={1}
|
||||
features={pricing_features}
|
||||
description={description}
|
||||
/>
|
||||
<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>
|
||||
|
||||
<FaqSection
|
||||
projectName={'Ethr'}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user