Update src/app/page.tsx
This commit is contained in:
@@ -89,8 +89,6 @@ export default function SitePage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
titleClassName="text-4xl font-semibold"
|
||||
descriptionClassName="text-lg max-w-2xl"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -109,8 +107,6 @@ export default function SitePage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
titleClassName="text-4xl font-semibold"
|
||||
descriptionClassName="text-lg max-w-2xl"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -128,8 +124,6 @@ export default function SitePage() {
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
titleClassName="text-4xl font-semibold"
|
||||
descriptionClassName="text-lg max-w-2xl"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -142,7 +136,7 @@ export default function SitePage() {
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Your Message", rows: 5, required: true }}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/bakery-shop-gourmet-concept_53876-163311.jpg?_wi=1"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/bakery-shop-gourmet-concept_53876-163311.jpg"
|
||||
imageAlt="Exterior of Zoryana Bakery, a welcoming local shop"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -155,7 +149,7 @@ export default function SitePage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://img.b2bpic.net/free-photo/bakery-shop-gourmet-concept_53876-163311.jpg?_wi=2"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/bakery-shop-gourmet-concept_53876-163311.jpg"
|
||||
imageAlt="Exterior of Zoryana Bakery at dusk"
|
||||
columns={[
|
||||
{ title: "Quick Links", items: [{ label: "Home", href: "/" }, { label: "Products", href: "#products" }, { label: "About Us", href: "#about" }] },
|
||||
|
||||
Reference in New Issue
Block a user