Skip to content

Commit

Permalink
updating landing page
Browse files Browse the repository at this point in the history
Signed-off-by: Trey <[email protected]>
  • Loading branch information
TreyWW committed Sep 29, 2024
1 parent 3157dcf commit 24f1252
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions frontend/templates/pages/landing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@
<section class="bg-base-200">
<div class="grid max-w-screen-xl px-8 pt-20 pb-8 mx-auto lg:gap-8 xl:gap-0 lg:py-16 lg:grid-cols-12 lg:pt-16">
<div class="mr-auto place-self-center lg:col-span-7">
<h1 class="max-w-2xl mb-4 text-3xl font-extrabold leading-none tracking-tight md:text-4xl xl:text-5xl">
<h1 class="max-w-2xl mb-4 text-3xl font-extrabold leading-none tracking-tight md:text-4xl xl:text-5xl scroll-mt-16"
id="title_text">
Simplify Your Workflow,
<br>
Empower Your Business
</h1>
<p class="max-w-2xl mb-6 font-light lg:mb-8 md:text-lg lg:text-xl">
<p class="max-w-2xl mb-6 font-light lg:mb-8 md:text-lg lg:text-xl scroll-mt-16">
Automate invoicing, streamline customer onboarding, and manage your documents — all in one place.
</p>
<p class="mb-3">Join the early access club for free!</p>
Expand Down Expand Up @@ -121,13 +122,12 @@ <h2 class="text-4xl font-semibold tracking-tight text-base-content text-center m
<i class="fa fa-bell me-4"></i>
Get alerted when your customer exceeds deadlines
</div>
<div class="flex items-center">
<div class="flex items-center" id="AA">
<i class="fa fa-magnifying-glass-chart me-4"></i>
View monthly reports to see how well you are progressing
</div>
<div>
<a class="btn btn-primary"
href="{% url 'auth:login create_account manual' %}">Start today</a>
<a class="btn btn-primary" href="#title_text">Join waitlist</a>
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions frontend/templates/pages/landing/landing_base.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{% load static %}
<!DOCTYPE html>
<html x-data="data()" lang="en" class="overflow-hidden" data-theme="light">
<html x-data="data()" lang="en" class="overflow-hidden" data-theme="light">
{% include 'base/_head.html' %}
<body>
<div class="navbar bg-base-100 p-4">
<div class="navbar bg-base-100 p-4 z-50">
<div class="navbar-start">
<div class="grid justify-center sm:grid-cols-2 sm:items-center gap-4">
<div class="flex items-center gap-x-3 md:gap-x-5">
Expand Down

0 comments on commit 24f1252

Please sign in to comment.