4 Commits

Author SHA1 Message Date
82107b697e Update src/app/page.tsx 2026-03-11 06:55:50 +00:00
4fa5402751 Merge version_1 into main
Merge version_1 into main
2026-03-11 06:52:15 +00:00
a00c381884 Merge version_1 into main
Merge version_1 into main
2026-03-11 06:51:50 +00:00
7dac18597e Merge version_1 into main
Merge version_1 into main
2026-03-11 06:50:49 +00:00

View File

@@ -163,7 +163,7 @@ export default function LandingPage() {
button: { text: "Order via Instagram", href: "https://instagram.com/theprintstoty_" } button: { text: "Order via Instagram", href: "https://instagram.com/theprintstoty_" }
}, },
{ {
id: "premium", title: "Premium Deluxe", price: "₹2,999", period: "per magazine", imageSrc: "http://img.b2bpic.net/free-photo/gentle-couple-waiting-baby-embracing_1153-2775.jpg?_wi=3", imageAlt: "Premium magazine edition", features: ["40-60 pages of memories", "Premium matte & glossy mix", "Deluxe hardcover with dust jacket", "Express delivery (3-5 days)", "Personalized message page"], id: "premium", title: "Premium Deluxe", price: "₹2,999", period: "per magazine", imageSrc: "http://img.b2bpic.net/free-photo/gentle-couple-waiting-baby-embracing_1153-2775.jpg?_wi=3", imageAlt: "Premium magazine edition", features: ["40-60 pages of memories", "Premium matte & glossy mix", "Deluxe hardcover with dust jacket", "Express delivery (3-5 days)", "Personalized message page"],
button: { text: "Order via Instagram", href: "https://instagram.com/theprintstoty_" } button: { text: "Order via Instagram", href: "https://instagram.com/theprintstoty_" }
}, },
{ {
@@ -289,4 +289,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }