Skip to content

Commit

Permalink
scroll to booking form (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
codervinod123 authored Jun 12, 2024
1 parent e7c5ec2 commit 460c5c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/booking/BookingForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import DatePickerDemo from "../ui/date-picker";

export default function BookingForm() {
return (
<Card className="w-svw mx-20">
<Card className="w-svw mx-20" id="bookingform">
<CardHeader>
<CardTitle className="text-4xl">Shoot your Podcast</CardTitle>
<CardDescription className="text-xl">with <b>copod</b> anyone can record a Podcast.<br/>Just invite your guests, and start talking.<br/>It&apos;s that easy!</CardDescription>
Expand Down
2 changes: 1 addition & 1 deletion src/components/nav/nav-bar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export default function NavBar() {

<Button className="mx-10 lg:size-lg sm:size-sm"
>
Book Now!
<a href="#bookingform"> Book Now!</a>
</Button>
</div>
</header>
Expand Down

0 comments on commit 460c5c3

Please sign in to comment.