Skip to content

Commit

Permalink
Criminal Case Blog Page
Browse files Browse the repository at this point in the history
  • Loading branch information
Nouman159 committed Dec 8, 2023
1 parent 6f4e8c4 commit 1d85982
Show file tree
Hide file tree
Showing 8 changed files with 143 additions and 253 deletions.
2 changes: 0 additions & 2 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ import { Inter } from 'next/font/google'
import './globals.css'

const inter = Inter({ subsets: ['latin'] })

export const metadata: Metadata = {
title: 'ABC LAW GROUP',
description: 'Website that allows the client to reach out potential lawyers to help them',
}

export default function RootLayout({
children,
}: {
Expand Down
3 changes: 0 additions & 3 deletions app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
import Header from "@/components/Header"
import Hero from '@/components/Hero'
import Footer from '@/components/Footer'
import Account from '@/components/Account'

export default function Home() {
return (

<main>
<Header />
<Hero />
{/* <Account /> */}
<Footer />
</main>
)
Expand Down
69 changes: 0 additions & 69 deletions components/Account.js

This file was deleted.

36 changes: 7 additions & 29 deletions components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ import Image from "next/image";
import config from "@/config";
import logo from "@/app/icon.png";

// Add the Footer to the bottom of your landing page and more.
// The support link is connected to the config.js file. If there's no config.mailgun.supportEmail, the link won't be displayed.

const Footer = () => {
return (
<footer className="bg-base-200 max-sm:mt-24 border-t border-base-content/10">
<footer className="bg-black text-white max-sm:mt-24 border-t border-base-content/10">
<div className="max-w-7xl mx-auto px-8 py-24">
<div className=" flex lg:items-start md:flex-row md:flex-nowrap flex-wrap flex-col">
<div className="w-64 flex-shrink-0 md:mx-0 mx-auto text-center md:text-left">
Expand All @@ -31,7 +29,7 @@ const Footer = () => {
</Link>

<p className="mt-3 text-sm text-base-content/80">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt
11539 Park Woods Cir, Suite 304, Alpharetta, GA
</p>
</div>
<div className="flex-grow flex flex-wrap justify-center -mb-10 md:mt-0 mt-10 text-center">
Expand All @@ -41,36 +39,16 @@ const Footer = () => {
</div>

<div className="flex flex-col justify-center items-center md:items-start gap-2 mb-10 text-sm">
<Link href="/#newyork-auto-fraud-support" className="link link-hover">
NewYork Support
<Link href="/#contactus" className="link link-hover">
(192) 121-000-000
</Link>
<Link href="/#georgia-auto-fraud-support" className="link link-hover">
Georgia Support
</Link>
<Link href="/#auto-fraud-laywers" className="link link-hover">
ABC Fraud Lawyers
</Link>
</div>
</div>

<div className="lg:w-1/3 md:w-1/2 w-full px-4">
<div className="footer-title font-semibold text-base-content tracking-widest text-sm md:text-left mb-3">
Legal
</div>

<div className="flex flex-col justify-center items-center md:items-start gap-2 mb-10 text-sm">
<Link href="/#tos" className="link link-hover">
Terms of services
</Link>
<Link href="/#privacy-policy" className="link link-hover">
Privacy policy
</Link>
<Link href="/#contact-us" className="link link-hover">
Contact Us
<Link href="/#email" className="link link-hover">
abc@email.com
</Link>
</div>
</div>
</div>
<div className="btn btn-primary max-sm:mt-4 max-sm:mx-2 bg-[#ffffff] p-4 text-black cursor-pointer">Call Now : (192) 121-000-000</div>
</div>
</div>
</footer>
Expand Down
Loading

0 comments on commit 1d85982

Please sign in to comment.