Merge version_1 into main #1
@@ -132,7 +132,7 @@ export default function AboutPage() {
|
||||
author: "Mid-Career",
|
||||
description: "Served as Secretary of Economic Development, overseeing $2 billion in investments and creating over 50,000 jobs.",
|
||||
tags: ["Economics", "Development"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-finance-word-sticky-notes_23-2148793747.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-finance-word-sticky-notes_23-2148793747.jpg?_wi=2",
|
||||
imageAlt: "Economic Development Leadership",
|
||||
},
|
||||
{
|
||||
@@ -141,7 +141,7 @@ export default function AboutPage() {
|
||||
author: "Current Service",
|
||||
description: "Elected to the U.S. Senate, serving constituents with distinction on committees addressing healthcare, economic growth, and education.",
|
||||
tags: ["Senate", "Federal"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-adults-studying-together_23-2150331646.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-adults-studying-together_23-2150331646.jpg?_wi=2",
|
||||
imageAlt: "U.S. Senate Service",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -1,29 +1,67 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Manrope } from "next/font/google";
|
||||
import { DM_Sans } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Manrope } from "next/font/google";
|
||||
import { DM_Sans } from "next/font/google";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const manrope = Manrope({
|
||||
variable: "--font-manrope",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const dmSans = DM_Sans({
|
||||
variable: "--font-dm-sans",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Senator Thompson - U.S. Senate",
|
||||
description: "Official website of U.S. Senator Thompson. Serving constituents with dedication to economic opportunity, healthcare, and education.",
|
||||
keywords: "senator, government, constituent services, legislation, federal benefits, public service",
|
||||
metadataBase: new URL("https://senator-thompson.gov"),
|
||||
alternates: {
|
||||
canonical: "https://senator-thompson.gov",
|
||||
},
|
||||
openGraph: {
|
||||
title: "Senator Thompson - U.S. Senate Official Website",
|
||||
description: "Serving constituents with dedication to economic opportunity, healthcare, and education.",
|
||||
url: "https://senator-thompson.gov",
|
||||
siteName: "Senator Thompson",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "https://senator-thompson.gov/og-image.jpg",
|
||||
alt: "Senator Thompson Official Portrait",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Senator Thompson - U.S. Senate",
|
||||
description: "Serving constituents with dedication to economic opportunity, healthcare, and education.",
|
||||
images: ["https://senator-thompson.gov/twitter-image.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -32,7 +70,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${manrope.variable} ${dmSans.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${manrope.variable} ${dmSans.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -44,4 +84,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -159,7 +159,7 @@ export default function HomePage() {
|
||||
author: "Priority Initiative",
|
||||
description: "Supporting small businesses and job creation through tax incentives and workforce development programs.",
|
||||
tags: ["Business", "Jobs"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-finance-word-sticky-notes_23-2148793747.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-finance-word-sticky-notes_23-2148793747.jpg?_wi=1",
|
||||
imageAlt: "Economic Growth Initiative",
|
||||
},
|
||||
{
|
||||
@@ -177,7 +177,7 @@ export default function HomePage() {
|
||||
author: "Priority Initiative",
|
||||
description: "Increasing education funding and making college more affordable for every student.",
|
||||
tags: ["Students", "Funding"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-adults-studying-together_23-2150331646.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-adults-studying-together_23-2150331646.jpg?_wi=1",
|
||||
imageAlt: "Educational Excellence Program",
|
||||
},
|
||||
]}
|
||||
@@ -230,7 +230,7 @@ export default function HomePage() {
|
||||
name: "Case Management",
|
||||
price: "Free",
|
||||
variant: "Federal Assistance",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-call-center-office_23-2149256115.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-call-center-office_23-2149256115.jpg?_wi=1",
|
||||
imageAlt: "Case Management Services",
|
||||
},
|
||||
{
|
||||
@@ -238,7 +238,7 @@ export default function HomePage() {
|
||||
name: "Benefits & Grants",
|
||||
price: "Free",
|
||||
variant: "Government Programs",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-with-contract-life-insurance_1098-21607.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-with-contract-life-insurance_1098-21607.jpg?_wi=1",
|
||||
imageAlt: "Benefits and Grants Assistance",
|
||||
},
|
||||
{
|
||||
@@ -246,7 +246,7 @@ export default function HomePage() {
|
||||
name: "Direct Support",
|
||||
price: "Free",
|
||||
variant: "Always Available",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-female-economist-holding-smartphone_23-2150167279.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-female-economist-holding-smartphone_23-2150167279.jpg?_wi=1",
|
||||
imageAlt: "Direct Support Line",
|
||||
},
|
||||
]}
|
||||
@@ -321,7 +321,7 @@ export default function HomePage() {
|
||||
category: "Press Release",
|
||||
title: "Senator Announces $50M Education Investment Package",
|
||||
excerpt: "New federal funding to improve classroom infrastructure and teacher compensation across the state.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-president-s-day-event-promo-illustrated_23-2148797518.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-president-s-day-event-promo-illustrated_23-2148797518.jpg?_wi=1",
|
||||
imageAlt: "Senator at Press Conference",
|
||||
authorName: "Communications Office",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-lawyer_23-2151152403.jpg",
|
||||
@@ -332,7 +332,7 @@ export default function HomePage() {
|
||||
category: "Legislative Update",
|
||||
title: "Healthcare Reform Bill Passes Key Committee Vote",
|
||||
excerpt: "Landmark legislation to expand affordable healthcare access receives bipartisan support.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/annual-report-design-flat-style_23-2147848954.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/annual-report-design-flat-style_23-2147848954.jpg?_wi=1",
|
||||
imageAlt: "Healthcare Reform Coverage",
|
||||
authorName: "Communications Office",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-lawyer_23-2151152403.jpg",
|
||||
@@ -343,7 +343,7 @@ export default function HomePage() {
|
||||
category: "Community News",
|
||||
title: "Senator Holds Town Hall on Economic Development",
|
||||
excerpt: "Senator listens to constituent concerns about local job growth and business support.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-president-s-day-event-promo-illustrated_23-2148797518.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-president-s-day-event-promo-illustrated_23-2148797518.jpg?_wi=2",
|
||||
imageAlt: "Town Hall Meeting",
|
||||
authorName: "Communications Office",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-lawyer_23-2151152403.jpg",
|
||||
@@ -354,7 +354,7 @@ export default function HomePage() {
|
||||
category: "Legislative Update",
|
||||
title: "Infrastructure Funding Bill Signed Into Law",
|
||||
excerpt: "Senator celebrates passage of bipartisan infrastructure package benefiting state projects.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/annual-report-design-flat-style_23-2147848954.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/annual-report-design-flat-style_23-2147848954.jpg?_wi=2",
|
||||
imageAlt: "Infrastructure News",
|
||||
authorName: "Communications Office",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-lawyer_23-2151152403.jpg",
|
||||
|
||||
@@ -95,7 +95,7 @@ export default function PressPage() {
|
||||
category: "Press Release",
|
||||
title: "Senator Announces $50M Education Investment Package",
|
||||
excerpt: "New federal funding to improve classroom infrastructure and teacher compensation across the state.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-president-s-day-event-promo-illustrated_23-2148797518.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-president-s-day-event-promo-illustrated_23-2148797518.jpg?_wi=3",
|
||||
imageAlt: "Senator at Press Conference",
|
||||
authorName: "Communications Office",
|
||||
authorAvatar: "http://img.b2bpic.net/free-vector/flat-design-president-s-day-event-promo-illustrated_23-2148797518.jpg",
|
||||
@@ -106,7 +106,7 @@ export default function PressPage() {
|
||||
category: "Legislative Update",
|
||||
title: "Healthcare Reform Bill Passes Key Committee Vote",
|
||||
excerpt: "Landmark legislation to expand affordable healthcare access receives bipartisan support.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/annual-report-design-flat-style_23-2147848954.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/annual-report-design-flat-style_23-2147848954.jpg?_wi=3",
|
||||
imageAlt: "Healthcare Reform Coverage",
|
||||
authorName: "Communications Office",
|
||||
authorAvatar: "http://img.b2bpic.net/free-vector/flat-design-president-s-day-event-promo-illustrated_23-2148797518.jpg",
|
||||
@@ -117,7 +117,7 @@ export default function PressPage() {
|
||||
category: "Community News",
|
||||
title: "Senator Holds Town Hall on Economic Development",
|
||||
excerpt: "Senator listens to constituent concerns about local job growth and business support.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-president-s-day-event-promo-illustrated_23-2148797518.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-president-s-day-event-promo-illustrated_23-2148797518.jpg?_wi=4",
|
||||
imageAlt: "Town Hall Meeting",
|
||||
authorName: "Communications Office",
|
||||
authorAvatar: "http://img.b2bpic.net/free-vector/flat-design-president-s-day-event-promo-illustrated_23-2148797518.jpg",
|
||||
@@ -128,7 +128,7 @@ export default function PressPage() {
|
||||
category: "Legislative Update",
|
||||
title: "Infrastructure Funding Bill Signed Into Law",
|
||||
excerpt: "Senator celebrates passage of bipartisan infrastructure package benefiting state projects.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/annual-report-design-flat-style_23-2147848954.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/annual-report-design-flat-style_23-2147848954.jpg?_wi=4",
|
||||
imageAlt: "Infrastructure News",
|
||||
authorName: "Communications Office",
|
||||
authorAvatar: "http://img.b2bpic.net/free-vector/flat-design-president-s-day-event-promo-illustrated_23-2148797518.jpg",
|
||||
|
||||
@@ -96,7 +96,7 @@ export default function ServicesPage() {
|
||||
name: "Case Management",
|
||||
price: "Free",
|
||||
variant: "Federal Assistance",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-call-center-office_23-2149256115.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-call-center-office_23-2149256115.jpg?_wi=2",
|
||||
imageAlt: "Case Management Services",
|
||||
},
|
||||
{
|
||||
@@ -104,7 +104,7 @@ export default function ServicesPage() {
|
||||
name: "Benefits & Grants",
|
||||
price: "Free",
|
||||
variant: "Government Programs",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-with-contract-life-insurance_1098-21607.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-with-contract-life-insurance_1098-21607.jpg?_wi=2",
|
||||
imageAlt: "Benefits and Grants Assistance",
|
||||
},
|
||||
{
|
||||
@@ -112,7 +112,7 @@ export default function ServicesPage() {
|
||||
name: "Direct Support",
|
||||
price: "Free",
|
||||
variant: "Always Available",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-female-economist-holding-smartphone_23-2150167279.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-female-economist-holding-smartphone_23-2150167279.jpg?_wi=2",
|
||||
imageAlt: "Direct Support Line",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user