Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4d0697d197 |
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,3 +1,8 @@
|
|||||||
node_modules/
|
node_modules/
|
||||||
*/node_modules/
|
*/node_modules/
|
||||||
*/build/
|
*/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 `}>
|
<main className={`flex-grow ${bgColor} rounded-none `}>
|
||||||
<HeroSection
|
<HeroSection
|
||||||
projectName={'Ethr'}
|
projectName={'Ethr'}
|
||||||
image={['Exciting outdoor adventure vehicles']}
|
image={['ATV','UTV','boat','snowmobile','dirt bike']}
|
||||||
mainText={`Explore Adventure with ${projectName} Rentals`}
|
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.`}
|
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 || ''}
|
design={HeroDesigns.IMAGE_BG || ''}
|
||||||
|
|||||||
@ -157,7 +157,7 @@ export default function WebSite() {
|
|||||||
<main className={`flex-grow ${bgColor} rounded-none `}>
|
<main className={`flex-grow ${bgColor} rounded-none `}>
|
||||||
<HeroSection
|
<HeroSection
|
||||||
projectName={'Ethr'}
|
projectName={'Ethr'}
|
||||||
image={['Exciting outdoor adventure vehicles']}
|
image={['ATV','UTV','boat','snowmobile','dirt bike']}
|
||||||
mainText={`Explore Adventure with ${projectName} Rentals`}
|
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.`}
|
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 || ''}
|
design={HeroDesigns.IMAGE_BG || ''}
|
||||||
|
|||||||
@ -18,7 +18,6 @@ import HeroSection from '../../components/WebPageComponents/HeroComponent';
|
|||||||
|
|
||||||
import FeaturesSection from '../../components/WebPageComponents/FeaturesComponent';
|
import FeaturesSection from '../../components/WebPageComponents/FeaturesComponent';
|
||||||
|
|
||||||
import PricingSection from '../../components/WebPageComponents/PricingComponent';
|
|
||||||
|
|
||||||
import ContactFormSection from '../../components/WebPageComponents/ContactFormComponent';
|
import ContactFormSection from '../../components/WebPageComponents/ContactFormComponent';
|
||||||
|
|
||||||
@ -161,12 +160,20 @@ export default function WebSite() {
|
|||||||
design={FeaturesDesigns.CARDS_GRID_WITH_ICONS || ''}
|
design={FeaturesDesigns.CARDS_GRID_WITH_ICONS || ''}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<PricingSection
|
<section className="py-8 px-4 mx-auto lg:py-24 lg:px-0 container">
|
||||||
projectName={'Ethr'}
|
<div className="mx-auto max-w-screen-md text-center mb-8 lg:mb-10">
|
||||||
withBg={1}
|
<h2 className="text-3xl font-bold mb-4">Platform Fees</h2>
|
||||||
features={pricing_features}
|
<p className="text-md text-gray-700 mx-auto mb-2">
|
||||||
description={description}
|
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
|
<FaqSection
|
||||||
projectName={'Ethr'}
|
projectName={'Ethr'}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user