Skip to content

Commit

Permalink
perfected SEO
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodingmontana committed Jul 24, 2023
1 parent fa2e8b2 commit 24ba2d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions components/bookings/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@
class="-mt-16 sm:mt-0"
width="314"
height="457"
sizes="sm:100vw md:50vw lg:400px"
/>
</div>
</section>
Expand Down
3 changes: 2 additions & 1 deletion components/hero/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Header from "./Header.vue";
<template>
<div class="relative">
<Header />
<section class="w-full grid grid-cols-1 md:grid-cols-2 items-center p-5 sm:p-20 my-4 sm:my-6">
<section class="w-full grid grid-cols-1 md:grid-cols-2 items-center p-5 sm:p-20 my-2">
<div class="space-y-3">
<p class="uppercase font-poppins text-sm text-[#DF6951] font-bold">
Best Destinations around the world
Expand Down Expand Up @@ -117,6 +117,7 @@ import Header from "./Header.vue";
width="765"
height="764"
alt="travel-girl"
sizes="sm:100vw md:50vw lg:400px"
/>
<svg
class="absolute top-0 right-0 w-[35rem] -z-10"
Expand Down
2 changes: 1 addition & 1 deletion layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ useHead({
</script>

<template>
<main class="max-w-7xl">
<main class="max-w-8xl">
<slot/>
<Footer />
</main>
Expand Down

0 comments on commit 24ba2d8

Please sign in to comment.