name+favicon update

This commit is contained in:
user
2025-10-21 19:48:22 +03:00
parent 19625fe51a
commit eb7e8e91d5
4 changed files with 8 additions and 8 deletions

View File

@@ -21,9 +21,9 @@ export const agentSiteNavMap = {
export const PUBLIC_SITE_URL = env.PUBLIC_SITE_URL ?? "https://example.com"; export const PUBLIC_SITE_URL = env.PUBLIC_SITE_URL ?? "https://example.com";
export const COMPANY_DOMAIN = "FlyTicketTravel.com"; export const COMPANY_DOMAIN = "example.com";
export const PROJECT_NAME = "Fly Ticket Travel"; export const PROJECT_NAME = "DW";
export const SITE_LINKS = [ export const SITE_LINKS = [
{ name: "Home", link: "/", icon: HomeIcon }, { name: "Home", link: "/", icon: HomeIcon },

View File

@@ -1,8 +1,8 @@
<script lang="ts"> <script lang="ts">
import "../app.css";
import { Toaster } from "$lib/components/ui/sonner";
import { browser } from "$app/environment"; import { browser } from "$app/environment";
import { Toaster } from "$lib/components/ui/sonner";
import { QueryClient, QueryClientProvider } from "@tanstack/svelte-query"; import { QueryClient, QueryClientProvider } from "@tanstack/svelte-query";
import "../app.css";
let { children } = $props(); let { children } = $props();
@@ -12,7 +12,7 @@
</script> </script>
<svelte:head> <svelte:head>
<title>FlyTicketTravel</title> <title>Checkout</title>
<meta <meta
name="description" name="description"
content="Book a flight to your dream destination at an unbelieavably low price" content="Book a flight to your dream destination at an unbelieavably low price"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 652 KiB

View File

@@ -265,9 +265,9 @@ PnrConfirmationEmail.PreviewProps = {
departureDate: "2023-12-15", departureDate: "2023-12-15",
returnDate: "2023-12-22", returnDate: "2023-12-22",
passengerName: "John Smith", passengerName: "John Smith",
baseUrl: "https://flytickettravel.com", baseUrl: "https://checkout.com",
logoPath: "https://flytickettravel.com/assets/logos/logo-main.svg", logoPath: "https://checkout.com/assets/logos/logo-main.svg",
companyName: "FlyTicketTravel", companyName: "checkout",
}; };
export default PnrConfirmationEmail; export default PnrConfirmationEmail;