Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -74,7 +74,7 @@ export default function DeclarationPage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaAnimation="blur-reveal"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/gold-shimmering-heart-grid-background_53876-97502.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/gold-shimmering-heart-grid-background_53876-97502.jpg?_wi=1"
|
||||
imageAlt="Hearts and romance"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
|
||||
@@ -1,27 +1,51 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Mulish } 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 { Mulish } 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 mulish = Mulish({
|
||||
variable: "--font-mulish",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Sonam, Will You Be Mine? - A Special Proposal",
|
||||
description: "A heartfelt proposal website dedicated to Sonam. A journey of love, feelings, and the most important question. Made with love and hope.",
|
||||
keywords: "proposal, love, sonam, forever, girlfriend, marry me",
|
||||
openGraph: {
|
||||
title: "Sonam, Will You Be Mine?",
|
||||
description: "I have something important to tell you. Come take a journey through my heart.",
|
||||
siteName: "For Sonam ❤️",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-vector/heart-confetti-transparent-background_23-2148035909.jpg",
|
||||
alt: "A romantic proposal moment",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Sonam, Will You Be Mine?",
|
||||
description: "A special proposal just for you",
|
||||
images: ["http://img.b2bpic.net/free-vector/heart-confetti-transparent-background_23-2148035909.jpg"],
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
@@ -31,7 +55,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${mulish.variable} ${inter.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${mulish.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -43,4 +69,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -73,7 +73,7 @@ export default function HomePage() {
|
||||
handle: "@forever_yours",
|
||||
testimonial: "Every moment with you feels like a beautiful dream I never want to wake up from.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/heart-confetti-transparent-background_23-2148035909.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/heart-confetti-transparent-background_23-2148035909.jpg?_wi=1",
|
||||
imageAlt: "Love"
|
||||
}
|
||||
]}
|
||||
@@ -85,7 +85,7 @@ export default function HomePage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaAnimation="blur-reveal"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/heart-confetti-transparent-background_23-2148035909.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/heart-confetti-transparent-background_23-2148035909.jpg?_wi=2"
|
||||
imageAlt="A romantic moment"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
|
||||
@@ -75,7 +75,7 @@ export default function ProposalPage() {
|
||||
handle: "@forever_yours",
|
||||
testimonial: "Every moment with you feels like a beautiful dream I never want to wake up from.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/heart-confetti-transparent-background_23-2148035909.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/heart-confetti-transparent-background_23-2148035909.jpg?_wi=3",
|
||||
imageAlt: "Love",
|
||||
},
|
||||
]}
|
||||
@@ -87,7 +87,7 @@ export default function ProposalPage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaAnimation="blur-reveal"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/heart-confetti-transparent-background_23-2148035909.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/heart-confetti-transparent-background_23-2148035909.jpg?_wi=4"
|
||||
imageAlt="A romantic moment"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -105,7 +105,7 @@ export default function ProposalPage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaAnimation="blur-reveal"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/gold-shimmering-heart-grid-background_53876-97502.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/gold-shimmering-heart-grid-background_53876-97502.jpg?_wi=2"
|
||||
imageAlt="Hearts and romance"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
@@ -139,7 +139,7 @@ export default function ProposalPage() {
|
||||
href: "/try-again",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/valentine-inscription-with-gift-boxes-table_23-2148009368.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/valentine-inscription-with-gift-boxes-table_23-2148009368.jpg?_wi=1",
|
||||
imageAlt: "Reconsider",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -74,14 +74,14 @@ export default function SuccessPage() {
|
||||
handle: "@forever_begins",
|
||||
testimonial: "You said YES! This moment will be forever etched in my heart. Thank you for choosing me, thank you for believing in us.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-party_23-2147643334.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-party_23-2147643334.jpg?_wi=1",
|
||||
imageAlt: "Celebration of love",
|
||||
},
|
||||
]}
|
||||
buttons={[]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaAnimation="blur-reveal"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/friends-having-fun-party_23-2147643334.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/friends-having-fun-party_23-2147643334.jpg?_wi=2"
|
||||
imageAlt="Celebration and joy"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -97,7 +97,7 @@ export default function SuccessPage() {
|
||||
name: "My Love",
|
||||
role: "Forever Yours",
|
||||
testimonial: "This is just the beginning of our beautiful journey together. I promise to love you unconditionally, support your dreams, and be your forever companion.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-party_23-2147643334.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-party_23-2147643334.jpg?_wi=3",
|
||||
imageAlt: "Celebration of love",
|
||||
},
|
||||
{
|
||||
@@ -105,7 +105,7 @@ export default function SuccessPage() {
|
||||
name: "My Promise",
|
||||
role: "To You Always",
|
||||
testimonial: "I will cherish every moment with you, stand by your side through all of life's adventures, and love you more deeply with each passing day.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-party_23-2147643334.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-party_23-2147643334.jpg?_wi=4",
|
||||
imageAlt: "Love celebration",
|
||||
},
|
||||
{
|
||||
@@ -113,7 +113,7 @@ export default function SuccessPage() {
|
||||
name: "My Heart",
|
||||
role: "Belongs to You",
|
||||
testimonial: "You are my greatest blessing. Together, we will create memories that last a lifetime. I love you, Sonam.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-party_23-2147643334.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-party_23-2147643334.jpg?_wi=5",
|
||||
imageAlt: "Happy moment",
|
||||
},
|
||||
{
|
||||
@@ -121,7 +121,7 @@ export default function SuccessPage() {
|
||||
name: "Forever Begins",
|
||||
role: "Right Now",
|
||||
testimonial: "This is not an ending, but a beautiful new beginning for us. Let's write our love story together, one beautiful day at a time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-party_23-2147643334.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-party_23-2147643334.jpg?_wi=6",
|
||||
imageAlt: "New beginning",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -71,7 +71,7 @@ const TryAgainPage = () => {
|
||||
id: "back",
|
||||
name: "Let Me Try Again",
|
||||
price: "My Heart",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/valentine-inscription-with-gift-boxes-table_23-2148009368.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/valentine-inscription-with-gift-boxes-table_23-2148009368.jpg?_wi=2",
|
||||
imageAlt: "Second chance",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -79,7 +79,7 @@ const TryAgainPage = () => {
|
||||
id: "think",
|
||||
name: "I Need Time",
|
||||
price: "To Think",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/valentine-inscription-with-gift-boxes-table_23-2148009368.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/valentine-inscription-with-gift-boxes-table_23-2148009368.jpg?_wi=3",
|
||||
imageAlt: "Think about it",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user