Skip to content

Commit

Permalink
Header change
Browse files Browse the repository at this point in the history
  • Loading branch information
DulangaDasanayake committed Aug 9, 2024
1 parent f2dd8ea commit 7a8d820
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file modified public/img/carousel-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/carousel-2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions resources/views/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
<img class="w-100" src="{{ asset('img/carousel-1.jpg') }}" alt="Image">
<div class="carousel-caption d-flex flex-column align-items-center justify-content-center">
<div class="p-3" style="max-width: 900px;">
<h4 class="text-white text-uppercase mb-md-3">Traditional & Delicious</h4>
<h1 class="display-3 text-white mb-md-4">Traditional Ice Cream Since 2001</h1>
<h4 class="text-white text-uppercase mb-md-3">Authentic & Flavorful</h4>
<h1 class="display-3 text-white mb-md-4">Savor the Nostalgia With Our Timeless IceCream</h1>
<a href="" class="btn btn-primary py-md-3 px-md-5 mt-2">Learn More</a>
</div>
</div>
Expand All @@ -49,8 +49,8 @@
<img class="w-100" src="{{ asset('img/carousel-2.jpg') }}" alt="Image">
<div class="carousel-caption d-flex flex-column align-items-center justify-content-center">
<div class="p-3" style="max-width: 900px;">
<h4 class="text-white text-uppercase mb-md-3">Traditional & Delicious</h4>
<h1 class="display-3 text-white mb-md-4">Made From Our Own Organic Milk</h1>
<h4 class="text-white text-uppercase mb-md-3">Timeless & Tasty</h4>
<h1 class="display-3 text-white mb-md-4">Made Will Fresh Dairy Milk</h1>
<a href="" class="btn btn-primary py-md-3 px-md-5 mt-2">Learn More</a>
</div>
</div>
Expand Down

0 comments on commit 7a8d820

Please sign in to comment.