Merge version_1 into main #1
379
src/app/page.tsx
379
src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Cosmic Crust"
|
||||
/>
|
||||
@@ -54,118 +42,26 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "downward-rays-animated",
|
||||
}}
|
||||
background={{ variant: "downward-rays-animated" }}
|
||||
title="Pizza from the Edge of the Galaxy"
|
||||
description="Experience quantum-leavened crusts and nebula-infused ingredients delivered from the stars to your plate."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-street-food-neon-light_23-2151571655.jpg",
|
||||
imageAlt: "sci-fi spaceship interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-spaceship-corridor-with-glowing-yellow-neon-lights-generative-ai_191095-1744.jpg",
|
||||
imageAlt: "sci-fi spaceship interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-dark-room-modern-futuristic-sci-fi-background-3d-illustration_35913-2345.jpg",
|
||||
imageAlt: "sci-fi spaceship interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/control-table-spacecraft-from-inside_23-2151828141.jpg",
|
||||
imageAlt: "sci-fi spaceship interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-street-food-neon-light_23-2151571784.jpg",
|
||||
imageAlt: "sci-fi spaceship interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-earth_23-2151100396.jpg",
|
||||
imageAlt: "sci-fi spaceship interior",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-street-food-neon-light_23-2151571655.jpg", imageAlt: "sci-fi spaceship interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/futuristic-spaceship-corridor-with-glowing-yellow-neon-lights-generative-ai_191095-1744.jpg", imageAlt: "sci-fi spaceship interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/empty-dark-room-modern-futuristic-sci-fi-background-3d-illustration_35913-2345.jpg", imageAlt: "sci-fi spaceship interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/control-table-spacecraft-from-inside_23-2151828141.jpg", imageAlt: "sci-fi spaceship interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-street-food-neon-light_23-2151571784.jpg", imageAlt: "sci-fi spaceship interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-earth_23-2151100396.jpg", imageAlt: "sci-fi spaceship interior" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-street-food-neon-light_23-2151571790.jpg",
|
||||
imageAlt: "sci-fi spaceship interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-street-food-neon-light_23-2151571682.jpg",
|
||||
imageAlt: "sci-fi spaceship interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/control-table-spacecraft_23-2151828233.jpg",
|
||||
imageAlt: "sci-fi spaceship interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-moon-background_23-2150930760.jpg",
|
||||
imageAlt: "sci-fi spaceship interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mature-woman-having-fun-time_23-2149232849.jpg",
|
||||
imageAlt: "sci-fi spaceship interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cosmic-background-with-golden-neon-laser-lights_181624-27799.jpg",
|
||||
imageAlt: "sci-fi spaceship interior",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Interstellar",
|
||||
href: "#menu",
|
||||
},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/control-table-spacecraft_23-2151828249.jpg",
|
||||
alt: "Control table of a spacecraft",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797677.jpg",
|
||||
alt: "Modern office space with futuristic decor and furniture",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/control-table-spacecraft_23-2151828263.jpg",
|
||||
alt: "Control table of a spacecraft",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/control-table-spacecraft_23-2151828251.jpg",
|
||||
alt: "Control table of a spacecraft",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/empty-dark-room-modern-futuristic-sci-fi-background-3d-illustration_35913-2402.jpg",
|
||||
alt: "Empty dark room, Modern Futuristic Sci Fi Background. 3D illustration",
|
||||
},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/control-table-spacecraft_23-2151828257.jpg",
|
||||
alt: "Control table of a spacecraft",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397548.jpg",
|
||||
alt: "Hallway of a building",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/space-travel-collage-design_23-2150163796.jpg",
|
||||
alt: "Space travel collage design",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/retro-futuristic-space-travel_23-2151837647.jpg",
|
||||
alt: "Retro futuristic space travel",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/half-whale-half-robot-fantasy-style_23-2151603073.jpg",
|
||||
alt: "Half whale half-robot in fantasy style",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-street-food-neon-light_23-2151571790.jpg", imageAlt: "sci-fi spaceship interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-street-food-neon-light_23-2151571682.jpg", imageAlt: "sci-fi spaceship interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/control-table-spacecraft_23-2151828233.jpg", imageAlt: "sci-fi spaceship interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/futuristic-moon-background_23-2150930760.jpg", imageAlt: "sci-fi spaceship interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mature-woman-having-fun-time_23-2149232849.jpg", imageAlt: "sci-fi spaceship interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cosmic-background-with-golden-neon-laser-lights_181624-27799.jpg", imageAlt: "sci-fi spaceship interior" }
|
||||
]}
|
||||
buttons={[{ text: "Order Interstellar", href: "#menu" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -173,89 +69,23 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Crafting the Future of ",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-anthropomorphic-robot-cooking_23-2150865943.jpg",
|
||||
alt: "robot chef cooking",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
content: " Gastronomy",
|
||||
},
|
||||
{ type: "text", content: "Crafting the Future of " },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/close-up-anthropomorphic-robot-cooking_23-2150865943.jpg", alt: "robot chef cooking" },
|
||||
{ type: "text", content: " Gastronomy" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardTwo
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="split"
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Cosmic",
|
||||
name: "Supernova Margherita",
|
||||
price: "24 Credits",
|
||||
rating: 5,
|
||||
reviewCount: "10k+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-street-food-neon-light_23-2151571778.jpg",
|
||||
imageAlt: "sci-fi futuristic pizza",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Cosmic",
|
||||
name: "Titan Pepperoni Blast",
|
||||
price: "28 Credits",
|
||||
rating: 4,
|
||||
reviewCount: "8k+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-indoors_23-2150901007.jpg",
|
||||
imageAlt: "cyberpunk style food",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Cosmic",
|
||||
name: "Nebula Mushroom Delight",
|
||||
price: "26 Credits",
|
||||
rating: 5,
|
||||
reviewCount: "5k+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-3d-alien-world_23-2151879021.jpg",
|
||||
imageAlt: "gourmet alien food",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Cosmic",
|
||||
name: "Galactic BBQ Fusion",
|
||||
price: "30 Credits",
|
||||
rating: 4,
|
||||
reviewCount: "6k+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/decoration-vegetables-fusilli-circular-frame-white-background_23-2147926275.jpg",
|
||||
imageAlt: "modern gourmet pizza",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Cosmic",
|
||||
name: "Andromeda Veggie Supreme",
|
||||
price: "22 Credits",
|
||||
rating: 5,
|
||||
reviewCount: "4k+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-new-year-s-eve-celebration_23-2151084859.jpg",
|
||||
imageAlt: "cosmic gourmet pizza",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Cosmic",
|
||||
name: "Black Hole Meat Lovers",
|
||||
price: "32 Credits",
|
||||
rating: 5,
|
||||
reviewCount: "9k+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-fantasy-surreal-street-food_23-2151569017.jpg",
|
||||
imageAlt: "futuristic pizza delivery",
|
||||
},
|
||||
{ id: "1", brand: "Cosmic", name: "Supernova Margherita", price: "24 Credits", rating: 5, reviewCount: "10k+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-street-food-neon-light_23-2151571778.jpg", imageAlt: "sci-fi futuristic pizza" },
|
||||
{ id: "2", brand: "Cosmic", name: "Titan Pepperoni Blast", price: "28 Credits", rating: 4, reviewCount: "8k+", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-indoors_23-2150901007.jpg", imageAlt: "cyberpunk style food" },
|
||||
{ id: "3", brand: "Cosmic", name: "Nebula Mushroom Delight", price: "26 Credits", rating: 5, reviewCount: "5k+", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-3d-alien-world_23-2151879021.jpg", imageAlt: "gourmet alien food" }
|
||||
]}
|
||||
title="Galactic Specials"
|
||||
description="Our signature pizzas from the deepest sectors of the culinary universe."
|
||||
@@ -269,27 +99,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Laser Ovens",
|
||||
description: "Precision cooking at 4000 degrees.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821280.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821284.jpg",
|
||||
buttonText: "See Tech",
|
||||
},
|
||||
{
|
||||
title: "Drone Delivery",
|
||||
description: "Sub-orbital delivery in under 5 minutes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adult-person-interacting-with-futuristic-delivery-robot_23-2151210956.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-city-street-night-with-neon-lights-futuristic-aesthetic_23-2151488733.jpg",
|
||||
buttonText: "See Tech",
|
||||
},
|
||||
{
|
||||
title: "Nano-Ingredients",
|
||||
description: "Molecularly optimized nutrition and taste.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-arrangement-spanish-food_23-2149157431.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/person-using-ar-technology-their-daily-occupation_23-2151137301.jpg",
|
||||
buttonText: "See Tech",
|
||||
},
|
||||
{ title: "Laser Ovens", description: "Precision cooking at 4000 degrees.", imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821280.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821284.jpg", buttonText: "See Tech" },
|
||||
{ title: "Drone Delivery", description: "Sub-orbital delivery in under 5 minutes.", imageSrc: "http://img.b2bpic.net/free-photo/adult-person-interacting-with-futuristic-delivery-robot_23-2151210956.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-city-street-night-with-neon-lights-futuristic-aesthetic_23-2151488733.jpg", buttonText: "See Tech" },
|
||||
{ title: "Nano-Ingredients", description: "Molecularly optimized nutrition and taste.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-arrangement-spanish-food_23-2149157431.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/person-using-ar-technology-their-daily-occupation_23-2151137301.jpg", buttonText: "See Tech" }
|
||||
]}
|
||||
title="Quantum Culinary Tech"
|
||||
description="Technological advancements that ensure every slice reaches peak cosmic flavor."
|
||||
@@ -301,46 +113,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Best Pizza in Sector 7",
|
||||
quote: "The Supernova Margherita is genuinely stellar. I order it every cycle.",
|
||||
name: "Zax the Cyborg",
|
||||
role: "Explorer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teenager-light-movie-projector_23-2149489842.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Speedy Delivery",
|
||||
quote: "Drone arrived exactly as my thrusters cooled down. Perfectly hot.",
|
||||
name: "Captain Vega",
|
||||
role: "Pilot",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mature-woman-having-fun-time_23-2149232843.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Lab Tested Quality",
|
||||
quote: "The ingredients are molecularly perfect. A triumph of taste.",
|
||||
name: "Dr. Aris",
|
||||
role: "Scientist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-delicious-pizza_23-2150873888.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Impeccable Service",
|
||||
quote: "The android waiter was polite and efficient. Loved the ambiance.",
|
||||
name: "Unit 9",
|
||||
role: "Technician",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-chef-woman-with-smart-mobile-phone-yellow-isolated-background_74190-16166.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "A Cosmic Experience",
|
||||
quote: "Truly out of this world. My taste buds have evolved.",
|
||||
name: "Xylia",
|
||||
role: "Diplomat",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/robot-90s_23-2151901207.jpg",
|
||||
},
|
||||
{ id: "1", title: "Best Pizza in Sector 7", quote: "The Supernova Margherita is genuinely stellar. I order it every cycle.", name: "Zax the Cyborg", role: "Explorer", imageSrc: "http://img.b2bpic.net/free-photo/teenager-light-movie-projector_23-2149489842.jpg" },
|
||||
{ id: "2", title: "Speedy Delivery", quote: "Drone arrived exactly as my thrusters cooled down. Perfectly hot.", name: "Captain Vega", role: "Pilot", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mature-woman-having-fun-time_23-2149232843.jpg" },
|
||||
{ id: "3", title: "Lab Tested Quality", quote: "The ingredients are molecularly perfect. A triumph of taste.", name: "Dr. Aris", role: "Scientist", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-delicious-pizza_23-2150873888.jpg" }
|
||||
]}
|
||||
title="Interstellar Feedback"
|
||||
description="Don't just take our word for it—listen to our planetary pioneers."
|
||||
@@ -353,30 +128,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "1M+",
|
||||
title: "Pizzas Delivered",
|
||||
description: "Across multiple systems",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-anime-style-pizza_23-2151061958.jpg",
|
||||
imageAlt: "sci-fi futuristic pizza",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "42",
|
||||
title: "Ingredients",
|
||||
description: "Sourced from 42 planets",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/assortment-healthy-vegetarian-food_23-2148908746.jpg",
|
||||
imageAlt: "fresh futuristic ingredients",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "99.9%",
|
||||
title: "Arrival Precision",
|
||||
description: "Sub-orbital accuracy",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/drones-exploring-dark-forest-with-blue-lights-futuristic-aesthetic_23-2152000922.jpg",
|
||||
imageAlt: "pizza delivery drone",
|
||||
},
|
||||
{ id: "1", value: "1M+", title: "Pizzas Delivered", description: "Across multiple systems", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-anime-style-pizza_23-2151061958.jpg" },
|
||||
{ id: "2", value: "42", title: "Ingredients", description: "Sourced from 42 planets", imageSrc: "http://img.b2bpic.net/free-photo/assortment-healthy-vegetarian-food_23-2148908746.jpg" },
|
||||
{ id: "3", value: "99.9%", title: "Arrival Precision", description: "Sub-orbital accuracy", imageSrc: "http://img.b2bpic.net/free-photo/drones-exploring-dark-forest-with-blue-lights-futuristic-aesthetic_23-2152000922.jpg" }
|
||||
]}
|
||||
title="Space-Age Stats"
|
||||
description="Quantifying our journey through the culinary cosmos."
|
||||
@@ -388,81 +142,32 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you deliver to Mars?",
|
||||
content: "Yes, standard sub-orbital rates apply.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Are ingredients organic?",
|
||||
content: "We use bio-engineered, optimized nutrients.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I request custom toppings?",
|
||||
content: "Custom atomic arrangements are available.",
|
||||
},
|
||||
{ id: "1", title: "Do you deliver to Mars?", content: "Yes, standard sub-orbital rates apply." },
|
||||
{ id: "2", title: "Are ingredients organic?", content: "We use bio-engineered, optimized nutrients." },
|
||||
{ id: "3", title: "Can I request custom toppings?", content: "Custom atomic arrangements are available." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150038903.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
faqsAnimation="blur-reveal"
|
||||
title="Quantum Inquiries"
|
||||
description="Frequently asked questions about cosmic cuisine."
|
||||
faqsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
text="Ready to launch your appetite into orbit? Signal our command center for reservations or delivery orders."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Command",
|
||||
href: "mailto:orders@cosmiccrust.space",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Contact Command", href: "mailto:orders@cosmiccrust.space" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Locations",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "About", href: "#about" }, { label: "Menu", href: "#menu" }, { label: "Privacy Policy", href: "#" }] },
|
||||
{ items: [{ label: "Contact", href: "#contact" }, { label: "Careers", href: "#" }, { label: "Locations", href: "#" }] }
|
||||
]}
|
||||
logoText="Cosmic Crust"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user