ok
This commit is contained in:
@@ -11,19 +11,22 @@ import { Container } from '@/components/Container'
|
||||
|
||||
export default function Route() {
|
||||
return (
|
||||
<div className="overflow-hidden bg-creme-600 pt-6 pb-24">
|
||||
<div className="mx-auto max-w-7xl md:px-6 lg:px-8">
|
||||
<div className="overflow-hidden bg-transparent pt-6 pb-24">
|
||||
<div className="mx-auto max-w-7xl px-4 lg:px-6">
|
||||
<div className="grid grid-cols-1 gap-x-8 gap-y-4 lg:gap-y-16 lg:grid-cols-2 lg:items-start">
|
||||
<div className="px-6 lg:px-0 lg:pr-4 lg:pt-4">
|
||||
<div className="mx-auto max-w-2xl lg:mx-0 lg:max-w-lg">
|
||||
<h2 className="text-base font-semibold leading-7 text-gold-600">ITINERARY</h2>
|
||||
<p className="mt-2 text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl">THE SACRED RIVER</p>
|
||||
<p className="mt-6 text-lg leading-8 text-gray-600">
|
||||
<p className="font-display text-3xl font-semibold tracking-[-0.05em] text-darkgr-700 lg:text-4xl">Itinerary</p>
|
||||
<p className="mt-4 max-w-5xl text-2xl font-medium tracking-[-0.045em] lg:text-3xl text-darkgr">
|
||||
By following the natural flow of the Nile river you will discover some of the most sacred places of the world.</p>
|
||||
<p className="mt-6 text-lg leading-8 text-gray-600">All our trips are designed according to your wishes. Your group's tailored itinerary will lead you to the locations and temples which fit your energy.
|
||||
<p className="my-6 max-w-5xl text-lg font-medium tracking-[-0.001em] lg:text-xl text-darkgr-950">All our trips are designed according to your wishes. Your group's tailored itinerary will lead you to the locations and temples which fit your energy.
|
||||
</p>
|
||||
<div className="relative z-10 mt-10 mb-10 lg:mb-40 lg:py-2 xs:mb-20 flex justify-startgap-x-6">
|
||||
<Button className="button-gold" href="/register">Plan Your Visit</Button>
|
||||
<div className="relative z-10 mt-4 mb-10 lg:mb-40 lg:py-2 xs:mb-20 flex justify-startgap-x-6">
|
||||
<Button href="/contact" color="blue">
|
||||
<span className="font-semibold tracking-wide">
|
||||
Book Now
|
||||
</span>
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user