Skip to content

Commit

Permalink
eigth commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitchauhan0 committed Sep 28, 2024
1 parent 053c065 commit cb5ce12
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/components/Footer.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
"use client";
import { Facebook, Link, Linkedin, Twitter } from "lucide-react";
import Image from "next/image";
import React from "react";

const Footer = () => {
return (
<footer className=" bg-gradient-to-t from-yellow-500 via-yellow-700 to-black text-white py-8">
<div className="container mx-auto px-4 grid grid-cols-1 md:grid-cols-4 gap-8">
<div>
<h3 className="text-xl font-bold mb-4">XYZ Company</h3>
<p className="text-gray-400">
<div className="mb-4 flex items-center space-x-5">
<Image src="/logo.png" alt="Logo" width={200} height={200} className=" h-20 w-20 rounded-full" />
<h3 className="text-xl font-bold mb-4">Wonderly</h3>
</div>
<p className="text-gray-400 rounded-t-sm">
We offer amazing travel packages and experiences across the world.
Explore, discover, and embark on unforgettable journeys with us.
</p>
Expand Down

0 comments on commit cb5ce12

Please sign in to comment.