launching

This commit is contained in:
akdeb 2025-04-18 17:40:14 +01:00
parent 175d65fe4f
commit 4d35a141bd
2 changed files with 0 additions and 130 deletions

View file

@ -1,72 +0,0 @@
import React, { SVGProps } from "react";
const StarmoonLogo: React.FC<SVGProps<SVGSVGElement>> = (props) => (
<svg
id="Layer_2"
xmlns="http://www.w3.org/2000/svg"
xmlnsXlink="http://www.w3.org/1999/xlink"
viewBox="0 0 169.121 169.1211"
{...props}
>
<defs>
<style>
{`.cls-1 {
fill: #fff;
stroke: #fff;
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 2px;
}
.cls-2 {
fill: #ffc038;
}
.cls-3 {
fill: #ffd358;
}
.cls-4 {
clip-path: url(#clippath);
}`}
</style>
<clipPath id="clippath">
<path
className="cls-3"
d="M84.5606,0c-6.9124,0-13.6237.8486-20.0545,2.4133,37.0173,9.0068,64.506,42.3582,64.506,82.1473s-27.4887,73.1405-64.506,82.1472c6.4308,1.5647,13.1421,2.4133,20.0545,2.4133,46.7014,0,84.5604-37.8591,84.5604-84.5605S131.262,0,84.5606,0Z"
/>
</clipPath>
</defs>
<g id="Layer_8">
<g>
<g>
<circle
cx="84.5605"
cy="84.5606"
r="84.5605"
transform="translate(-35.0262 84.5605) rotate(-45)"
/>
<g>
<path
className="cls-3"
d="M84.5606,0c-6.9124,0-13.6237.8486-20.0545,2.4133,37.0173,9.0068,64.506,42.3582,64.506,82.1473s-27.4887,73.1405-64.506,82.1472c6.4308,1.5647,13.1421,2.4133,20.0545,2.4133,46.7014,0,84.5604-37.8591,84.5604-84.5605S131.262,0,84.5606,0Z"
/>
<g className="cls-4">
<circle className="cls-2" cx="84.5605" cy="84.5606" r="84.5605" />
</g>
</g>
</g>
<path
className="cls-1"
d="M93.0608,93.2918c-27.7719,6.8009-33.2855,12.3138-40.0864,40.0859-6.8009-27.772-12.3138-33.285-40.0859-40.0859,27.772-6.8009,33.2849-12.3138,40.0859-40.0858,6.8009,27.7719,12.3145,33.2848,40.0864,40.0858Z"
/>
<path
className="cls-1"
d="M108.5626,52.2841c-11.3849,2.788-13.6451,5.048-16.4331,16.4328-2.788-11.3849-5.048-13.6449-16.4328-16.4328,11.3849-2.788,13.6449-5.048,16.4328-16.4328,2.788,11.3849,5.0482,13.6448,16.4331,16.4328Z"
/>
</g>
</g>
</svg>
);
export default StarmoonLogo;

View file

@ -158,64 +158,6 @@ export default async function LandingPage() {
{/* Create Character Showcase */}
<CreateCharacterShowcase />
{/* Testimonials */}
<section className="w-full py-16 bg-gradient-to-b from-purple-50 to-white">
<div className="container px-4 md:px-6">
<div className="text-center mb-10">
<h2 className="text-3xl md:text-4xl font-bold mb-6 text-gray-800">
Our Early Customers Love It
</h2>
</div>
<div className="grid grid-cols-1 md:grid-cols-3 gap-6">
<div className="bg-white p-6 rounded-xl shadow-md">
<div className="flex text-amber-500 mb-4">
<Star className="fill-amber-500" />
<Star className="fill-amber-500" />
<Star className="fill-amber-500" />
<Star className="fill-amber-500" />
<Star className="fill-amber-500" />
</div>
<p className="text-gray-700 mb-4">
"I attached the device to my childhood teddy bear and it's been such a nostalgic experience. Totally worth it!"
</p>
<div className="font-semibold text-purple-900">Ed S., 28</div>
</div>
<div className="bg-white p-6 rounded-xl shadow-md">
<div className="flex text-amber-500 mb-4">
<Star className="fill-amber-500" />
<Star className="fill-amber-500" />
<Star className="fill-amber-500" />
<Star className="fill-amber-500" />
<Star className="fill-amber-500" />
</div>
<p className="text-gray-700 mb-4">
"I'm a collector of vintage action figures, and its brought them to life in ways I never imagined. My Voltron figure now has the personality I always envisioned for it!"
</p>
<div className="font-semibold text-purple-900">Michael R., 17</div>
</div>
<div className="bg-white p-6 rounded-xl shadow-md">
<div className="flex text-amber-500 mb-4">
<Star className="fill-amber-500" />
<Star className="fill-amber-500" />
<Star className="fill-amber-500" />
<Star className="fill-amber-500" />
<Star className="fill-amber-500" />
</div>
<p className="text-gray-700 mb-4">
"It's like bouncing ideas off a best friend who's always there to listen."
</p>
<div className="font-semibold text-purple-900">Kai L., 48</div>
</div>
</div>
</div>
</section>
{/* Pricing */}
<section className="w-full py-16 bg-white">
<div className="container px-4 md:px-6">